PierreZ opened a new pull request #439: HBASE-22618 Provide a way to have Heterogeneous deployment URL: https://github.com/apache/hbase/pull/439 Hi! This is the PR regarding [HBASE-22618 ](https://issues.apache.org/jira/browse/HBASE-22618). The goal of the PR is to allow Heterogeneous HBase clusters. The goal is to allow users to load custom cost functions that can implement newer ways of balance regions. This first commit is providing to possibility load them, and a second commit on this branch will be added to add an working example of a custom cost function. This custom function will allow users to balance regions according to an allowed number of regions per RS. Before implementing the cost function, I want to validate first the dynamic load :smiley:
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
