Hannah Nguyen has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14177
Change subject: WIP KUDU-2780: create thread for auto-rebalancing ...................................................................... WIP KUDU-2780: create thread for auto-rebalancing Created auto-rebalancer thread in background tasks of catalog manager. Set up framework for auto-rebalancing loop. Loop retrieves information on tservers, tables, and tablets for rebalancing. Change-Id: Ifca25d1063c07047cf2123e6792b3c7395be20e4 TODO: calculate rebalancing moves, execute moves, write tests. --- M src/kudu/master/CMakeLists.txt A src/kudu/master/auto_rebalancer-test.cc A src/kudu/master/auto_rebalancer.cc A src/kudu/master/auto_rebalancer.h M src/kudu/master/catalog_manager.cc M src/kudu/master/catalog_manager.h M src/kudu/rebalance/rebalancer.cc M src/kudu/rebalance/rebalancer.h 8 files changed, 655 insertions(+), 52 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/77/14177/1 -- To view, visit http://gerrit.cloudera.org:8080/14177 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ifca25d1063c07047cf2123e6792b3c7395be20e4 Gerrit-Change-Number: 14177 Gerrit-PatchSet: 1 Gerrit-Owner: Hannah Nguyen <[email protected]>
