[jira] [Commented] (HBASE-12172) Disable flakey TestRegionReplicaReplicationEndpoint and make fixing it a blocker on 1.0

2014-10-06 Thread Enis Soztutar (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14160625#comment-14160625
 ] 

Enis Soztutar commented on HBASE-12172:
---

The test does setup async wal replication, and waits for the replication to 
send the data over to the secondary replicas. Thanks for doing this. I'll try 
to stabilize the test in HBASE-12180. 

 Disable flakey TestRegionReplicaReplicationEndpoint and make fixing it a 
 blocker on 1.0
 ---

 Key: HBASE-12172
 URL: https://issues.apache.org/jira/browse/HBASE-12172
 Project: HBase
  Issue Type: Bug
  Components: test
Reporter: stack
Assignee: stack
 Fix For: 2.0.0

 Attachments: 12172.disable.txt


 This test is categorized FlakeyTest.  It earned this sobriquet by continually 
 failing from time to time.. Here is recent 
 https://builds.apache.org/job/HBase-TRUNK/5619/testReport/  It is important 
 test and someone needs to spend tie on it but its plain folks are a bit busy 
 at mo.  Meantime, lets not this test get in the way of our getting all-green 
 test runs.  Let me put up a patch to disable it.  I'll then file blocker 
 against 1.0 so it gets fixed before we release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12172) Disable flakey TestRegionReplicaReplicationEndpoint and make fixing it a blocker on 1.0

2014-10-06 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14160769#comment-14160769
 ] 

Hudson commented on HBASE-12172:


SUCCESS: Integrated in HBase-TRUNK #5623 (See 
[https://builds.apache.org/job/HBase-TRUNK/5623/])
HBASE-12172 Disable flakey TestRegionReplicaReplicationEndpoint and make fixing 
it a blocker on 1.0 (stack: rev 5f6a055bb697ad137e8d372a4c377f969699b009)
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/regionserver/TestRegionReplicaReplicationEndpoint.java


 Disable flakey TestRegionReplicaReplicationEndpoint and make fixing it a 
 blocker on 1.0
 ---

 Key: HBASE-12172
 URL: https://issues.apache.org/jira/browse/HBASE-12172
 Project: HBase
  Issue Type: Bug
  Components: test
Reporter: stack
Assignee: stack
 Fix For: 2.0.0

 Attachments: 12172.disable.txt


 This test is categorized FlakeyTest.  It earned this sobriquet by continually 
 failing from time to time.. Here is recent 
 https://builds.apache.org/job/HBase-TRUNK/5619/testReport/  It is important 
 test and someone needs to spend tie on it but its plain folks are a bit busy 
 at mo.  Meantime, lets not this test get in the way of our getting all-green 
 test runs.  Let me put up a patch to disable it.  I'll then file blocker 
 against 1.0 so it gets fixed before we release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12172) Disable flakey TestRegionReplicaReplicationEndpoint and make fixing it a blocker on 1.0

2014-10-03 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14158919#comment-14158919
 ] 

stack commented on HBASE-12172:
---

In above citation, most of the tests failed with:

Error Message

test timed out after 6 milliseconds
Stacktrace

java.lang.Exception: test timed out after 6 milliseconds
at java.lang.Thread.sleep(Native Method)
at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:181)
at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:128)
at 
org.apache.hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint.verifyReplication(TestRegionReplicaReplicationEndpoint.java:194)
at 
org.apache.hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationIgnoresDisabledTables(TestRegionReplicaReplicationEndpoint.java:337)
at 
org.apache.hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint.testRegionReplicaReplicationIgnoresDisabledTables(TestRegionReplicaReplicationEndpoint.java:264)


... but root reason is {code}
2014-10-04 02:08:58,566 WARN  [Thread-265] 
regionserver.TestRegionReplicaReplicationEndpoint$1(201): Verification from 
secondary region is not complete yet. Got:java.lang.AssertionError: Failed 
verification of row :1000 Failed verification of row :1000
2014-10-04 02:08:58,666 INFO  [Thread-265] 
regionserver.TestRegionReplicaReplicationEndpoint$1(197): verifying replication 
for region replica:{ENCODED = 9e86318e8e64c9900c752ac6dfc47d11, NAME = 
'testRegionReplicaReplicationIgnoresDisabledTablesfalse,,1412388510571_0001.9e86318e8e64c9900c752ac6dfc47d11.',
 STARTKEY = '', ENDKEY = '', REPLICA_ID = 1}
2014-10-04 02:08:58,685 WARN  [Thread-265] 
regionserver.TestRegionReplicaReplicationEndpoint$1(201): Verification from 
secondary region is not complete yet. Got:java.lang.AssertionError: Failed 
verification of row :1000 Failed verification of row :1000
2014-10-04 02:08:58,785 INFO  [Thread-265] 
regionserver.TestRegionReplicaReplicationEndpoint$1(197): verifying replication 
for region replica:{ENCODED = 9e86318e8e64c9900c752ac6dfc47d11, NAME = 
'testRegionReplicaReplicationIgnoresDisabledTablesfalse,,1412388510571_0001.9e86318e8e64c9900c752ac6dfc47d11.',
 STARTKEY = '', ENDKEY = '', REPLICA_ID = 1}
