Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

In order to ensure the cluster has reached its base line load with the traffic it is experiencing, the metrics give further insight. Observing these metrics in addition to the mentioned log line can be helpful when performing rolling upgrades in clusters that are operating close to the limits of their hardware’s capabilities.

Ensuring replication-related tasks are resolved prior to rotating the next node is the least impactful way to perform such topology changes.

  1. A join process (where a fresh broker with no state joins the cluster) has been completed once the following tasks return to 0:

com.hivemq.internal.singlewriter.topic-tree.remove-locally.queued
com.hivemq.internal.singlewriter.client-session-subscription-persistence.remove-locally.queued
com.hivemq.internal.singlewriter.client-session-persistence.remove-locally.queued
com.hivemq.internal.singlewriter.client-queue-persistence.remove-local.queued
com.hivemq.internal.singlewriter.client-event-persistence.remove-bucket.queued
  1. Further, the replication batches should also have reached 0 again:

com.hivemq.replication.batches-queued
com.hivemq.replication.batches-sent

  • No labels