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

   label:
   - `bugfix`
   
   Currently, this endpoint `tables/{tableName}/validDocIdsMetadata` returns 
the validDocID metadata for the same segment multiple times (equal to number of 
replicas). 
   
   This causes issues with UpsertCompaction task too as the same segment starts 
getting processed multiple times (for deletion / compaction). 
    
   This patch dedupes the response of the API itself which is implicitly used 
by UpsertCompactionTaskGenerator too.


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