Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8E8DC19682 for ; Tue, 29 Mar 2016 14:40:44 +0000 (UTC) Received: (qmail 13706 invoked by uid 500); 29 Mar 2016 14:40:44 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 13654 invoked by uid 500); 29 Mar 2016 14:40:44 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 13643 invoked by uid 99); 29 Mar 2016 14:40:44 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2016 14:40:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 05162DFD43; Tue, 29 Mar 2016 14:40:44 +0000 (UTC) From: dlmarion To: dev@accumulo.apache.org Reply-To: dev@accumulo.apache.org Message-ID: Subject: [GitHub] accumulo pull request: ACCUMULO-4173: Host Regex Table Load Balanc... Content-Type: text/plain Date: Tue, 29 Mar 2016 14:40:44 +0000 (UTC) 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 Date: 2016-03-29T14:33:41Z Squashed commit of the following: commit 2afa820763ece3a1299ac9e8889532fa4966acff Author: Dave Marion 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 Date: Fri Mar 25 14:26:57 2016 -0400 Added test for out of bounds tablets commit be07ba3d20e378d88c71f77366e1b3f2dd325c73 Author: Dave Marion Date: Fri Mar 25 13:38:35 2016 -0400 Added more tests commit dc842305d4fda77d2271ae8a111031bfb1eda9f7 Author: Dave Marion Date: Fri Mar 25 11:31:20 2016 -0400 Initial work on Host based regex master balancer ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---