-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29230/
-----------------------------------------------------------
(Updated Jan. 7, 2015, 7:52 p.m.)
Review request for accumulo.
Changes
-------
Reformatted files. Also turned on eclipse save actions to make stuff final,
add @Override, and remove trailing spaces.
Bugs: ACCUMULO-3439
https://issues.apache.org/jira/browse/ACCUMULO-3439
Repository: accumulo
Description
-------
The patch contains a new balancer, test, and documentation.
Diffs (updated)
-----
docs/src/main/resources/examples/README.rgbalancer PRE-CREATION
server/base/src/main/java/org/apache/accumulo/server/master/balancer/GroupBalancer.java
PRE-CREATION
server/base/src/main/java/org/apache/accumulo/server/master/balancer/RegexGroupBalancer.java
PRE-CREATION
server/base/src/main/java/org/apache/accumulo/server/master/balancer/TableLoadBalancer.java
5eae890
server/base/src/test/java/org/apache/accumulo/server/master/balancer/GroupBalancerTest.java
PRE-CREATION
test/src/test/java/org/apache/accumulo/test/functional/RegexGroupBalanceIT.java
PRE-CREATION
Diff: https://reviews.apache.org/r/29230/diff/
Testing
-------
The new unit test and intergeration test added in the patch run.
Thanks,
kturner