palashc commented on PR #1845:
URL: https://github.com/apache/phoenix/pull/1845#issuecomment-1984251635

   > Lets see why this is breaking our test.
   Creating a connection on the server side fails because of malformed URL 
exception. 
   
   ```
   Caused by: java.sql.SQLException: ERROR 102 (08001): Malformed connection 
url. Quorum not specified and hbase.client.zookeeper.quorum is not set in 
configuration : jdbc:phoenix
        at 
org.apache.phoenix.exception.SQLExceptionCode$Factory$1.newException(SQLExceptionCode.java:656)
        at 
org.apache.phoenix.exception.SQLExceptionInfo.buildException(SQLExceptionInfo.java:229)
        at 
org.apache.phoenix.jdbc.ConnectionInfo.getMalFormedUrlException(ConnectionInfo.java:82)
        at 
org.apache.phoenix.jdbc.ZKConnectionInfo$Builder.normalize(ZKConnectionInfo.java:322)
        at 
org.apache.phoenix.jdbc.ZKConnectionInfo$Builder.create(ZKConnectionInfo.java:175)
        at 
org.apache.phoenix.jdbc.ConnectionInfo.create(ConnectionInfo.java:174)
        at 
org.apache.phoenix.jdbc.ConnectionInfo.createNoLogin(ConnectionInfo.java:119)
        at 
org.apache.phoenix.util.QueryUtil.getConnectionUrl(QueryUtil.java:454)
        at 
org.apache.phoenix.util.QueryUtil.getConnectionUrl(QueryUtil.java:438)
        at org.apache.phoenix.util.QueryUtil.getConnection(QueryUtil.java:429)
        at 
org.apache.phoenix.util.QueryUtil.getConnectionOnServer(QueryUtil.java:410)
        at 
org.apache.phoenix.cache.ServerMetadataCacheImpl.getConnection(ServerMetadataCacheImpl.java:162)
        at 
org.apache.phoenix.end2end.ServerMetadataCacheTestImpl.getConnection(ServerMetadataCacheTestImpl.java:87)
        at 
org.apache.phoenix.cache.ServerMetadataCacheImpl.getLastDDLTimestampForTable(ServerMetadataCacheImpl.java:134)
        at 
org.apache.phoenix.coprocessor.VerifyLastDDLTimestamp.verifyLastDDLTimestamp(VerifyLastDDLTimestamp.java:57)
        at 
org.apache.phoenix.coprocessor.PhoenixRegionServerEndpoint.validateLastDDLTimestamp(PhoenixRegionServerEndpoint.java:76)
   ```
   
   
   So I think we do need to read all site files? 


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