deepthi912 opened a new pull request, #17695:
URL: https://github.com/apache/pinot/pull/17695

   Reference: In addition to the inconsistencies we are seeing across replicas 
in upsert tables, we identified that sometimes if server restarts take very 
long and replica server delays an amount where there is differences in 
validDocIds, we have seen cases where some servers might not have snapshots on 
disk for validdocIds. Now let's say if a compaction task runs and take the 
validDocIds from server with less number of valid docs and replace with the 
server with higher valid DocIds.
   
   In such cases, the rest of these valid docs are removed pointing the next 
entries as first rather than merging them with previous ones.


-- 
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]

Reply via email to