You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2015/05/20 16:55:43 UTC

svn commit: r1680587 - /accumulo/site/trunk/content/release_notes/1.7.0.mdtext

Author: kturner
Date: Wed May 20 14:55:42 2015
New Revision: 1680587

URL: http://svn.apache.org/r1680587
Log:
ACCUMULO-3737 added info about ACCUMULO-2841 to 1.7.0 release notes.

Modified:
    accumulo/site/trunk/content/release_notes/1.7.0.mdtext

Modified: accumulo/site/trunk/content/release_notes/1.7.0.mdtext
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/release_notes/1.7.0.mdtext?rev=1680587&r1=1680586&r2=1680587&view=diff
==============================================================================
--- accumulo/site/trunk/content/release_notes/1.7.0.mdtext (original)
+++ accumulo/site/trunk/content/release_notes/1.7.0.mdtext Wed May 20 14:55:42 2015
@@ -308,6 +308,14 @@ introduces a new per-table property whic
 utilization happens when multiple are available is limited to the expected
 subset of all tables.
 
+### Table and namespace custom properties
+
+Inorder to avoid errors caused by mis-typed configuration properties, Accumulo was strict about which configuration properties 
+could be set.  However this prevented user from setting arbitrary properties that could be used by custom balancers, compaction 
+strategies, volume choosers, and iterators.  Under [ACCUMULO-2841][ACCUMULO-2841] the ability to set arbitrary table and 
+namespace properties was added.  The properties need to be prefixed with `table.custom`.  The changes made in 
+[ACCUMULO-3177][ACCUMULO-3177] and [ACCUMULO-3439][ACCUMULO-3439] leverage this new feature.
+
 # Notable Bug Fixes #
 
 ## SourceSwitchingIterator Deadlock ##
@@ -418,6 +426,7 @@ Accumulo configuration from `120s` to `2
 [ACCUMULO-1957]: https://issues.apache.org/jira/browse/ACCUMULO-1957
 [ACCUMULO-2388]: https://issues.apache.org/jira/browse/ACCUMULO-2388
 [ACCUMULO-2815]: https://issues.apache.org/jira/browse/ACCUMULO-2815
+[ACCUMULO-2841]: https://issues.apache.org/jira/browse/ACCUMULO-2841
 [ACCUMULO-2863]: https://issues.apache.org/jira/browse/ACCUMULO-2863
 [ACCUMULO-2998]: https://issues.apache.org/jira/browse/ACCUMULO-2998
 [ACCUMULO-3134]: https://issues.apache.org/jira/browse/ACCUMULO-3134