Jackie-Jiang commented on pull request #6778: URL: https://github.com/apache/pinot/pull/6778#issuecomment-918501443
@mcvsubbu @chenboat @liuchang0520 Actually we can totally eliminate the extra ZK metadata read by reading the segments ZK metadata first, and then use them to `updateRealtimeDocumentCount()` then `uploadMissingSegments()`. Both of them should be part of the segment-level validation. With this, there is no extra ZK metadata read, and we can remove `controller.realtime.segment.deepStoreUploadRetryRangeInDays` config. -- 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]
