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

accumulo git commit: ACCUMULO-3432 Updating CHANGES for 1.6.2-RC4

Repository: accumulo
Updated Branches:
  refs/heads/1.6 5b48c5ad6 -> dc471efee


ACCUMULO-3432 Updating CHANGES for 1.6.2-RC4


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/dc471efe
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/dc471efe
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/dc471efe

Branch: refs/heads/1.6
Commit: dc471efeec1141082aec5c49a6f9a7027b6cb1fa
Parents: 5b48c5a
Author: Corey J. Nolet <cj...@gmail.com>
Authored: Wed Feb 4 21:43:09 2015 -0500
Committer: Corey J. Nolet <cj...@gmail.com>
Committed: Wed Feb 4 21:43:09 2015 -0500

----------------------------------------------------------------------
 CHANGES | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/dc471efe/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index c6d53a8..8471a8d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,8 +16,8 @@
 -->
 
 
-Release Notes - Accumulo - Version 1.6.2
 
+Release Notes - Accumulo - Version 1.6.2
 
 ** Sub-task
     * [ACCUMULO-1722] - add the ability to dump user permissions to the dumpConfig admin command
@@ -38,6 +38,7 @@ Release Notes - Accumulo - Version 1.6.2
     * [ACCUMULO-3516] - ZooZap does not use verbose option from command-line
 
 
+
 ** Bug
     * [ACCUMULO-1292] - Tablet constructor can hang on vfs classloader, preventing tablets from loading
     * [ACCUMULO-2381] - AddFilesWithMissingEntries needs to just find abandoned files, or be deleted
@@ -80,7 +81,7 @@ Release Notes - Accumulo - Version 1.6.2
     * [ACCUMULO-3292] - ConditionalWriterIT#testOffline failed
     * [ACCUMULO-3296] - ZooUtil.recursiveDelete looping indefinitely
     * [ACCUMULO-3297] - FileManager semaphore acquisition may block Root and Metadata scans
-    * [ACCUMULO-3298] - ConditionalMutationSet.DuplicateFitler is misspelled 
+    * [ACCUMULO-3298] - ConditionalMutationSet.DuplicateFitler is misspelled
     * [ACCUMULO-3301] - TableOperationsImpl.waitForTableStateTransition(String, TableState) never fetches `future` column
     * [ACCUMULO-3305] - MiniAccumuloClusterImpl#killProcess should use the stopWithTimeout method
     * [ACCUMULO-3312] - IllegalArgumentException in master and gc during randomwalk
@@ -128,6 +129,12 @@ Release Notes - Accumulo - Version 1.6.2
     * [ACCUMULO-3504] - Typo in startup message
     * [ACCUMULO-3532] - ServerType.TRACER and ServerType.MONITOR were added in 1.6.2 causing it to lose backwards compatibility
     * [ACCUMULO-3533] - AbstractInputFormat.getConfiguration(JobContext) changed from package-private to public without minor version bump
+    * [ACCUMULO-3541] - Seeing CompactionCanceledException errors in monitor
+    * [ACCUMULO-3547] - TabletServer clears cache after bulk import analysis
+    * [ACCUMULO-3549] - tablet server location cache may grow too large
+    * [ACCUMULO-3553] - Better description on CleanZookeeper password parameter
+
+
 
 
 ** Improvement
@@ -161,6 +168,14 @@ Release Notes - Accumulo - Version 1.6.2
     * [ACCUMULO-3436] - User manual doesn't have any discussion about FATE
     * [ACCUMULO-3440] - TabletGroupWatcher tablet assigning logging is excessive
     * [ACCUMULO-3466] - Range.mergeOverlapping(Collection) should have short-circuit for collections with only one item
+    * [ACCUMULO-3556] - Improve obtuse "Scanner closed" error message in TabletServerBatchScanner
+
+
+
+
+
+
+
 
 
 ** Task
@@ -183,7 +198,6 @@ Release Notes - Accumulo - Version 1.6.2
 
 
 
-
 Release Notes - Accumulo - Version 1.6.1