Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.6.1, 3.5.8
-
None
-
None
-
None
Description
We are facing issues when the leader election takes too long, as the connection initiation between quorum members takes too much time when QuorumSSL is used.
In the current implementation, we handle the connection requests (and SASL authentications) asynchronously when QuorumSASL is enabled. However, the asynchronous handling will not be enabled if only QuorumSSL is enabled (but QuorumSASL is disabled). And anyway, as far as I can see, the SSL handshake happens before the current asynchronous part.
The goal would be to move the SSL handshake to the asynchronous code part, and also to make the connection request handling always asynchronous regardless of the QuorumSASL / QuorumSSL configs.
Please note, we already did this for the connection initiation part in ZOOKEEPER-3756.
Attachments
Issue Links
- is related to
-
ZOOKEEPER-3756 Members failing to rejoin quorum
- Closed