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 2014/04/08 23:49:06 UTC

svn commit: r1585843 - /accumulo/site/trunk/content/release_notes/1.6.0.mdtext

Author: kturner
Date: Tue Apr  8 21:49:05 2014
New Revision: 1585843

URL: http://svn.apache.org/r1585843
Log:
ACCUMULO-2396 updates from looking at 1.5.1 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=1585843&r1=1585842&r2=1585843&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  8 21:49:05 2014
@@ -22,6 +22,8 @@ Apache Accumulo 1.6.0
 
 This document is a work in progress.
 
+TODO recommend hadoop 2
+
 ## Notable Improvements
 
 ### Multiple namenode support
@@ -75,6 +77,8 @@ Previous versions of Accumulo always use
 
 All Accumulo processes running on a cluster are locatable via zookeeper.  Therefore using well known ports is not really required.  [ACCUMULO-1664][ACCUMULO-1664] makes it possible to for all Accumulo processes to use random ports.  This makes it easier to run multiple Accumulo instances on a single node.   
 
+While Hadoop [does not support IPv6 networks][3], attempting to run on a system that does not have IPv6 completely disabled can cause strange failures. [ACCUMULO-2262][ACCUMULO-2262] invokes the JVM-provided configuration parameter at process startup to prefer IPv4 over IPv6.
+
 ### ViewFS
 
 Multiple bug-fixes were made to support running Accumulo over multiple HDFS instances using ViewFS. [ACCUMULO-2047][ACCUMULO-2047] is the parent
@@ -86,7 +90,10 @@ ticket that contains numerous fixes to e
  * [ACCUMULO-1481][ACCUMULO-1481] The root tablet is now the root table.
  * [ACCUMULO-1566][ACCUMULO-1566] When read-ahead starts in the scanner is now configurable.
  * [ACCUMULO-1667][ACCUMULO-1667] Added a synchronous version of online and offline table
+ * [ACCUMULO-1833][ACCUMULO-1833] Multitable batch writer is faster now when used by multiple threads
+ * [ACCUMULO-1933][ACCUMULO-1933] Lower case can be given for memory units now.
  * [ACCUMULO-2128][ACCUMULO-2128] Provide resource cleanup via static utility
+ * [ACCUMULO-2360][ACCUMULO-2360] Allow configuration of the maximum thrift message size a server will read.
 
 ## Notable Bug Fixes
 
@@ -103,8 +110,8 @@ TODO some bugs may be unintelligible to 
  * [ACCUMULO-1661][ACCUMULO-1661] AccumuloInputFormat cannot fetch empty column family
  * [ACCUMULO-1696][ACCUMULO-1696] Deep copy in the compaction scope iterators can throw off the stats
  * [ACCUMULO-1698][ACCUMULO-1698] stop-here doesn't consider system hostname
- * [ACCUMULO-1833][ACCUMULO-1833] MultiTableBatchWriterImpl.getBatchWriter() is not performant for multiple threads
  * [ACCUMULO-1901][ACCUMULO-1901] start-here.sh starts only one GC process even if more are defined
+ * [ACCUMULO-1920][ACCUMULO-1920] Monitor was not seeing zookeeper updates for tables
  * [ACCUMULO-1921][ACCUMULO-1921] NPE in tablet assignment
  * [ACCUMULO-1994][ACCUMULO-1994] Proxy does not handle Key timestamps correctly
  * [ACCUMULO-2174][ACCUMULO-2174] VFS Classloader has potential to collide localized resources
@@ -217,7 +224,9 @@ and, in HDFS High-Availability instances
 [ACCUMULO-1833]: https://issues.apache.org/jira/browse/ACCUMULO-1833 "MultiTableBatchWriterImpl.getBatchWriter() is not performant for multiple threads"
 [ACCUMULO-1901]: https://issues.apache.org/jira/browse/ACCUMULO-1901 "start-here.sh starts only one GC process even if more are defined"
 [ACCUMULO-1905-comment]: https://issues.apache.org/jira/browse/ACCUMULO-1905?focusedCommentId=13915208&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13915208
+[ACCUMULO-1920]: https://issues.apache.org/jira/browse/ACCUMULO-1920 "monitor not seeing zookeeper updates"
 [ACCUMULO-1921]: https://issues.apache.org/jira/browse/ACCUMULO-1921 "NPE in tablet assignment"
+[ACCUMULO-1933]: https://issues.apache.org/jira/browse/ACCUMULO-1933 "Make unit on memory parameters case-insensitive"
 [ACCUMULO-1946]: https://issues.apache.org/jira/browse/ACCUMULO-1946 "Include dfs.datanode.synconclose in hdfs configuration documentation"
 [ACCUMULO-1950]: https://issues.apache.org/jira/browse/ACCUMULO-1950 "Reduce the number of calls to hsync"
 [ACCUMULO-1956]: https://issues.apache.org/jira/browse/ACCUMULO-1956 "Add section on decomissioning or adding nodes to an Accumulo cluster"
@@ -230,7 +239,9 @@ and, in HDFS High-Availability instances
 [ACCUMULO-2174]: https://issues.apache.org/jira/browse/ACCUMULO-2174 "VFS Classloader has potential to collide localized resources"
 [ACCUMULO-2225]: https://issues.apache.org/jira/browse/ACCUMULO-2225 "Need to better handle DNS failure propagation from Hadoop"
 [ACCUMULO-2234]: https://issues.apache.org/jira/browse/ACCUMULO-2234 "Cannot run offline mapreduce over non-default instance.dfs.dir value"
+[ACCUMULO-2262]: https://issues.apache.org/jira/browse/ACCUMULO-2262 "Include java.net.preferIPv4Stack=true in process startup"
 [ACCUMULO-2334]: https://issues.apache.org/jira/browse/ACCUMULO-2334 "Lacking fallback when ACCUMULO_LOG_HOST isn't set"
+[ACCUMULO-2360]: https://issues.apache.org/jira/browse/ACCUMULO-2360 "Need a way to configure TNonblockingServer.maxReadBufferBytes to prevent OOMs"
 [ACCUMULO-2408]: https://issues.apache.org/jira/browse/ACCUMULO-2408 "metadata table not assigned after root table is loaded"
 [ACCUMULO-2441]: https://issues.apache.org/jira/browse/ACCUMULO-2441 "Document internal state stored in RFile names"
 [ACCUMULO-2495]: https://issues.apache.org/jira/browse/ACCUMULO-2495 "OOM exception didn't bring down tserver"
@@ -239,4 +250,5 @@ and, in HDFS High-Availability instances
 
 
   [1]: http://research.google.com/archive/bigtable.html
-  [2]: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.44.2782&rep=rep1&type=pdf
\ No newline at end of file
+  [2]: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.44.2782&rep=rep1&type=pdf
+  [3]: http://wiki.apache.org/hadoop/HadoopIPv6
\ No newline at end of file