-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/24862/
-----------------------------------------------------------
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