tkhurana commented on code in PR #2397:
URL: https://github.com/apache/phoenix/pull/2397#discussion_r3060931541
##########
phoenix-core/src/it/java/org/apache/phoenix/jdbc/PhoenixHAAdminToolIT.java:
##########
@@ -898,4 +899,148 @@ public void testUpdateCommand() throws Exception {
"✓ System table verification passed: all fields updated correctly,
version incremented");
LOG.info("✓ Update test completed successfully: ZK and System Table both
updated correctly");
}
+
+ /**
+ * Test that the create command successfully creates a new HA group entry in
SYSTEM.HA_GROUP. The
+ * ZK znode should NOT be created by the create command (it initializes
lazily on first access via
Review Comment:
Is this comment correct ? It seems the create command is also creating the
znode.
--
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]