You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bh...@apache.org on 2014/01/22 20:06:09 UTC

[01/10] git commit: ACCUMULO-2227 / ACCUMULO-2228 Update randomwalk README with HA warning

Updated Branches:
  refs/heads/1.4.5-SNAPSHOT e887f376a -> 06f80305e
  refs/heads/1.5.1-SNAPSHOT 13eb19c2b -> bd67c465f
  refs/heads/1.6.0-SNAPSHOT 99ebfc7fc -> b642d1be7
  refs/heads/master 5b4ec3343 -> 31b68c40f


ACCUMULO-2227 / ACCUMULO-2228 Update randomwalk README with HA warning

Hadoop 2.1.0 includes better retry / failover handling than prior versions. This
commit adds a warning to the randomwalk README advising testers to expect more
failures exercising HA under Hadoop versions before 2.1.0.


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

Branch: refs/heads/1.4.5-SNAPSHOT
Commit: 06f80305e4587f519cb3dfae0686b52b32e7a0b8
Parents: e887f37
Author: Bill Havanki <bh...@cloudera.com>
Authored: Wed Jan 22 14:00:40 2014 -0500
Committer: Bill Havanki <bh...@cloudera.com>
Committed: Wed Jan 22 14:00:40 2014 -0500

----------------------------------------------------------------------
 test/system/randomwalk/README | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/06f80305/test/system/randomwalk/README
----------------------------------------------------------------------
diff --git a/test/system/randomwalk/README b/test/system/randomwalk/README
index 78a50c6..c50f790 100644
--- a/test/system/randomwalk/README
+++ b/test/system/randomwalk/README
@@ -50,3 +50,13 @@ start-local.sh All.xml	    Copies configuration from HDFS into tmp/ and
 			    and starts only one local random walker.
  
 pkill -f randomwalk.Framework	Stops all local random walkers
+
+-----------------------------------------------------------------------------
+
+If you are running randomwalk tests while exercising Hadoop's high availability
+(HA) failover capabilities, you should use Hadoop version 2.1.0 or later.
+Failover scenarios are more likely to cause randomwalk test failures under
+earlier Hadoop versions. See the following issue reports for more details.
+
+* https://issues.apache.org/jira/browse/HDFS-4404
+* https://issues.apache.org/jira/browse/HADOOP-9792


[08/10] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT

Posted by bh...@apache.org.
Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: b642d1be79c2654ead24ae19a57c887645de203c
Parents: 99ebfc7 bd67c46
Author: Bill Havanki <bh...@cloudera.com>
Authored: Wed Jan 22 14:05:44 2014 -0500
Committer: Bill Havanki <bh...@cloudera.com>
Committed: Wed Jan 22 14:05:44 2014 -0500

----------------------------------------------------------------------
 test/system/randomwalk/README | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------



[10/10] git commit: Merge branch '1.6.0-SNAPSHOT'

Posted by bh...@apache.org.
Merge branch '1.6.0-SNAPSHOT'


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

Branch: refs/heads/master
Commit: 31b68c40f7ce9046f560fce7fdb0eb23e0edf8da
Parents: 5b4ec33 b642d1b
Author: Bill Havanki <bh...@cloudera.com>
Authored: Wed Jan 22 14:05:57 2014 -0500
Committer: Bill Havanki <bh...@cloudera.com>
Committed: Wed Jan 22 14:05:57 2014 -0500

----------------------------------------------------------------------
 test/system/randomwalk/README | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------



[09/10] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT

Posted by bh...@apache.org.
Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT


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

Branch: refs/heads/master
Commit: b642d1be79c2654ead24ae19a57c887645de203c
Parents: 99ebfc7 bd67c46
Author: Bill Havanki <bh...@cloudera.com>
Authored: Wed Jan 22 14:05:44 2014 -0500
Committer: Bill Havanki <bh...@cloudera.com>
Committed: Wed Jan 22 14:05:44 2014 -0500

----------------------------------------------------------------------
 test/system/randomwalk/README | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------



[03/10] git commit: ACCUMULO-2227 / ACCUMULO-2228 Update randomwalk README with HA warning

Posted by bh...@apache.org.
ACCUMULO-2227 / ACCUMULO-2228 Update randomwalk README with HA warning

Hadoop 2.1.0 includes better retry / failover handling than prior versions. This
commit adds a warning to the randomwalk README advising testers to expect more
failures exercising HA under Hadoop versions before 2.1.0.


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: 06f80305e4587f519cb3dfae0686b52b32e7a0b8
Parents: e887f37
Author: Bill Havanki <bh...@cloudera.com>
Authored: Wed Jan 22 14:00:40 2014 -0500
Committer: Bill Havanki <bh...@cloudera.com>
Committed: Wed Jan 22 14:00:40 2014 -0500

----------------------------------------------------------------------
 test/system/randomwalk/README | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/06f80305/test/system/randomwalk/README
----------------------------------------------------------------------
diff --git a/test/system/randomwalk/README b/test/system/randomwalk/README
index 78a50c6..c50f790 100644
--- a/test/system/randomwalk/README
+++ b/test/system/randomwalk/README
@@ -50,3 +50,13 @@ start-local.sh All.xml	    Copies configuration from HDFS into tmp/ and
 			    and starts only one local random walker.
  
 pkill -f randomwalk.Framework	Stops all local random walkers
+
+-----------------------------------------------------------------------------
+
+If you are running randomwalk tests while exercising Hadoop's high availability
+(HA) failover capabilities, you should use Hadoop version 2.1.0 or later.
+Failover scenarios are more likely to cause randomwalk test failures under
+earlier Hadoop versions. See the following issue reports for more details.
+
+* https://issues.apache.org/jira/browse/HDFS-4404
+* https://issues.apache.org/jira/browse/HADOOP-9792


