FrankChen021 commented on issue #10615: URL: https://github.com/apache/druid/issues/10615#issuecomment-5479826386
Confirmed on Druid 37.0.0 when the deprecated `SysMonitor` is enabled. It uses Sigar to query disk statistics for every local mount, including Kubernetes/Docker pseudo- and bind mounts such as `/etc/hosts` and `/dev/termination-log`, which may not have corresponding block devices inside the container. This is not a permissions issue. Removing `SysMonitor` and using `OshiSysMonitor` resolves the errors; also check inherited `druid.monitoring.monitors` configuration. -- 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]
