You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/09/15 17:18:08 UTC

[1/6] git commit: ACCUMULO-3048 More CHANGES since 1.5.2rc0

Repository: accumulo
Updated Branches:
  refs/heads/1.5.2-SNAPSHOT cee126f73 -> 019ff0add
  refs/heads/1.6.1-SNAPSHOT 939ed96bb -> bc53d3a4b
  refs/heads/master 9a3ddc306 -> 4176ad380


ACCUMULO-3048 More CHANGES since 1.5.2rc0


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

Branch: refs/heads/1.5.2-SNAPSHOT
Commit: 019ff0addcf4978734001b66cb48f9c60c950389
Parents: cee126f
Author: Josh Elser <el...@apache.org>
Authored: Mon Sep 15 11:16:42 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Mon Sep 15 11:16:42 2014 -0400

----------------------------------------------------------------------
 CHANGES | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/019ff0ad/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index bce3c15..c2892d6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,8 +23,10 @@ Release Notes - Accumulo - Version 1.5.2
     * [ACCUMULO-2438] - deleting all table rows caused tablet load failure
     * [ACCUMULO-2551] - Add read-only access to Fate
     * [ACCUMULO-3058] - Javadoc comment added to balancer describes non-existent methods
+    * [ACCUMULO-3012] - Simplify DefaultConfiguration
 
 ** Bug
+    * [ACCUMULO-1628] - NPE on deep copied dumped memory iterator
     * [ACCUMULO-1897] - Bug in MemKeyConversionIterator constructor
     * [ACCUMULO-1936] - SimpleTest test cases occasionally fail
     * [ACCUMULO-1951] - start-here.sh and stop-here.sh throw errors on OS X
@@ -94,6 +96,10 @@ Release Notes - Accumulo - Version 1.5.2
     * [ACCUMULO-3015] - RangeInputSplit doesn't serialize table name
     * [ACCUMULO-3016] - Glob for accumulo-examples-simple jar fails
     * [ACCUMULO-3055] - calling MiniAccumuloCluster.stop multiple times fails with NPE
+    * [ACCUMULO-3084] - Delays between calls to logGC cause tserver to fail
+    * [ACCUMULO-3096] - Scans stuck and seeing error message about constraint violation
+    * [ACCUMULO-3119] - Javadoc cleanup
+    * [ACCUMULO-3120] - README references docs/config.html but this file no longer exists in codebase
 
 ** Improvement
     * [ACCUMULO-1669] - User manual examples use two argument Mutation.put
@@ -115,6 +121,9 @@ Release Notes - Accumulo - Version 1.5.2
     * [ACCUMULO-2947] - Support configurable changes per mutation for size-based stress test
     * [ACCUMULO-2994] - IteratorUtil.parseIterConf loops over each iterator scope repeatedly
     * [ACCUMULO-3018] - Increase tserver.mutation.queue.max default for 1.5
+    * [ACCUMULO-3087] - start-server.sh should check fqdn and shortname to determine if SSH is needed
+    * [ACCUMULO-3097] - Missing documentation on some system iterators
+    * [ACCUMULO-3106] - "Check for long GC pauses" warning message needs improvement
 
 ** Task
     * [ACCUMULO-2411] - Remove warnings in 1.5 branch


[4/6] git commit: Merge branch '1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT

Posted by el...@apache.org.
Merge branch '1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT

Conflicts:
	CHANGES


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

Branch: refs/heads/master
Commit: bc53d3a4be7466524f9106d9b97399d6f6ba2119
Parents: 939ed96 019ff0a
Author: Josh Elser <el...@apache.org>
Authored: Mon Sep 15 11:17:47 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Mon Sep 15 11:17:47 2014 -0400

----------------------------------------------------------------------

----------------------------------------------------------------------



[2/6] git commit: ACCUMULO-3048 More CHANGES since 1.5.2rc0

Posted by el...@apache.org.
ACCUMULO-3048 More CHANGES since 1.5.2rc0


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

Branch: refs/heads/1.6.1-SNAPSHOT
Commit: 019ff0addcf4978734001b66cb48f9c60c950389
Parents: cee126f
Author: Josh Elser <el...@apache.org>
Authored: Mon Sep 15 11:16:42 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Mon Sep 15 11:16:42 2014 -0400

----------------------------------------------------------------------
 CHANGES | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/019ff0ad/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index bce3c15..c2892d6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,8 +23,10 @@ Release Notes - Accumulo - Version 1.5.2
     * [ACCUMULO-2438] - deleting all table rows caused tablet load failure
     * [ACCUMULO-2551] - Add read-only access to Fate
     * [ACCUMULO-3058] - Javadoc comment added to balancer describes non-existent methods
+    * [ACCUMULO-3012] - Simplify DefaultConfiguration
 
 ** Bug
+    * [ACCUMULO-1628] - NPE on deep copied dumped memory iterator
     * [ACCUMULO-1897] - Bug in MemKeyConversionIterator constructor
     * [ACCUMULO-1936] - SimpleTest test cases occasionally fail
     * [ACCUMULO-1951] - start-here.sh and stop-here.sh throw errors on OS X
@@ -94,6 +96,10 @@ Release Notes - Accumulo - Version 1.5.2
     * [ACCUMULO-3015] - RangeInputSplit doesn't serialize table name
     * [ACCUMULO-3016] - Glob for accumulo-examples-simple jar fails
     * [ACCUMULO-3055] - calling MiniAccumuloCluster.stop multiple times fails with NPE
