[16/35] hadoop git commit: HDFS-13481. TestRollingFileSystemSinkWithHdfs#testFlushThread: test failed intermittently (Contributed by Gabor Bota via Daniel Templeton)

2018-05-07 Thread xyao
HDFS-13481. TestRollingFileSystemSinkWithHdfs#testFlushThread: test failed 
intermittently
(Contributed by Gabor Bota via Daniel Templeton)

Change-Id: I9921981dfa69669fe7912dd2a31ae8b638283204


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

Branch: refs/heads/HDDS-4
Commit: 87c23ef643393c39e8353ca9f495b0c8f97cdbd9
Parents: f4d280f
Author: Daniel Templeton 
Authored: Wed May 2 16:54:42 2018 -0700
Committer: Daniel Templeton 
Committed: Wed May 2 17:13:40 2018 -0700

--
 .../hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/87c23ef6/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
--
diff --git 
a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
 
b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
index da85b9b..0f90d82 100644
--- 
a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
+++ 
b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
@@ -182,7 +182,8 @@ public class RollingFileSystemSinkTestBase {
 .add(prefix + ".sink.mysink0.ignore-error", ignoreErrors)
 .add(prefix + ".sink.mysink0.allow-append", allowAppend)
 .add(prefix + ".sink.mysink0.roll-offset-interval-millis", 0)
-.add(prefix + ".sink.mysink0.roll-interval", "1h");
+.add(prefix + ".sink.mysink0.roll-interval", "1h")
+.add("*.queue.capacity", 2);
 
 if (useSecureParams) {
   builder.add(prefix + ".sink.mysink0.keytab-key", SINK_KEYTAB_FILE_KEY)


-
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org



[37/50] [abbrv] hadoop git commit: HDFS-13481. TestRollingFileSystemSinkWithHdfs#testFlushThread: test failed intermittently (Contributed by Gabor Bota via Daniel Templeton)

2018-05-04 Thread xkrogen
HDFS-13481. TestRollingFileSystemSinkWithHdfs#testFlushThread: test failed 
intermittently
(Contributed by Gabor Bota via Daniel Templeton)

Change-Id: I9921981dfa69669fe7912dd2a31ae8b638283204


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

Branch: refs/heads/HDFS-12943
Commit: 87c23ef643393c39e8353ca9f495b0c8f97cdbd9
Parents: f4d280f
Author: Daniel Templeton 
Authored: Wed May 2 16:54:42 2018 -0700
Committer: Daniel Templeton 
Committed: Wed May 2 17:13:40 2018 -0700

--
 .../hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/87c23ef6/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
--
diff --git 
a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
 
b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
index da85b9b..0f90d82 100644
--- 
a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
+++ 
b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
@@ -182,7 +182,8 @@ public class RollingFileSystemSinkTestBase {
 .add(prefix + ".sink.mysink0.ignore-error", ignoreErrors)
 .add(prefix + ".sink.mysink0.allow-append", allowAppend)
 .add(prefix + ".sink.mysink0.roll-offset-interval-millis", 0)
-.add(prefix + ".sink.mysink0.roll-interval", "1h");
+.add(prefix + ".sink.mysink0.roll-interval", "1h")
+.add("*.queue.capacity", 2);
 
 if (useSecureParams) {
   builder.add(prefix + ".sink.mysink0.keytab-key", SINK_KEYTAB_FILE_KEY)


-
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org



hadoop git commit: HDFS-13481. TestRollingFileSystemSinkWithHdfs#testFlushThread: test failed intermittently (Contributed by Gabor Bota via Daniel Templeton)

2018-05-02 Thread templedf
Repository: hadoop
Updated Branches:
  refs/heads/branch-3.0 c2ed61188 -> 184ecec29


HDFS-13481. TestRollingFileSystemSinkWithHdfs#testFlushThread: test failed 
intermittently
(Contributed by Gabor Bota via Daniel Templeton)

Change-Id: I9921981dfa69669fe7912dd2a31ae8b638283204
(cherry picked from commit 87c23ef643393c39e8353ca9f495b0c8f97cdbd9)
(cherry picked from commit 57e41154365aa260ad2b2117779a77196c918eb0)


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

Branch: refs/heads/branch-3.0
Commit: 184ecec29cc559be0bcaa35122afffaf159cd23b
Parents: c2ed611
Author: Daniel Templeton 
Authored: Wed May 2 16:54:42 2018 -0700
Committer: Daniel Templeton 
Committed: Wed May 2 17:18:59 2018 -0700

--
 .../hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/184ecec2/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
--
diff --git 
a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
 
b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
index da85b9b..0f90d82 100644
--- 
a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
+++ 
b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
@@ -182,7 +182,8 @@ public class RollingFileSystemSinkTestBase {
 .add(prefix + ".sink.mysink0.ignore-error", ignoreErrors)
 .add(prefix + ".sink.mysink0.allow-append", allowAppend)
 .add(prefix + ".sink.mysink0.roll-offset-interval-millis", 0)
-.add(prefix + ".sink.mysink0.roll-interval", "1h");
+.add(prefix + ".sink.mysink0.roll-interval", "1h")
+.add("*.queue.capacity", 2);
 
 if (useSecureParams) {
   builder.add(prefix + ".sink.mysink0.keytab-key", SINK_KEYTAB_FILE_KEY)


-
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org



hadoop git commit: HDFS-13481. TestRollingFileSystemSinkWithHdfs#testFlushThread: test failed intermittently (Contributed by Gabor Bota via Daniel Templeton)

2018-05-02 Thread templedf
Repository: hadoop
Updated Branches:
  refs/heads/branch-3.1 61fac20c9 -> 57e411543


HDFS-13481. TestRollingFileSystemSinkWithHdfs#testFlushThread: test failed 
intermittently
(Contributed by Gabor Bota via Daniel Templeton)

Change-Id: I9921981dfa69669fe7912dd2a31ae8b638283204
(cherry picked from commit 87c23ef643393c39e8353ca9f495b0c8f97cdbd9)


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

Branch: refs/heads/branch-3.1
Commit: 57e41154365aa260ad2b2117779a77196c918eb0
Parents: 61fac20
Author: Daniel Templeton 
Authored: Wed May 2 16:54:42 2018 -0700
Committer: Daniel Templeton 
Committed: Wed May 2 17:17:46 2018 -0700

--
 .../hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/57e41154/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
--
diff --git 
a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
 
b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
index da85b9b..0f90d82 100644
--- 
a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
+++ 
b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
@@ -182,7 +182,8 @@ public class RollingFileSystemSinkTestBase {
 .add(prefix + ".sink.mysink0.ignore-error", ignoreErrors)
 .add(prefix + ".sink.mysink0.allow-append", allowAppend)
 .add(prefix + ".sink.mysink0.roll-offset-interval-millis", 0)
-.add(prefix + ".sink.mysink0.roll-interval", "1h");
+.add(prefix + ".sink.mysink0.roll-interval", "1h")
+.add("*.queue.capacity", 2);
 
 if (useSecureParams) {
   builder.add(prefix + ".sink.mysink0.keytab-key", SINK_KEYTAB_FILE_KEY)


-
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org



hadoop git commit: HDFS-13481. TestRollingFileSystemSinkWithHdfs#testFlushThread: test failed intermittently (Contributed by Gabor Bota via Daniel Templeton)

2018-05-02 Thread templedf
Repository: hadoop
Updated Branches:
  refs/heads/trunk f4d280f02 -> 87c23ef64


HDFS-13481. TestRollingFileSystemSinkWithHdfs#testFlushThread: test failed 
intermittently
(Contributed by Gabor Bota via Daniel Templeton)

Change-Id: I9921981dfa69669fe7912dd2a31ae8b638283204


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

Branch: refs/heads/trunk
Commit: 87c23ef643393c39e8353ca9f495b0c8f97cdbd9
Parents: f4d280f
Author: Daniel Templeton 
Authored: Wed May 2 16:54:42 2018 -0700
Committer: Daniel Templeton 
Committed: Wed May 2 17:13:40 2018 -0700

--
 .../hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/87c23ef6/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
--
diff --git 
a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
 
b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
index da85b9b..0f90d82 100644
--- 
a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
+++ 
b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/sink/RollingFileSystemSinkTestBase.java
@@ -182,7 +182,8 @@ public class RollingFileSystemSinkTestBase {
 .add(prefix + ".sink.mysink0.ignore-error", ignoreErrors)
 .add(prefix + ".sink.mysink0.allow-append", allowAppend)
 .add(prefix + ".sink.mysink0.roll-offset-interval-millis", 0)
-.add(prefix + ".sink.mysink0.roll-interval", "1h");
+.add(prefix + ".sink.mysink0.roll-interval", "1h")
+.add("*.queue.capacity", 2);
 
 if (useSecureParams) {
   builder.add(prefix + ".sink.mysink0.keytab-key", SINK_KEYTAB_FILE_KEY)


-
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org