You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2019/11/14 18:22:01 UTC

[GitHub] [zookeeper] lvfangmin commented on issue #1085: [ZOOKEEPER-3384] Add SO_LINGER socket option to avoid long quorum unavailable during close with full send buffer

lvfangmin commented on issue #1085: [ZOOKEEPER-3384] Add SO_LINGER socket option to avoid long quorum unavailable during close with full send buffer
URL: https://github.com/apache/zookeeper/pull/1085#issuecomment-554014868
 
 
   We found the SO_LINGER option is not honored in JDK 11+, so we're changing the code to close the quorum connection in async way.
   
   Jie is upstreaming that change in [ZOOKEEPER-3574: Close quorum socket asynchronously](https://github.com/apache/zookeeper/pull/1115) and [ZOOKEEPER-3575: Moving sending packets in Learner to a separate thread](https://github.com/apache/zookeeper/pull/1116), I'll abandon this one.

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