Ashwani Raina has posted comments on this change. ( http://gerrit.cloudera.org:8080/24476 )
Change subject: KUDU-3767 Add global leader awareness to auto leader rebalancer (Part 2) ...................................................................... Patch Set 4: (2 comments) http://gerrit.cloudera.org:8080/#/c/24476/1//COMMIT_MSG Commit Message: http://gerrit.cloudera.org:8080/#/c/24476/1//COMMIT_MSG@7 PS1, Line 7: Add global leader awareness to auto leader rebalancer (Part 2) > I think this is just the rebalancing interval. auto_leader_rebalancing_inte Indeed! that is the reason. I see the cluster has even global as well per-table distribution of leader replicas, now. Thank you for clarification. http://gerrit.cloudera.org:8080/#/c/24476/4/src/kudu/master/auto_leader_rebalancer.cc File src/kudu/master/auto_leader_rebalancer.cc: http://gerrit.cloudera.org:8080/#/c/24476/4/src/kudu/master/auto_leader_rebalancer.cc@807 PS4, Line 807: if (per_table_moves_scheduled == 0) { Do you think it is possible that we end up with non-zero per-table-moves always because of continuous leader elections per-table, which means global leader rebalance may not run for foreseeable future? Maybe record the fact in a metric or something, just in case we land up in such scenario where such data would make debugging easier. -- To view, visit http://gerrit.cloudera.org:8080/24476 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I5d44761f6444ca1d1bf4fcee405d65d029e41980 Gerrit-Change-Number: 24476 Gerrit-PatchSet: 4 Gerrit-Owner: Gabriella Lotz <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Ashwani Raina <[email protected]> Gerrit-Reviewer: Gabriella Lotz <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Zoltan Chovan <[email protected]> Gerrit-Comment-Date: Wed, 08 Jul 2026 14:58:43 +0000 Gerrit-HasComments: Yes
