317brian commented on code in PR #15258:
URL: https://github.com/apache/druid/pull/15258#discussion_r1470039809
##########
docs/configuration/index.md:
##########
@@ -106,7 +106,7 @@ There are four JVM parameters that we set on all of our
services:
- The temp directory should not be volatile tmpfs.
- This directory should also have good read and write speed.
- Avoid NFS mount.
- - The `org.apache.druid.java.util.metrics.SysMonitor` requires execute
privileges on files in `java.io.tmpdir`. If you are using the system monitor,
do not set `java.io.tmpdir` to `noexec`.
+ - The `org.apache.druid.java.util.metrics.OshiSysMonitor` and
`org.apache.druid.java.util.metrics.SysMonitor` both require execute privileges
on files in `java.io.tmpdir`. If you are using the system monitor, do not set
`java.io.tmpdir` to `noexec`. Note that SysMonitor is deprecated. We recommend
using OshiSysMonitor.
Review Comment:
@hardikbajaj ping
--
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]