+    * [ACCUMULO-3084] - Delays between calls to logGC cause tserver to fail
+    * [ACCUMULO-3096] - Scans stuck and seeing error message about constraint violation
+    * [ACCUMULO-3119] - Javadoc cleanup
+    * [ACCUMULO-3120] - README references docs/config.html but this file no longer exists in codebase
 
 ** Improvement
     * [ACCUMULO-1669] - User manual examples use two argument Mutation.put
@@ -115,6 +121,9 @@ Release Notes - Accumulo - Version 1.5.2
     * [ACCUMULO-2947] - Support configurable changes per mutation for size-based stress test
     * [ACCUMULO-2994] - IteratorUtil.parseIterConf loops over each iterator scope repeatedly
     * [ACCUMULO-3018] - Increase tserver.mutation.queue.max default for 1.5
+    * [ACCUMULO-3087] - start-server.sh should check fqdn and shortname to determine if SSH is needed
+    * [ACCUMULO-3097] - Missing documentation on some system iterators
+    * [ACCUMULO-3106] - "Check for long GC pauses" warning message needs improvement
 
 ** Task
     * [ACCUMULO-2411] - Remove warnings in 1.5 branch


[6/6] git commit: Merge branch '1.6.1-SNAPSHOT'

Posted by el...@apache.org.
Merge branch '1.6.1-SNAPSHOT'


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

Branch: refs/heads/master
Commit: 4176ad380dd3ab17903770bdacbad118e6bfac7c
Parents: 9a3ddc3 bc53d3a
Author: Josh Elser <el...@apache.org>
Authored: Mon Sep 15 11:17:53 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Mon Sep 15 11:17:53 2014 -0400

----------------------------------------------------------------------

----------------------------------------------------------------------



[3/6] git commit: ACCUMULO-3048 More CHANGES since 1.5.2rc0

Posted by el...@apache.org.
ACCUMULO-3048 More CHANGES since 1.5.2rc0


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

Branch: refs/heads/master
Commit: 019ff0addcf4978734001b66cb48f9c60c950389
Parents: cee126f
Author: Josh Elser <el...@apache.org>
Authored: Mon Sep 15 11:16:42 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Mon Sep 15 11:16:42 2014 -0400

----------------------------------------------------------------------
 CHANGES | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/019ff0ad/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index bce3c15..c2892d6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,8 +23,10 @@ Release Notes - Accumulo - Version 1.5.2
     * [ACCUMULO-2438] - deleting all table rows caused tablet load failure
     * [ACCUMULO-2551] - Add read-only access to Fate
     * [ACCUMULO-3058] - Javadoc comment added to balancer describes non-existent methods
+    * [ACCUMULO-3012] - Simplify DefaultConfiguration
 
 ** Bug
+    * [ACCUMULO-1628] - NPE on deep copied dumped memory iterator
     * [ACCUMULO-1897] - Bug in MemKeyConversionIterator constructor
     * [ACCUMULO-1936] - SimpleTest test cases occasionally fail
     * [ACCUMULO-1951] - start-here.sh and stop-here.sh throw errors on OS X
@@ -94,6 +96,10 @@ Release Notes - Accumulo - Version 1.5.2
     * [ACCUMULO-3015] - RangeInputSplit doesn't serialize table name
     * [ACCUMULO-3016] - Glob for accumulo-examples-simple jar fails
     * [ACCUMULO-3055] - calling MiniAccumuloCluster.stop multiple times fails with NPE
+    * [ACCUMULO-3084] - Delays between calls to logGC cause tserver to fail
+    * [ACCUMULO-3096] - Scans stuck and seeing error message about constraint violation
+    * [ACCUMULO-3119] - Javadoc cleanup
+    * [ACCUMULO-3120] - README references docs/config.html but this file no longer exists in codebase
 
 ** Improvement
     * [ACCUMULO-1669] - User manual examples use two argument Mutation.put
@@ -115,6 +121,9 @@ Release Notes - Accumulo - Version 1.5.2
     * [ACCUMULO-2947] - Support configurable changes per mutation for size-based stress test
     * [ACCUMULO-2994] - IteratorUtil.parseIterConf loops over each iterator scope repeatedly
     * [ACCUMULO-3018] - Increase tserver.mutation.queue.max default for 1.5
+    * [ACCUMULO-3087] - start-server.sh should check fqdn and shortname to determine if SSH is needed
+    * [ACCUMULO-3097] - Missing documentation on some system iterators
+    * [ACCUMULO-3106] - "Check for long GC pauses" warning message needs improvement
 
 ** Task
     * [ACCUMULO-2411] - Remove warnings in 1.5 branch


[5/6] git commit: Merge branch '1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT

Posted by el...@apache.org.
Merge branch '1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT

Conflicts:
	CHANGES


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

Branch: refs/heads/1.6.1-SNAPSHOT
Commit: bc53d3a4be7466524f9106d9b97399d6f6ba2119
Parents: 939ed96 019ff0a
Author: Josh Elser <el...@apache.org>
Authored: Mon Sep 15 11:17:47 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Mon Sep 15 11:17:47 2014 -0400

----------------------------------------------------------------------

----------------------------------------------------------------------