virajjasani commented on code in PR #2145:
URL: https://github.com/apache/phoenix/pull/2145#discussion_r2085626269
##########
phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionIT.java:
##########
@@ -146,6 +147,11 @@ public void testMasterConnections() throws SQLException {
public void testRPCConnections() throws SQLException {
assumeTrue(VersionInfo.compareVersion(VersionInfo.getVersion(),
"2.5.0") >= 0);
String masterHosts = conf.get(HConstants.MASTER_ADDRS_KEY);
+ // HBase does fall back to MasterRpcRegistry if the boostrap servers
are not set, but
Review Comment:
nit: `bootstrap`
--
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]