You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2020/04/15 01:48:07 UTC

[GitHub] [bookkeeper] Shoothzj opened a new issue #2308: Can not run localbookie on jdk 14

Shoothzj opened a new issue #2308: Can not run localbookie on jdk 14
URL: https://github.com/apache/bookkeeper/issues/2308
 
 
   **BUG REPORT**
   
   ***Describe the bug***
   Can not run localbookie on jdk 14. Bk can not connect to Zk.
   A clear and concise description of what the bug is.
   The old version of zookeeper, org.apache.zookeeper.client.StaticHostProvider#getHostString can not read the right value. For the resaon:
   
   Unresolved InetSocketAddress.toString in different jdk version return different value.
   1. jdk8 localhost:2181
   2.jdk14 localhost:2181/unresloved
   
   
   ***To Reproduce***
   
   Steps to reproduce the behavior:
   1. Go to '...'
   2. Click on '....'
   3. Scroll down to '....'
   4. See error
   
   ***Expected behavior***
   
   A clear and concise description of what you expected to happen.
   
   ***Screenshots***
   
   If applicable, add screenshots to help explain your problem.
   
   ***Additional context***
   
   Add any other context about the problem here.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [bookkeeper] Shoothzj commented on issue #2308: Can not run localbookie on jdk 14

Posted by GitBox <gi...@apache.org>.
Shoothzj commented on issue #2308: Can not run localbookie on jdk 14
URL: https://github.com/apache/bookkeeper/issues/2308#issuecomment-613836789
 
 
   I would like to try this weekend and see if I can do it .I am freshly BookKeeper user

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [bookkeeper] eolivelli commented on issue #2308: Can not run localbookie on jdk 14

Posted by GitBox <gi...@apache.org>.
eolivelli commented on issue #2308: Can not run localbookie on jdk 14
URL: https://github.com/apache/bookkeeper/issues/2308#issuecomment-613829741
 
 
   It is due to Zookeeper 3.4 client.
   We must upgrade to 3.5.7.
   There is a pending PR for the upgrade.
   
   The pr is not moving forward.
   If you have time would you like to help with that patch?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [bookkeeper] eolivelli commented on issue #2308: Can not run localbookie on jdk 14

Posted by GitBox <gi...@apache.org>.
eolivelli commented on issue #2308: Can not run localbookie on jdk 14
URL: https://github.com/apache/bookkeeper/issues/2308#issuecomment-613846819
 
 
   This is the pr #2112  
   it is failing on Integration Tests and needs a rebase
   cc @dmercuriali 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services