alvinkwekel commented on PR #4844: URL: https://github.com/apache/activemq-artemis/pull/4844#issuecomment-1999212609
Your feedback is much appreciated. I absolutely follow your reasoning on the purpose of metrics. I'll remove the activation sequence metric as its has no direct purpose in our current use case. Currently we check the replica sync with a jolokia query before we restart the servers for maintenance. When its not synced we halt the process and manually correct. This happend a few times. With these metrics we want to detect these issues sooner, so we can correct them when they happen. With the current state of this PR the synchronizing is returning 0 and the replica sync is returning 1. Based on the description of the replica sync I understand this is the _initial_ replication synchronization. I was hoping to get more insight on the running/current synchronization with the synchronizing metric. But if its basically returning the same underlying data I will remove the "synchronizing" metric. Could you elaborate, is the replica sync indeed fixed to either true or false after the initial synchronization of will it reflect the current state? Or can we use an other method to get the current replication state - after the initial synchronization? -- 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]
