chiacyu opened a new pull request, #7613: URL: https://github.com/apache/ozone/pull/7613
## What changes were proposed in this pull request? The Freon log seems to be flooded by `HSync` message, this information might be helpful for debug, it would be better to keep it in degbug mode. Please take a look, thanks! ## What is the link to the Apache JIRA [HDDS-11857](https://issues.apache.org/jira/browse/HDDS-11857) ## How was this patch tested? run the provided command in the docker services can see the msg doesn't show under normal mode. ```c $ sudo docker compose exec -T scm ozone freon ockg -n10 -t1 2>&1 | grep -o -e 'Ignoring ozone.fs.hsync.enabled' -e 'Initializing ChecksumCache' | sort | uniq -c 7 Initializing ChecksumCache ``` -- 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]
