Commit 0dafd10
authored
Actually use CleanupTask in TempLocationManager (#8420)
This task was never scheduled or executed, but its countdown-latch was waited on during shutdown.
This resulted in the following log message each time a process was launched with profiling enabled:
[dd.trace 2025-02-18 15:07:21:489 +0000] [Temp Location Manager Cleanup] INFO com.datadog.profiling.controller.TempLocationManager - Cleanup task timed out. /var/folders/6l/65lfwqj14ps6w4gt7495gly80000gq/T/ddprof/pid_4866 temp directory might not have been cleaned up properly1 parent 9f81c18 commit 0dafd10
File tree
1 file changed
+1
-1
lines changed- dd-java-agent/agent-profiling/profiling-controller/src/main/java/com/datadog/profiling/controller
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| |||
0 commit comments