clebertsuconic commented on code in PR #5145:
URL: https://github.com/apache/activemq-artemis/pull/5145#discussion_r1715281748
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/quorum/QuorumVoteServerConnect.java:
##########
@@ -28,7 +28,12 @@
*/
public class QuorumVoteServerConnect extends QuorumVote<ServerConnectVote,
Boolean> {
+
+ /** NOTE: The following String is used to identify the targetNode
implementation at other servers.
+ * Renaming such string would cause incompatibility changes. */
public static final SimpleString PRIMARY_FAILOVER_VOTE =
SimpleString.of("PrimaryFailoverQuorumVote");
+ public static final SimpleString OLD_PRIMARY_FAILOVER_NOTE =
SimpleString.of("LiveFailoverQuorumVote");
Review Comment:
oops... thanks
--
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]
For further information, visit: https://activemq.apache.org/contact