Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.4
-
None
-
None
Description
Scenario: Three servers (s1,s2,s3) two clients (c1,c2).
A semaphore with one permit is created.
Config:
1. Release acquired permits if the node that owned them left topology: set to false
2. TCP discovery mode: on
steps:
- c2 acquires the permit.
- Network failure happens, isolating c2 from the rest of nodes for a period of time.
- Network heals.
- c2 tries to release the permit but hangs.