You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/02/20 10:45:15 UTC

[GitHub] [incubator-kyuubi] pan3793 opened a new issue #1941: [Bug] Zookeeper 3.4 does not support JDK 17

pan3793 opened a new issue #1941:
URL: https://github.com/apache/incubator-kyuubi/issues/1941


   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Describe the bug
   
   Env: AArach64 JDK-17 
   
   `EmbeddedZookeeperSuite` failed because of [ZOOKEEPER-3779](https://issues.apache.org/jira/browse/ZOOKEEPER-3779)
   ```
   10:37:41.862 ScalaTest-main-running-EmbeddedZookeeperSuite-SendThread(10.242.138.159:38827) WARN ClientCnxn: Session 0x0 for server 10.242.138.159/<unresolved>:38827, unexpected error, closing socket connection and attempting reconnect
   java.lang.IllegalArgumentException: Unable to canonicalize address 10.242.138.159/<unresolved>:38827 because it's not resolvable
   	at org.apache.zookeeper.SaslServerPrincipal.getServerPrincipal(SaslServerPrincipal.java:65) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   	at org.apache.zookeeper.SaslServerPrincipal.getServerPrincipal(SaslServerPrincipal.java:41) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   	at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1001) ~[zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060) [zookeeper-3.4.14.jar:3.4.14-4c25d480e66aadd371de8bd2fd8da255ac140bcf]
   ```
   
   ### Affects Version(s)
   
   master
   
   ### Kyuubi Server Log Output
   
   _No response_
   
   ### Kyuubi Engine Log Output
   
   _No response_
   
   ### Kyuubi Server Configurations
   
   _No response_
   
   ### Kyuubi Engine Configurations
   
   _No response_
   
   ### Additional context
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
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: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-kyuubi] yaooqinn commented on issue #1941: [Bug] Zookeeper 3.4 does not support JDK 17

Posted by GitBox <gi...@apache.org>.
yaooqinn commented on issue #1941:
URL: https://github.com/apache/incubator-kyuubi/issues/1941#issuecomment-1047670324


   Why not 3.6.2?


-- 
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: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-kyuubi] pan3793 commented on issue #1941: [Bug] Zookeeper 3.4 does not support JDK 17

Posted by GitBox <gi...@apache.org>.
pan3793 commented on issue #1941:
URL: https://github.com/apache/incubator-kyuubi/issues/1941#issuecomment-1046543040


   The previous disscusion https://github.com/apache/incubator-kyuubi/issues/838


-- 
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: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-kyuubi] pan3793 commented on issue #1941: [Bug] Zookeeper 3.4 does not support JDK 17

Posted by GitBox <gi...@apache.org>.
pan3793 commented on issue #1941:
URL: https://github.com/apache/incubator-kyuubi/issues/1941#issuecomment-1047380226


   An initial idea is upgrade Zookeeper to 3.5.9 and setup an IT to ensure it compatible with Zookeeper 3.4 server.


-- 
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: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-kyuubi] pan3793 commented on issue #1941: [Bug] Zookeeper 3.4 does not support JDK 17

Posted by GitBox <gi...@apache.org>.
pan3793 commented on issue #1941:
URL: https://github.com/apache/incubator-kyuubi/issues/1941#issuecomment-1063608522


   link #1894


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] pan3793 commented on issue #1941: [Bug] Zookeeper 3.4 does not support JDK 17

Posted by GitBox <gi...@apache.org>.
pan3793 commented on issue #1941:
URL: https://github.com/apache/incubator-kyuubi/issues/1941#issuecomment-1046219028


   The Zookeeper PMC member said:
   > The suggestion is to switch to 3.6.2 client, it should work out-of-the-box with 3.4 servers (if you do not use new features)
   
   https://github.com/apache/zookeeper/pull/1509#issuecomment-712398339


-- 
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: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org