Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
ZK clients send SASL packets to ZK servers as request packets. However, what if the server does not responds to the client's SASL packets with responses? In this scenario, the server does not actually close the connection to the client, it simply fails to respond to SASL requests. Make sure the client can cope with this behavior.
Background:
In ZOOKEEPER-1437, Ben writes:
"[I]t would be great to add a test that simply drops responses to clients without closing connections."
Also in ZOOKEEPER-1437 Rakesh writes: "I could see DisconnectableZooKeeper.disconnect() has network delays/partition simulation logic."
Attachments
Issue Links
- relates to
-
ZOOKEEPER-1437 Client uses session before SASL authentication complete
- Resolved