Author: kturner Date: Tue Apr 29 21:38:20 2014 New Revision: 1591115 URL: http://svn.apache.org/r1591115 Log: ACCUMULO-2396 update encryption section in release notes
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=1591115&r1=1591114&r2=1591115&view=diff ============================================================================== --- accumulo/site/trunk/content/release_notes/1.6.0.mdtext (original) +++ accumulo/site/trunk/content/release_notes/1.6.0.mdtext Tue Apr 29 21:38:20 2014 @@ -46,7 +46,9 @@ The only built in test that conditional ### Encryption -Support for encrypting Accumulo's persistent and over the wire data was added. [ACCUMULO-998][ACCUMULO-998], [ACCUMULO-958][ACCUMULO-958], and [ACCUMULO-980][ACCUMULO-980] cover encrypting data at rest in write ahead logs and rfiles. [ACCUMULO-1009][ACCUMULO-1009] covers encrypting data over the wire using SSL. +Encryption is still an experimental feature, but much progress has been made since 1.5.0. Support for encrypting rfiles and write ahead logs were added in [ACCUMULO-958][ACCUMULO-958] and [ACCUMULO-980][ACCUMULO-980]. Support for encrypting data over the wire using SSL was added in [ACCUMULO-1009][ACCUMULO-1009]. + +When a tablet server fails, its write ahead logs are sorted and stored in HDFS. In 1.6.0, encrypting these sorted write ahead logs is not supported. [ACCUMULO-981][ACCUMULO-981] addresses this issue. ### Pluggable compaction strategies @@ -160,6 +162,7 @@ If this is happening often a possible wo ### Other known issues + * [ACCUMULO-981][ACCUMULO-981] Sorted write ahead logs are not encrypted. * [ACCUMULO-1507][ACCUMULO-1507] Dynamic Classloader still can't keep proper track of jars * [ACCUMULO-1588][ACCUMULO-1588] Monitor XML and JSON differ * [ACCUMULO-1628][ACCUMULO-1628] NPE on deep copied dumped memory iterator @@ -227,9 +230,9 @@ and, in HDFS High-Availability instances [ACCUMULO-802]: https://issues.apache.org/jira/browse/ACCUMULO-802 "Table namespaces" [ACCUMULO-842]: https://issues.apache.org/jira/browse/ACCUMULO-842 "Add FATE administration to shell" [ACCUMULO-958]: https://issues.apache.org/jira/browse/ACCUMULO-958 "Support pluggable encryption in walogs" -[ACCUMULO-998]: https://issues.apache.org/jira/browse/ACCUMULO-998 "Support encryption at rest" [ACCUMULO-970]: https://issues.apache.org/jira/browse/ACCUMULO-970 [ACCUMULO-980]: https://issues.apache.org/jira/browse/ACCUMULO-980 "Support pluggable codecs for RFile" +[ACCUMULO-981]: https://issues.apache.org/jira/browse/ACCUMULO-981 "support pluggable encryption when recovering write-ahead logs" [ACCUMULO-1000]: https://issues.apache.org/jira/browse/ACCUMULO-1000 "Conditional Mutations" [ACCUMULO-1009]: https://issues.apache.org/jira/browse/ACCUMULO-1009 "Support encryption over the wire" [ACCUMULO-1018]: https://issues.apache.org/jira/browse/ACCUMULO-1018 "Client does not give informative message when user can not read table"