-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
Undefined
-
VERIFY_SUSPECT adds suspected members into a DelayQueue and a separate thread removes elements until the queue is empty.
If we add suspects A and B a few milliseconds apart, then we'll remove 2 separate entries, and thus create 2 separate views.
It would be better if we could use some time-wheel based mechanism which batches suspects that are a few milliseconds (configurable) apart, hence we'd create only 1 view change instead of 2.
- is related to
-
JGRP-2556 View installation takes longer despite suspected members
- Resolved