kadirozde commented on code in PR #2310:
URL: https://github.com/apache/phoenix/pull/2310#discussion_r2621197784


##########
phoenix-core/src/it/java/org/apache/phoenix/jdbc/PhoenixHAAdminToolIT.java:
##########
@@ -622,8 +624,9 @@ public void testInitiateFailoverCommand() throws Exception {
         LOG.info("✓ Failover completed successfully: roles swapped from 
Cluster1=ACTIVE to Cluster2=ACTIVE");
 
         // Clean up
-        cluster2HAManager.unsubscribeFromTargetState(failoverHaGroupName,
-                HAGroupStoreRecord.HAGroupState.STANDBY_TO_ACTIVE, 
ClusterType.LOCAL, listener);
+        replicationLogReplay.stopReplay();
+//        cluster2HAManager.unsubscribeFromTargetState(failoverHaGroupName,

Review Comment:
   I assume you wanted to delete these commented out lines



-- 
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]

Reply via email to