2014-10-04 02:08:58,804 WARN  [Thread-265] 
regionserver.TestRegionReplicaReplicationEndpoint$1(201): Verification from 
secondary region is not complete yet. Got:java.lang.AssertionError: Failed 
verification of row :1000 Failed verification of row :1000
2014-10-04 02:08:58,904 INFO  [Thread-265] 
regionserver.TestRegionReplicaReplicationEndpoint$1(197): verifying replication 
for region replica:{ENCODED = 9e86318e8e64c9900c752ac6dfc47d11, NAME = 
'testRegionReplicaReplicationIgnoresDisabledTablesfalse,,1412388510571_0001.9e86318e8e64c9900c752ac6dfc47d11.',
 STARTKEY = '', ENDKEY = '', REPLICA_ID = 1}
2014-10-04 02:08:58,924 WARN  [Thread-265] 
regionserver.TestRegionReplicaReplicationEndpoint$1(201): Verification from 
secondary region is not complete yet. Got:java.lang.AssertionError: Failed 
verification of row :1000 Failed verification of row :1000
2014-10-04 02:08:59,024 INFO  [Thread-265] 
regionserver.TestRegionReplicaReplicationEndpoint$1(197): verifying replication 
for region replica:{ENCODED = 9e86318e8e64c9900c752ac6dfc47d11, NAME = 
'testRegionReplicaReplicationIgnoresDisabledTablesfalse,,1412388510571_0001.9e86318e8e64c9900c752ac6dfc47d11.',
 STARTKEY = '', ENDKEY = '', REPLICA_ID = 1}
2014-10-04 02:08:59,044 WARN  [Thread-265] 
regionserver.TestRegionReplicaReplicationEndpoint$1(201): Verification from 
secondary region is not complete yet. Got:java.lang.AssertionError: Failed 
verification of row :1000 Failed verification of row :1000
...
{code}

 Disable flakey TestRegionReplicaReplicationEndpoint and make fixing it a 
 blocker on 1.0
 ---

 Key: HBASE-12172
 URL: https://issues.apache.org/jira/browse/HBASE-12172
 Project: HBase
  Issue Type: Bug
  Components: test
Reporter: stack
Assignee: stack
 Fix For: 2.0.0, 0.99.1

 Attachments: 12172.disable.txt


 This test is categorized FlakeyTest.  It earned this sobriquet by continually 
 failing from time to time.. Here is recent 
 https://builds.apache.org/job/HBase-TRUNK/5619/testReport/  It is important 
 test and someone needs to spend tie on it but its plain folks are a bit busy 
 at mo.  Meantime, lets not this test get in the way of our getting all-green 
 test runs.  Let me put up a patch to disable it.  I'll then file blocker 
 against 1.0 so it gets fixed before we release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12172) Disable flakey TestRegionReplicaReplicationEndpoint and make fixing it a blocker on 1.0

2014-10-03 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14158941#comment-14158941
 ] 

stack commented on HBASE-12172:
---

Yeah, I'll commit this tomorrow unless objection.  It was just only test to 
fail on recent 1.0 build: 
https://builds.apache.org/job/HBase-TRUNK/5620/testReport/

 Disable flakey TestRegionReplicaReplicationEndpoint and make fixing it a 
 blocker on 1.0
 ---

 Key: HBASE-12172
 URL: https://issues.apache.org/jira/browse/HBASE-12172
 Project: HBase
  Issue Type: Bug
  Components: test
Reporter: stack
Assignee: stack
 Fix For: 2.0.0, 0.99.1

 Attachments: 12172.disable.txt


 This test is categorized FlakeyTest.  It earned this sobriquet by continually 
 failing from time to time.. Here is recent 
 https://builds.apache.org/job/HBase-TRUNK/5619/testReport/  It is important 
 test and someone needs to spend tie on it but its plain folks are a bit busy 
 at mo.  Meantime, lets not this test get in the way of our getting all-green 
 test runs.  Let me put up a patch to disable it.  I'll then file blocker 
 against 1.0 so it gets fixed before we release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-12172) Disable flakey TestRegionReplicaReplicationEndpoint and make fixing it a blocker on 1.0

2014-10-03 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-12172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14158944#comment-14158944
 ] 

Hadoop QA commented on HBASE-12172:
---

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12672903/12172.disable.txt
  against trunk revision .
  ATTACHMENT ID: 12672903

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 3 new 
or modified tests.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 2.0.3) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

  {color:green}+1 site{color}.  The mvn site goal succeeds with this patch.

{color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11217//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11217//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11217//artifact/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11217//artifact/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11217//artifact/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11217//artifact/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11217//artifact/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11217//artifact/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11217//artifact/patchprocess/newPatchFindbugsWarningshbase-thrift.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11217//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11217//artifact/patchprocess/newPatchFindbugsWarningshbase-annotations.html
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/11217//console

This message is automatically generated.

 Disable flakey TestRegionReplicaReplicationEndpoint and make fixing it a 
 blocker on 1.0
 ---

 Key: HBASE-12172
 URL: https://issues.apache.org/jira/browse/HBASE-12172
 Project: HBase
  Issue Type: Bug
  Components: test
Reporter: stack
Assignee: stack
 Fix For: 2.0.0, 0.99.1

 Attachments: 12172.disable.txt


 This test is categorized FlakeyTest.  It earned this sobriquet by continually 
 failing from time to time.. Here is recent 
 https://builds.apache.org/job/HBase-TRUNK/5619/testReport/  It is important 
 test and someone needs to spend tie on it but its plain folks are a bit busy 
 at mo.  Meantime, lets not this test get in the way of our getting all-green 
 test runs.  Let me put up a patch to disable it.  I'll then file blocker 
 against 1.0 so it gets fixed before we release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)