This is an automated email from the ASF dual-hosted git repository.
tkhurana pushed a commit to branch PHOENIX-7562-feature-new
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/PHOENIX-7562-feature-new by
this push:
new b3bb72e6fd Spotless (#2405)
b3bb72e6fd is described below
commit b3bb72e6fdcdc4fde3e56e219810c3e8c43bd0c2
Author: ritegarg <[email protected]>
AuthorDate: Fri Apr 10 09:49:47 2026 -0700
Spotless (#2405)
Co-authored-by: Ritesh Garg
<[email protected]>
---
.../end2end/PhoenixRegionServerEndpointWithConsistentFailoverIT.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/PhoenixRegionServerEndpointWithConsistentFailoverIT.java
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/PhoenixRegionServerEndpointWithConsistentFailoverIT.java
index 77acd83a60..3a3905ebd0 100644
---
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/PhoenixRegionServerEndpointWithConsistentFailoverIT.java
+++
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/PhoenixRegionServerEndpointWithConsistentFailoverIT.java
@@ -91,8 +91,8 @@ public class
PhoenixRegionServerEndpointWithConsistentFailoverIT extends HABaseI
HAGroupStoreTestUtil.upsertHAGroupRecordInSystemTable(testName.getMethodName(),
CLUSTERS.getZkUrl1(), CLUSTERS.getZkUrl2(), CLUSTERS.getMasterAddress1(),
CLUSTERS.getMasterAddress2(), ClusterRoleRecord.ClusterRole.ACTIVE,
- ClusterRoleRecord.ClusterRole.STANDBY, CLUSTERS.getZkUrl2(),
- CLUSTERS.getHdfsUrl1(), CLUSTERS.getHdfsUrl2());
+ ClusterRoleRecord.ClusterRole.STANDBY, CLUSTERS.getZkUrl2(),
CLUSTERS.getHdfsUrl1(),
+ CLUSTERS.getHdfsUrl2());
}
@Test