9aman opened a new pull request, #15987:
URL: https://github.com/apache/pinot/pull/15987

   
   ## Scope of the PR
   
   The RealtimeSegmentValidationManager can now take parameters for it's manual 
runs: https://github.com/apache/pinot/pull/14915
   
   The PR aims to introduce the ability to fix error segments for tables that 
have partial upsert or dedup enabled. 
   
   The manual run of `RealtimeSegmentValidationManager` can be provided with 
the parameter: 
   `"repairErrorSegmentsForPartialUpsertOrDedup" : true.`
   
   ### Reason for disabling it by default
   
   Running DR (re-ingestion)/ Resetting error segments can lead to wrong 
metadata for tables. Thus, repairing error segments was disabled by default for 
partial upsert and dedup enabled tables. 
   
   A different recovery mechanism that involved deleting and ingesting the 
segments again was relied on. 
   
   ### Reason for providing the flag
   
   To allow user to quickly recover errored segments if discrepancy in data 
correctness is acceptable. 
   
   


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