[ https://issues.apache.org/jira/browse/ACCUMULO-4173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15216106#comment-15216106 ]
ASF GitHub Bot commented on ACCUMULO-4173: ------------------------------------------ GitHub user dlmarion opened a pull request: https://github.com/apache/accumulo/pull/83 ACCUMULO-4173: Host Regex Table Load Balancer A table load balancer that passes a subset of the tserver hosts to the configured tablet balancer for a table. Tservers that do not match any regex are part of a default pool. Tables with configured regex (or those that are in error) are balanced within the default pool of tservers. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/accumulo ACCUMULO-4173 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/accumulo/pull/83.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #83 ---- commit 594ecc3c6a876922b1a47301a619551e32c31e7a Author: Dave Marion <dlmar...@apache.org> Date: 2016-03-29T14:33:41Z Squashed commit of the following: commit 2afa820763ece3a1299ac9e8889532fa4966acff Author: Dave Marion <dlmar...@apache.org> Date: Fri Mar 25 14:36:18 2016 -0400 Added tests where tablets were either all assigned or partially assigned commit 9c08258b7907ad3195227d21a782ffe7545fa696 Author: Dave Marion <dlmar...@apache.org> Date: Fri Mar 25 14:26:57 2016 -0400 Added test for out of bounds tablets commit be07ba3d20e378d88c71f77366e1b3f2dd325c73 Author: Dave Marion <dlmar...@apache.org> Date: Fri Mar 25 13:38:35 2016 -0400 Added more tests commit dc842305d4fda77d2271ae8a111031bfb1eda9f7 Author: Dave Marion <dlmar...@apache.org> Date: Fri Mar 25 11:31:20 2016 -0400 Initial work on Host based regex master balancer ---- > Balance table within a set of hosts > ----------------------------------- > > Key: ACCUMULO-4173 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4173 > Project: Accumulo > Issue Type: Bug > Components: master > Reporter: Dave Marion > Assignee: Dave Marion > Labels: balancer > Fix For: 1.8.0 > > > Create a table balancer that will provide a set of hosts for the table tablet > balancer to use. -- This message was sent by Atlassian JIRA (v6.3.4#6332)