martin-g commented on pull request #1918:
URL: 
https://github.com/apache/incubator-kyuubi/pull/1918#issuecomment-1046531334


   Another problem that I'm facing locally with the tests is in kyuubi-ha_2.12 
module:
   ```
   [INFO] --- scalatest-maven-plugin:2.0.2:test (test) @ kyuubi-ha_2.12 ---
   Discovery starting.
   2022-02-21 06:44:15,036 ScalaTest-main ERROR Filters contains invalid 
attributes "onMatch", "onMismatch"
   2022-02-21 06:44:15,057 ScalaTest-main ERROR Filters contains invalid 
attributes "onMatch", "onMismatch"
   Discovery completed in 1 second, 705 milliseconds.
   Run starting. Expected test count is: 8
   HighAvailabilityConfSuite:
   - kyuubi.ha.zookeeper.node.creation.timeout
   ServiceDiscoverySuite:
   - publish instance to embedded zookeeper server *** FAILED ***
     org.apache.zookeeper.KeeperException$ConnectionLossException: 
KeeperErrorCode = ConnectionLoss for /abc
     at org.apache.zookeeper.KeeperException.create(KeeperException.java:102)
     at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
     at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1111)
     at 
org.apache.curator.framework.imps.ExistsBuilderImpl$3.call(ExistsBuilderImpl.java:237)
     at 
org.apache.curator.framework.imps.ExistsBuilderImpl$3.call(ExistsBuilderImpl.java:226)
     at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:109)
     at 
org.apache.curator.framework.imps.ExistsBuilderImpl.pathInForegroundStandard(ExistsBuilderImpl.java:223)
     at 
org.apache.curator.framework.imps.ExistsBuilderImpl.pathInForeground(ExistsBuilderImpl.java:216)
     at 
org.apache.curator.framework.imps.ExistsBuilderImpl.forPath(ExistsBuilderImpl.java:175)
     at 
org.apache.curator.framework.imps.ExistsBuilderImpl.forPath(ExistsBuilderImpl.java:32)
   ```
   
   It seems Zookeeper will need to be upgraded. 


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