jadami10 commented on issue #11603: URL: https://github.com/apache/pinot/issues/11603#issuecomment-1724730745
I looked at the code, and it's a little tough to debug. We store the "submissionTime" of the reload request in ZK, then successCount == count(segment.loadTime >= submissionTime). It's hard to debug because the segment loadTime isn't actually queryable. For now, the only way I could imagine this issue arising is clock skew where the server time is behind the controller time. But this feels highly unlikely since the reload message has to pass via helix to servers. -- 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]
