Tejaskriya opened a new pull request, #6629: URL: https://github.com/apache/ozone/pull/6629
## What changes were proposed in this pull request? A log printing "Replication Manager is not ready to run until 300000ms after safemode exit" floods the logs of follower SCM. As only the leader SCM's RM performs the tasks, and follower SCM's RMs do not do any actions, there is no requirement for this log. In this PR, a check is added for printing the log for only leader SCM. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10800 ## How was this patch tested? Tested locally in docker, the logs were not seen in the follower SCMs after this change. On the leader SCM the log is printed only once after exiting safe mode. Prior to the change, this log was seen every 5mins in the follower SCMs. -- 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]
