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 2012/03/22 20:37:57 UTC

svn commit: r1304009 - in /incubator/accumulo/branches/1.4.0rc: ./ CHANGES src/core/ src/server/

Author: kturner
Date: Thu Mar 22 19:37:57 2012
New Revision: 1304009

URL: http://svn.apache.org/viewvc?rev=1304009&view=rev
Log:
ACCUMULO-145 updated CHANGES

Modified:
    incubator/accumulo/branches/1.4.0rc/   (props changed)
    incubator/accumulo/branches/1.4.0rc/CHANGES
    incubator/accumulo/branches/1.4.0rc/src/core/   (props changed)
    incubator/accumulo/branches/1.4.0rc/src/server/   (props changed)

Propchange: incubator/accumulo/branches/1.4.0rc/
------------------------------------------------------------------------------
  Merged /incubator/accumulo/branches/1.4:r1303996-1304004

Modified: incubator/accumulo/branches/1.4.0rc/CHANGES
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4.0rc/CHANGES?rev=1304009&r1=1304008&r2=1304009&view=diff
==============================================================================
--- incubator/accumulo/branches/1.4.0rc/CHANGES (original)
+++ incubator/accumulo/branches/1.4.0rc/CHANGES Thu Mar 22 19:37:57 2012
@@ -158,6 +158,8 @@ The following is a list of changes made 
     * [ACCUMULO-446] - boolean logic iterators do not correctly "jump()"
     * [ACCUMULO-447] - BooleanLogicIterator cannot handle ORs correctly
     * [ACCUMULO-476] - java.lang.ClassCastException: com.mapr.fs.MapRFileSystem cannot be cast to org.apache.hadoop.hdfs.DistributedFileSystem
+    * [ACCUMULO-484] - root tablet fails to load after recovery when all minor compaction threads are busy
+    * [ACCUMULO-486] - tablet server runs out of memory after 8 hours of continuous ingest
 
 ** Improvement
     * [ACCUMULO-10] - tablet server bulk import methods should only be callable by system user
@@ -230,6 +232,7 @@ The following is a list of changes made 
     * [ACCUMULO-460] - zookeeper jar and ubuntu
     * [ACCUMULO-474] - wikisearch against an unindexed field causes tablet servers to run out of memory, or stop-the-world-gc
     * [ACCUMULO-477] - inconsistent names and duplicate methods in IteratorSettings 
+    * [ACCUMULO-485] - reduce the debugging level for the examples
 
 ** New Feature
     * [ACCUMULO-19] - Debian packaging support

Propchange: incubator/accumulo/branches/1.4.0rc/src/core/
------------------------------------------------------------------------------
  Merged /incubator/accumulo/branches/1.4/src/core:r1303996-1304004

Propchange: incubator/accumulo/branches/1.4.0rc/src/server/
------------------------------------------------------------------------------
  Merged /incubator/accumulo/branches/1.4/src/server:r1303996-1304004