[07/10] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT

Posted by bh...@apache.org.
Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT


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

Branch: refs/heads/master
Commit: bd67c465ffa17b4b063f123d1494f1d29c411f0a
Parents: 13eb19c 06f8030
Author: Bill Havanki <bh...@cloudera.com>
Authored: Wed Jan 22 14:05:28 2014 -0500
Committer: Bill Havanki <bh...@cloudera.com>
Committed: Wed Jan 22 14:05:28 2014 -0500

----------------------------------------------------------------------
 test/system/randomwalk/README | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------



[02/10] git commit: ACCUMULO-2227 / ACCUMULO-2228 Update randomwalk README with HA warning

Posted by bh...@apache.org.
ACCUMULO-2227 / ACCUMULO-2228 Update randomwalk README with HA warning

Hadoop 2.1.0 includes better retry / failover handling than prior versions. This
commit adds a warning to the randomwalk README advising testers to expect more
failures exercising HA under Hadoop versions before 2.1.0.


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

Branch: refs/heads/1.5.1-SNAPSHOT
Commit: 06f80305e4587f519cb3dfae0686b52b32e7a0b8
Parents: e887f37
Author: Bill Havanki <bh...@cloudera.com>
Authored: Wed Jan 22 14:00:40 2014 -0500
Committer: Bill Havanki <bh...@cloudera.com>
Committed: Wed Jan 22 14:00:40 2014 -0500

----------------------------------------------------------------------
 test/system/randomwalk/README | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/06f80305/test/system/randomwalk/README
----------------------------------------------------------------------
diff --git a/test/system/randomwalk/README b/test/system/randomwalk/README
index 78a50c6..c50f790 100644
--- a/test/system/randomwalk/README
+++ b/test/system/randomwalk/README
@@ -50,3 +50,13 @@ start-local.sh All.xml	    Copies configuration from HDFS into tmp/ and
 			    and starts only one local random walker.
  
 pkill -f randomwalk.Framework	Stops all local random walkers
+
+-----------------------------------------------------------------------------
+
+If you are running randomwalk tests while exercising Hadoop's high availability
+(HA) failover capabilities, you should use Hadoop version 2.1.0 or later.
+Failover scenarios are more likely to cause randomwalk test failures under
+earlier Hadoop versions. See the following issue reports for more details.
+
+* https://issues.apache.org/jira/browse/HDFS-4404
+* https://issues.apache.org/jira/browse/HADOOP-9792


[06/10] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT

Posted by bh...@apache.org.
Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT


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

Branch: refs/heads/1.5.1-SNAPSHOT
Commit: bd67c465ffa17b4b063f123d1494f1d29c411f0a
Parents: 13eb19c 06f8030
Author: Bill Havanki <bh...@cloudera.com>
Authored: Wed Jan 22 14:05:28 2014 -0500
Committer: Bill Havanki <bh...@cloudera.com>
Committed: Wed Jan 22 14:05:28 2014 -0500

----------------------------------------------------------------------
 test/system/randomwalk/README | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------



[05/10] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT

Posted by bh...@apache.org.
Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: bd67c465ffa17b4b063f123d1494f1d29c411f0a
Parents: 13eb19c 06f8030
Author: Bill Havanki <bh...@cloudera.com>
Authored: Wed Jan 22 14:05:28 2014 -0500
Committer: Bill Havanki <bh...@cloudera.com>
Committed: Wed Jan 22 14:05:28 2014 -0500

----------------------------------------------------------------------
 test/system/randomwalk/README | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------



[04/10] git commit: ACCUMULO-2227 / ACCUMULO-2228 Update randomwalk README with HA warning

Posted by bh...@apache.org.
ACCUMULO-2227 / ACCUMULO-2228 Update randomwalk README with HA warning

Hadoop 2.1.0 includes better retry / failover handling than prior versions. This
commit adds a warning to the randomwalk README advising testers to expect more
failures exercising HA under Hadoop versions before 2.1.0.


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

Branch: refs/heads/master
Commit: 06f80305e4587f519cb3dfae0686b52b32e7a0b8
Parents: e887f37
Author: Bill Havanki <bh...@cloudera.com>
Authored: Wed Jan 22 14:00:40 2014 -0500
Committer: Bill Havanki <bh...@cloudera.com>
Committed: Wed Jan 22 14:00:40 2014 -0500

----------------------------------------------------------------------
 test/system/randomwalk/README | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/06f80305/test/system/randomwalk/README
----------------------------------------------------------------------
diff --git a/test/system/randomwalk/README b/test/system/randomwalk/README
index 78a50c6..c50f790 100644
--- a/test/system/randomwalk/README
+++ b/test/system/randomwalk/README
@@ -50,3 +50,13 @@ start-local.sh All.xml	    Copies configuration from HDFS into tmp/ and
 			    and starts only one local random walker.
  
 pkill -f randomwalk.Framework	Stops all local random walkers
+
+-----------------------------------------------------------------------------
+
+If you are running randomwalk tests while exercising Hadoop's high availability
+(HA) failover capabilities, you should use Hadoop version 2.1.0 or later.
+Failover scenarios are more likely to cause randomwalk test failures under
+earlier Hadoop versions. See the following issue reports for more details.
+
+* https://issues.apache.org/jira/browse/HDFS-4404
+* https://issues.apache.org/jira/browse/HADOOP-9792