Description
The cause of flaky failure of testPortChange() is a race in sync().
I figured out it could take some time to fix sync(). Meanwhile, we can make testPortChange() less flaky by doing reconfig on the leader. We can change this back in the fix of ZOOKEEPER-2136.
Attachments
Attachments
Issue Links
- depends upon
-
ZOOKEEPER-2136 Sync() should get quorum acks.
- Open
- is duplicated by
-
ZOOKEEPER-2381 ReconfigTest.testPortChange has been failing intermittently
- Resolved
- is required by
-
ZOOKEEPER-2000 Fix ReconfigTest.testPortChange
- Open