gianm commented on code in PR #18338:
URL: https://github.com/apache/druid/pull/18338#discussion_r2240483050
##########
processing/src/main/java/org/apache/druid/java/util/metrics/cgroups/Cpu.java:
##########
@@ -77,7 +77,7 @@ public CpuMetrics snapshot()
}
}
catch (IOException | RuntimeException ex) {
- LOG.error(ex, "Unable to fetch cpu snapshot");
+ LOG.noStackTrace().error(ex, "Unable to fetch cpu snapshot");
Review Comment:
Do you know if it is possible to detect which one is present and switch into
the right one automatically? That seems better than trying to write an error
message that guides people to make the right config change.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]