tarun11Mavani commented on issue #17337:
URL: https://github.com/apache/pinot/issues/17337#issuecomment-3631662024
Example:
There are two replica of segments on Node1 and Node2. Number inside () shows
the number of validDocs.
Node1
Node2
Initial State: S1(10) | S2(20)
S1(10) | S2(20)
Compaction: S1(0) | S2(20) | MS1(10)
S1(0) | S2(20) | MS1(10)
Restart on Node2: S1(0) | S2(20) | MS1(10) S1(0)
| S2(0) | MS1(30)
Deletion inside compaction: MS1(10)
MS1(30) -> pinot uses validDocIds snapshot from node2
Compaction: MS2(10)
MS2(10) -> pinot uses validDocIds snapshot from node1.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]