----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24862/#review51035 -----------------------------------------------------------
This RB says branch 1.6.1-SNAPSHOT, but I think the diff is for master. - Christopher Tubbs On Aug. 19, 2014, 4:11 p.m., Jenna Huston wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/24862/ > ----------------------------------------------------------- > > (Updated Aug. 19, 2014, 4:11 p.m.) > > > Review request for accumulo. > > > Bugs: Accumulo-3021 > https://issues.apache.org/jira/browse/Accumulo-3021 > > > Repository: accumulo > > > Description > ------- > > Added constraint for maximum end row size. Checked this constraint before any > split is done. > A unit test was added to test the added constraint when both a user initiaed > a tablet split and when an automatic split occurs. This test also tests to > make sure that when new data is added to a table that is small enough to be > used as an end row the table splits. > > > Diffs > ----- > > core/src/main/java/org/apache/accumulo/core/conf/Property.java 85c56f8 > server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java > 82045b6 > test/src/test/java/org/apache/accumulo/test/Accumulo3021IT.java > PRE-CREATION > > Diff: https://reviews.apache.org/r/24862/diff/ > > > Testing > ------- > > Passes unit tests. > > > Thanks, > > Jenna Huston > >
