eolivelli commented on issue #753: ZOOKEEPER-3204: Reconfig tests are constantly failing on 3.5 after applying Java 11 fix URL: https://github.com/apache/zookeeper/pull/753#issuecomment-455060339 @ivmaykov unfortunately Netty 3 is not maintained and it does not deal well with the new way in jdk11 of handling socket close. As the library is not maintained anymore but branch 3.5 will be around in the mid term we are thinking it is better to move to netty 4 this branch. As the server is not properly closing the sockets if you do bind/close/bind on the same port (restart the server in memory or use reconfig by changing port and coming back then to the same port again) we will have an address already in use error. If you find an hack to netty 3 it can be interesting but I not know if it is worth and we can use our energies on making zk work with netty 4, which is the long term solution for all active branches
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
