Author: kturner Date: Mon May 5 16:54:02 2014 New Revision: 1592569 URL: http://svn.apache.org/r1592569 Log: ACCUMULO-2396 fix Size-based constraint header and add jira issue
Modified: accumulo/site/trunk/content/release_notes/1.6.0.mdtext Modified: accumulo/site/trunk/content/release_notes/1.6.0.mdtext URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/release_notes/1.6.0.mdtext?rev=1592569&r1=1592568&r2=1592569&view=diff ============================================================================== --- accumulo/site/trunk/content/release_notes/1.6.0.mdtext (original) +++ accumulo/site/trunk/content/release_notes/1.6.0.mdtext Mon May 5 16:54:02 2014 @@ -132,9 +132,9 @@ It is recommended that users invoke the Be aware that you will need a C++ compiler/toolchain installed to build this library. Check your GNU/Linux distribution documentation for the package manager command. -#### Size-Based Constraint on New Tables +### Size-Based Constraint on New Tables -A Constraint is an interface that can determine if a Mutation should be applied or rejected server-side. New tables that are created in 1.6.0 will automatically have the `DefaultKeySizeConstraint` set. +A Constraint is an interface that can determine if a Mutation should be applied or rejected server-side. After [ACCUMULO-466][ACCUMULO-466], new tables that are created in 1.6.0 will automatically have the `DefaultKeySizeConstraint` set. As performance can suffer when large Keys are inserted into a table, this Constraint will reject any Key that is larger than 1MB. If this constraint is undesired, it can be removed using the `constraint` shell command. See the help message on the command for more information. @@ -316,6 +316,7 @@ The following acronyms are used in the t [ACCUMULO-324]: https://issues.apache.org/jira/browse/ACCUMULO-324 "System/site constraints and iterators should NOT affect the METADATA table" [ACCUMULO-335]: https://issues.apache.org/jira/browse/ACCUMULO-335 "Batch scanning over the !METADATA table can cause issues" [ACCUMULO-391]: https://issues.apache.org/jira/browse/ACCUMULO-391 "Multi-table input format" +[ACCUMULO-466]: https://issues.apache.org/jira/browse/ACCUMULO-466 [ACCUMULO-765]: https://issues.apache.org/jira/browse/ACCUMULO-765 [ACCUMULO-769]: https://issues.apache.org/jira/browse/ACCUMULO-769 [ACCUMULO-786]: https://issues.apache.org/jira/browse/ACCUMULO-786