virajjasani commented on PR #2169: URL: https://github.com/apache/phoenix/pull/2169#issuecomment-3015698302
@sanjeet006py hbase 2.4 profile tests are failing for CQSIThreadPoolMetricsIT https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-mulitbranch/job/master/881/testReport/junit/org.apache.phoenix.monitoring/CQSIThreadPoolMetricsIT/ ``` java.sql.SQLException: ERROR 102 (08001): Malformed connection url. Hbase version does not support Master registry for: jdbc:phoenix at org.apache.phoenix.exception.SQLExceptionCode$Factory$1.newException(SQLExceptionCode.java:700) at org.apache.phoenix.exception.SQLExceptionInfo.buildException(SQLExceptionInfo.java:254) at org.apache.phoenix.jdbc.ConnectionInfo.getMalFormedUrlException(ConnectionInfo.java:99) at org.apache.phoenix.jdbc.RPCConnectionInfo$Builder.<init>(RPCConnectionInfo.java:116) at org.apache.phoenix.jdbc.ConnectionInfo.create(ConnectionInfo.java:190) at org.apache.phoenix.jdbc.ConnectionInfo.createNoLogin(ConnectionInfo.java:150) at org.apache.phoenix.util.QueryUtil.getConnectionUrl(QueryUtil.java:454) at org.apache.phoenix.monitoring.CQSIThreadPoolMetricsIT.testCQSIThreadPoolHistogramsDisabled(CQSIThreadPoolMetricsIT.java:165) ``` Could you please create addendum PR to fix them? -- 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]
