Jackie-Jiang commented on issue #3885: Actively check cluster changes if there is no callback for a long time URL: https://github.com/apache/incubator-pinot/pull/3885#issuecomment-468470741 @kishoreg The PR has been merged. For the deduplication, we keep only one last change time for each change type, and reset it whenever we start processing the change. Next call back for that change type can set it again, so it will be picked up in next round. Multiple call backs in the same round will only be processed once.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
