Description
DUP has an isLeader variable which is true by default and set to false in various process methods (but not in processCommit). Even when isLeader is set, leader logic might not be applied e.g. in case of REPLAY and PEER_SYNC.
I'll try to refactor DUPF so that leader logic is well defined in all cases (possibly in one place).
Attachments
Issue Links
- relates to
-
SOLR-6530 Commits under network partition can put any node in down state
- Closed