swaminathanmanish commented on PR #10359: URL: https://github.com/apache/pinot/pull/10359#issuecomment-1457584415
> currentToTargetConvergence Thanks @Jackie-Jiang for taking a look. Here's the summary of the discussion (review feedback) 1) Use callback/observer in the TableRebalancer class. The code to track the rebalance status + stats in Zookeeper will be encapsulated in the observer that'll be invoked from TableRebalancer. This also provides the flexibility of plugging in different types of observers. We will have 3 types of triggers for the Observer (Start of rebalance, external view to ideal state convergence, ideal state changes). 2) Track the number of replicas to converge in addition to segments/partitions to converge 3) Rename 'targetToIdealStateConvergence' to 'currentToTargetConvergence' -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org