----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24862/#review51177 -----------------------------------------------------------
Ship it! Ship It! - kturner On Aug. 20, 2014, 7:45 p.m., Jenna Huston wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/24862/ > ----------------------------------------------------------- > > (Updated Aug. 20, 2014, 7:45 p.m.) > > > Review request for accumulo and kturner. > > > 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/LargeSplitRowIT.java > PRE-CREATION > > Diff: https://reviews.apache.org/r/24862/diff/ > > > Testing > ------- > > Passes unit tests. > > > Thanks, > > Jenna Huston > >
