[jira] [Commented] (HBASE-11673) TestIOFencing#testFencingAroundCompactionAfterWALSync fails

2014-08-12 Thread Mikhail Antonov (JIRA)

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

Mikhail Antonov commented on HBASE-11673:
-

[~tedyu], [~tianq], [~sergey.soldatov]  - I've looked thru last 4 builds of 
hbase-trunk started by hadoop-qa, in all of them this test has passed 
successfully (in several of them, though, TestRegionRebalancing has failed, but 
that's another story). So unless someone has a sequence of steps to reliably 
reproduce the failure, I'd say we can resolve this jira (and re-open later, if 
we have more details about the failure). 
What do you think? [~tianq] does this test pass for you now?

 TestIOFencing#testFencingAroundCompactionAfterWALSync fails
 ---

 Key: HBASE-11673
 URL: https://issues.apache.org/jira/browse/HBASE-11673
 Project: HBase
  Issue Type: Test
Reporter: Qiang Tian
Assignee: Sergey Soldatov
 Fix For: 2.0.0

 Attachments: HBASE_11673-v1.patch, 
 testFencingAroundCompactionAfterWALSync.tar.gz


 got several test failure on the latest build:
 {quote}
 [tianq@bdvm101 surefire-reports]$ ls -1t|grep Tests run * |grep  
 FAILURE 
 org.apache.hadoop.hbase.client.TestReplicasClient.txt:Tests run: 1, Failures: 
 0, Errors: 1, Skipped: 0, Time elapsed: 38.706 sec  FAILURE!
 org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas.txt:Tests
  run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 30.669 sec  
 FAILURE!
 org.apache.hadoop.hbase.regionserver.TestRegionReplicas.txt:Tests run: 1, 
 Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 39.113 sec  FAILURE!
 org.apache.hadoop.hbase.TestIOFencing.txt:Tests run: 2, Failures: 1, Errors: 
 0, Skipped: 0, Time elapsed: 177.071 sec  FAILURE!
 {quote} 
 the first one:
 {quote} 
 failure message=Timed out waiting for the region to flush 
 type=java.lang.AssertionErrorjava.lang.AssertionError: Timed out waiting 
 for the region to flush
 -at org.junit.Assert.fail(Assert.java:88)
 -at org.junit.Assert.assertTrue(Assert.java:41)
 -at org.apache.hadoop.hbase.TestIOFencing.doTest(TestIOFencing.java:291)
 -at 
 org.apache.hadoop.hbase.TestIOFencing.testFencingAroundCompactionAfterWALSync(TestIOFencing.java:236)
 -at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 -at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 -at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 -at java.lang.reflect.Method.invoke(Method.java:606)
 {quote}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11673) TestIOFencing#testFencingAroundCompactionAfterWALSync fails

2014-08-12 Thread Qiang Tian (JIRA)

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

Qiang Tian commented on HBASE-11673:


Hi [~mantonov], I just ran it, it passed.
thanks.

 TestIOFencing#testFencingAroundCompactionAfterWALSync fails
 ---

 Key: HBASE-11673
 URL: https://issues.apache.org/jira/browse/HBASE-11673
 Project: HBase
  Issue Type: Test
Reporter: Qiang Tian
Assignee: Sergey Soldatov
 Fix For: 2.0.0

 Attachments: HBASE_11673-v1.patch, 
 testFencingAroundCompactionAfterWALSync.tar.gz


 got several test failure on the latest build:
 {quote}
 [tianq@bdvm101 surefire-reports]$ ls -1t|grep Tests run * |grep  
 FAILURE 
 org.apache.hadoop.hbase.client.TestReplicasClient.txt:Tests run: 1, Failures: 
 0, Errors: 1, Skipped: 0, Time elapsed: 38.706 sec  FAILURE!
 org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas.txt:Tests
  run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 30.669 sec  
 FAILURE!
 org.apache.hadoop.hbase.regionserver.TestRegionReplicas.txt:Tests run: 1, 
 Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 39.113 sec  FAILURE!
 org.apache.hadoop.hbase.TestIOFencing.txt:Tests run: 2, Failures: 1, Errors: 
 0, Skipped: 0, Time elapsed: 177.071 sec  FAILURE!
 {quote} 
 the first one:
 {quote} 
 failure message=Timed out waiting for the region to flush 
 type=java.lang.AssertionErrorjava.lang.AssertionError: Timed out waiting 
 for the region to flush
 -at org.junit.Assert.fail(Assert.java:88)
 -at org.junit.Assert.assertTrue(Assert.java:41)
 -at org.apache.hadoop.hbase.TestIOFencing.doTest(TestIOFencing.java:291)
 -at 
 org.apache.hadoop.hbase.TestIOFencing.testFencingAroundCompactionAfterWALSync(TestIOFencing.java:236)
 -at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 -at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 -at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 -at java.lang.reflect.Method.invoke(Method.java:606)
 {quote}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11673) TestIOFencing#testFencingAroundCompactionAfterWALSync fails

2014-08-08 Thread Ted Yu (JIRA)

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

Ted Yu commented on HBASE-11673:


Do you have a chance to check the attached Jenkins build output to see what 
caused the test to fail ?

 TestIOFencing#testFencingAroundCompactionAfterWALSync fails
 ---

 Key: HBASE-11673
 URL: https://issues.apache.org/jira/browse/HBASE-11673
 Project: HBase
  Issue Type: Test
Reporter: Qiang Tian
Assignee: Sergey Soldatov
 Fix For: 2.0.0

 Attachments: HBASE_11673-v1.patch, 
 testFencingAroundCompactionAfterWALSync.tar.gz


 got several test failure on the latest build:
 {quote}
 [tianq@bdvm101 surefire-reports]$ ls -1t|grep Tests run * |grep  
 FAILURE 
 org.apache.hadoop.hbase.client.TestReplicasClient.txt:Tests run: 1, Failures: 
 0, Errors: 1, Skipped: 0, Time elapsed: 38.706 sec  FAILURE!
 org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas.txt:Tests
  run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 30.669 sec  
 FAILURE!
 org.apache.hadoop.hbase.regionserver.TestRegionReplicas.txt:Tests run: 1, 
 Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 39.113 sec  FAILURE!
 org.apache.hadoop.hbase.TestIOFencing.txt:Tests run: 2, Failures: 1, Errors: 
 0, Skipped: 0, Time elapsed: 177.071 sec  FAILURE!
 {quote} 
 the first one:
 {quote} 
 failure message=Timed out waiting for the region to flush 
 type=java.lang.AssertionErrorjava.lang.AssertionError: Timed out waiting 
 for the region to flush
 -at org.junit.Assert.fail(Assert.java:88)
 -at org.junit.Assert.assertTrue(Assert.java:41)
 -at org.apache.hadoop.hbase.TestIOFencing.doTest(TestIOFencing.java:291)
 -at 
 org.apache.hadoop.hbase.TestIOFencing.testFencingAroundCompactionAfterWALSync(TestIOFencing.java:236)
 -at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 -at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 -at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 -at java.lang.reflect.Method.invoke(Method.java:606)
 {quote}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11673) TestIOFencing#testFencingAroundCompactionAfterWALSync fails

2014-08-08 Thread Sergey Soldatov (JIRA)

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

Sergey Soldatov commented on HBASE-11673:
-

I'm unable to reproduce it even on that commit and from log file it's not clear 
what was wrong. 

 TestIOFencing#testFencingAroundCompactionAfterWALSync fails
 ---

 Key: HBASE-11673
 URL: https://issues.apache.org/jira/browse/HBASE-11673
 Project: HBase
  Issue Type: Test
Reporter: Qiang Tian
Assignee: Sergey Soldatov
 Fix For: 2.0.0

 Attachments: HBASE_11673-v1.patch, 
 testFencingAroundCompactionAfterWALSync.tar.gz


 got several test failure on the latest build:
 {quote}
 [tianq@bdvm101 surefire-reports]$ ls -1t|grep Tests run * |grep  
 FAILURE 
 org.apache.hadoop.hbase.client.TestReplicasClient.txt:Tests run: 1, Failures: 
 0, Errors: 1, Skipped: 0, Time elapsed: 38.706 sec  FAILURE!
 org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas.txt:Tests
  run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 30.669 sec  
 FAILURE!
 org.apache.hadoop.hbase.regionserver.TestRegionReplicas.txt:Tests run: 1, 
 Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 39.113 sec  FAILURE!
 org.apache.hadoop.hbase.TestIOFencing.txt:Tests run: 2, Failures: 1, Errors: 
 0, Skipped: 0, Time elapsed: 177.071 sec  FAILURE!
 {quote} 
 the first one:
 {quote} 
 failure message=Timed out waiting for the region to flush 
 type=java.lang.AssertionErrorjava.lang.AssertionError: Timed out waiting 
 for the region to flush
 -at org.junit.Assert.fail(Assert.java:88)
 -at org.junit.Assert.assertTrue(Assert.java:41)
 -at org.apache.hadoop.hbase.TestIOFencing.doTest(TestIOFencing.java:291)
 -at 
 org.apache.hadoop.hbase.TestIOFencing.testFencingAroundCompactionAfterWALSync(TestIOFencing.java:236)
 -at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 -at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 -at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 -at java.lang.reflect.Method.invoke(Method.java:606)
 {quote}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11673) TestIOFencing#testFencingAroundCompactionAfterWALSync fails

2014-08-07 Thread Mikhail Antonov (JIRA)

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

Mikhail Antonov commented on HBASE-11673:
-

[~tedyu] 

looking at https://builds.apache.org/view/All/job/HBase-TRUNK/5381/console 
results, I'm seeing this test passed:

{quote}
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.378 sec
Running org.apache.hadoop.hbase.TestMultiVersions
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.35 sec
Running org.apache.hadoop.hbase.TestIOFencing
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 195.001 sec
Running org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFiles
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.649 sec
{quote}

Do you think this issue could be resolved now?

 TestIOFencing#testFencingAroundCompactionAfterWALSync fails
 ---

 Key: HBASE-11673
 URL: https://issues.apache.org/jira/browse/HBASE-11673
 Project: HBase
  Issue Type: Test
Reporter: Qiang Tian
Assignee: Sergey Soldatov
 Fix For: 2.0.0

 Attachments: HBASE_11673-v1.patch, 
 testFencingAroundCompactionAfterWALSync.tar.gz


 got several test failure on the latest build:
 {quote}
 [tianq@bdvm101 surefire-reports]$ ls -1t|grep Tests run * |grep  
 FAILURE 
 org.apache.hadoop.hbase.client.TestReplicasClient.txt:Tests run: 1, Failures: 
 0, Errors: 1, Skipped: 0, Time elapsed: 38.706 sec  FAILURE!
 org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas.txt:Tests
  run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 30.669 sec  
 FAILURE!
 org.apache.hadoop.hbase.regionserver.TestRegionReplicas.txt:Tests run: 1, 
 Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 39.113 sec  FAILURE!
 org.apache.hadoop.hbase.TestIOFencing.txt:Tests run: 2, Failures: 1, Errors: 
 0, Skipped: 0, Time elapsed: 177.071 sec  FAILURE!
 {quote} 
 the first one:
 {quote} 
 failure message=Timed out waiting for the region to flush 
 type=java.lang.AssertionErrorjava.lang.AssertionError: Timed out waiting 
 for the region to flush
 -at org.junit.Assert.fail(Assert.java:88)
 -at org.junit.Assert.assertTrue(Assert.java:41)
 -at org.apache.hadoop.hbase.TestIOFencing.doTest(TestIOFencing.java:291)
 -at 
 org.apache.hadoop.hbase.TestIOFencing.testFencingAroundCompactionAfterWALSync(TestIOFencing.java:236)
 -at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 -at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 -at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 -at java.lang.reflect.Method.invoke(Method.java:606)
 {quote}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11673) TestIOFencing#testFencingAroundCompactionAfterWALSync fails

2014-08-06 Thread Mikhail Antonov (JIRA)

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

Mikhail Antonov commented on HBASE-11673:
-

I don't see this test in the list of failed tests on the referenced build. 
Following tests failed:
{quote}
Test Result (6 failures / +1)
org.apache.hadoop.hbase.ipc.TestIPC.testRTEDuringConnectionSetup
org.apache.hadoop.hbase.ipc.TestIPC.testRpcScheduler
org.apache.hadoop.hbase.ipc.TestIPC.testCompressCellBlock
org.apache.hadoop.hbase.ipc.TestIPC.testNoCodec
org.apache.hadoop.hbase.master.TestClockSkewDetection.testClockSkewDetection
org.apache.hadoop.hbase.procedure.TestProcedureManager.org.apache.hadoop.hbase.procedure.TestProcedureManager
{quote}

 TestIOFencing#testFencingAroundCompactionAfterWALSync fails
 ---

 Key: HBASE-11673
 URL: https://issues.apache.org/jira/browse/HBASE-11673
 Project: HBase
  Issue Type: Test
Reporter: Qiang Tian
Assignee: Sergey Soldatov
 Fix For: 2.0.0

 Attachments: HBASE_11673-v1.patch


 got several test failure on the latest build:
 {quote}
 [tianq@bdvm101 surefire-reports]$ ls -1t|grep Tests run * |grep  
 FAILURE 
 org.apache.hadoop.hbase.client.TestReplicasClient.txt:Tests run: 1, Failures: 
 0, Errors: 1, Skipped: 0, Time elapsed: 38.706 sec  FAILURE!
 org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas.txt:Tests
  run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 30.669 sec  
 FAILURE!
 org.apache.hadoop.hbase.regionserver.TestRegionReplicas.txt:Tests run: 1, 
 Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 39.113 sec  FAILURE!
 org.apache.hadoop.hbase.TestIOFencing.txt:Tests run: 2, Failures: 1, Errors: 
 0, Skipped: 0, Time elapsed: 177.071 sec  FAILURE!
 {quote} 
 the first one:
 {quote} 
 failure message=Timed out waiting for the region to flush 
 type=java.lang.AssertionErrorjava.lang.AssertionError: Timed out waiting 
 for the region to flush
 -at org.junit.Assert.fail(Assert.java:88)
 -at org.junit.Assert.assertTrue(Assert.java:41)
 -at org.apache.hadoop.hbase.TestIOFencing.doTest(TestIOFencing.java:291)
 -at 
 org.apache.hadoop.hbase.TestIOFencing.testFencingAroundCompactionAfterWALSync(TestIOFencing.java:236)
 -at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 -at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 -at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 -at java.lang.reflect.Method.invoke(Method.java:606)
 {quote}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11673) TestIOFencing#testFencingAroundCompactionAfterWALSync fails

2014-08-06 Thread Ted Yu (JIRA)

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

Ted Yu commented on HBASE-11673:


See 
https://builds.apache.org/job/HBase-TRUNK/5375/testReport/org.apache.hadoop.hbase/TestIOFencing/testFencingAroundCompactionAfterWALSync/

 TestIOFencing#testFencingAroundCompactionAfterWALSync fails
 ---

 Key: HBASE-11673
 URL: https://issues.apache.org/jira/browse/HBASE-11673
 Project: HBase
  Issue Type: Test
Reporter: Qiang Tian
Assignee: Sergey Soldatov
 Fix For: 2.0.0

 Attachments: HBASE_11673-v1.patch


 got several test failure on the latest build:
 {quote}
 [tianq@bdvm101 surefire-reports]$ ls -1t|grep Tests run * |grep  
 FAILURE 
 org.apache.hadoop.hbase.client.TestReplicasClient.txt:Tests run: 1, Failures: 
 0, Errors: 1, Skipped: 0, Time elapsed: 38.706 sec  FAILURE!
 org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas.txt:Tests
  run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 30.669 sec  
 FAILURE!
 org.apache.hadoop.hbase.regionserver.TestRegionReplicas.txt:Tests run: 1, 
 Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 39.113 sec  FAILURE!
 org.apache.hadoop.hbase.TestIOFencing.txt:Tests run: 2, Failures: 1, Errors: 
 0, Skipped: 0, Time elapsed: 177.071 sec  FAILURE!
 {quote} 
 the first one:
 {quote} 
 failure message=Timed out waiting for the region to flush 
 type=java.lang.AssertionErrorjava.lang.AssertionError: Timed out waiting 
 for the region to flush
 -at org.junit.Assert.fail(Assert.java:88)
 -at org.junit.Assert.assertTrue(Assert.java:41)
 -at org.apache.hadoop.hbase.TestIOFencing.doTest(TestIOFencing.java:291)
 -at 
 org.apache.hadoop.hbase.TestIOFencing.testFencingAroundCompactionAfterWALSync(TestIOFencing.java:236)
 -at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 -at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 -at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 -at java.lang.reflect.Method.invoke(Method.java:606)
 {quote}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11673) TestIOFencing#testFencingAroundCompactionAfterWALSync fails

2014-08-05 Thread Qiang Tian (JIRA)

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

Qiang Tian commented on HBASE-11673:


I can repro consistently. but the hadoop QA run looks good

 TestIOFencing#testFencingAroundCompactionAfterWALSync fails
 ---

 Key: HBASE-11673
 URL: https://issues.apache.org/jira/browse/HBASE-11673
 Project: HBase
  Issue Type: Bug
Reporter: Qiang Tian

 got several test failure on the latest build:
 {quote}
 [tianq@bdvm101 surefire-reports]$ ls -1t|grep Tests run * |grep  
 FAILURE 
 org.apache.hadoop.hbase.client.TestReplicasClient.txt:Tests run: 1, Failures: 
 0, Errors: 1, Skipped: 0, Time elapsed: 38.706 sec  FAILURE!
 org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas.txt:Tests
  run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 30.669 sec  
 FAILURE!
 org.apache.hadoop.hbase.regionserver.TestRegionReplicas.txt:Tests run: 1, 
 Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 39.113 sec  FAILURE!
 org.apache.hadoop.hbase.TestIOFencing.txt:Tests run: 2, Failures: 1, Errors: 
 0, Skipped: 0, Time elapsed: 177.071 sec  FAILURE!
 {quote} 
 the first one:
 {quote} 
 failure message=Timed out waiting for the region to flush 
 type=java.lang.AssertionErrorjava.lang.AssertionError: Timed out waiting 
 for the region to flush
 -at org.junit.Assert.fail(Assert.java:88)
 -at org.junit.Assert.assertTrue(Assert.java:41)
 -at org.apache.hadoop.hbase.TestIOFencing.doTest(TestIOFencing.java:291)
 -at 
 org.apache.hadoop.hbase.TestIOFencing.testFencingAroundCompactionAfterWALSync(TestIOFencing.java:236)
 -at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 -at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 -at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 -at java.lang.reflect.Method.invoke(Method.java:606)
 {quote}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11673) TestIOFencing#testFencingAroundCompactionAfterWALSync fails

2014-08-05 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-11673:
---

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12659983/HBASE_11673-v1.patch
  against trunk revision .
  ATTACHMENT ID: 12659983

{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:red}-1 core tests{color}.  The patch failed these unit tests:
   
org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction
  org.apache.hadoop.hbase.regionserver.TestRegionReplicas
  org.apache.hadoop.hbase.client.TestReplicasClient
  org.apache.hadoop.hbase.master.TestRestartCluster
  org.apache.hadoop.hbase.TestRegionRebalancing

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

This message is automatically generated.

 TestIOFencing#testFencingAroundCompactionAfterWALSync fails
 ---

 Key: HBASE-11673
 URL: https://issues.apache.org/jira/browse/HBASE-11673
 Project: HBase
  Issue Type: Test
Reporter: Qiang Tian
Assignee: Sergey Soldatov
 Attachments: HBASE_11673-v1.patch


 got several test failure on the latest build:
 {quote}
 [tianq@bdvm101 surefire-reports]$ ls -1t|grep Tests run * |grep  
 FAILURE 
 org.apache.hadoop.hbase.client.TestReplicasClient.txt:Tests run: 1, Failures: 
 0, Errors: 1, Skipped: 0, Time elapsed: 38.706 sec  FAILURE!
 org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas.txt:Tests
  run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 30.669 sec  
 FAILURE!
 org.apache.hadoop.hbase.regionserver.TestRegionReplicas.txt:Tests run: 1, 
 Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 39.113 sec  FAILURE!
 org.apache.hadoop.hbase.TestIOFencing.txt:Tests run: 2, Failures: 1, Errors: 
 0, Skipped: 0, Time elapsed: 177.071 sec  FAILURE!
 {quote} 
 the first one:
 {quote} 
 failure message=Timed out waiting for the region to flush 
 type=java.lang.AssertionErrorjava.lang.AssertionError: Timed out waiting 
 for the region to flush
 -at org.junit.Assert.fail(Assert.java:88)
 -at org.junit.Assert.assertTrue(Assert.java:41)
 -at org.apache.hadoop.hbase.TestIOFencing.doTest(TestIOFencing.java:291)
 -at 
 org.apache.hadoop.hbase.TestIOFencing.testFencingAroundCompactionAfterWALSync(TestIOFencing.java:236)
 -at 

[jira] [Commented] (HBASE-11673) TestIOFencing#testFencingAroundCompactionAfterWALSync fails

2014-08-05 Thread Hudson (JIRA)

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

Hudson commented on HBASE-11673:


FAILURE: Integrated in HBase-TRUNK #5373 (See 
[https://builds.apache.org/job/HBase-TRUNK/5373/])
HBASE-11673 TestIOFencing#testFencingAroundCompactionAfterWALSync fails(Sergey 
Soldatov) (tedyu: rev c9d0feb2846668576ab824478177ee15b9be81e2)
* hbase-server/src/test/java/org/apache/hadoop/hbase/TestIOFencing.java


 TestIOFencing#testFencingAroundCompactionAfterWALSync fails
 ---

 Key: HBASE-11673
 URL: https://issues.apache.org/jira/browse/HBASE-11673
 Project: HBase
  Issue Type: Test
Reporter: Qiang Tian
Assignee: Sergey Soldatov
 Fix For: 2.0.0

 Attachments: HBASE_11673-v1.patch


 got several test failure on the latest build:
 {quote}
 [tianq@bdvm101 surefire-reports]$ ls -1t|grep Tests run * |grep  
 FAILURE 
 org.apache.hadoop.hbase.client.TestReplicasClient.txt:Tests run: 1, Failures: 
 0, Errors: 1, Skipped: 0, Time elapsed: 38.706 sec  FAILURE!
 org.apache.hadoop.hbase.master.TestMasterOperationsForRegionReplicas.txt:Tests
  run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 30.669 sec  
 FAILURE!
 org.apache.hadoop.hbase.regionserver.TestRegionReplicas.txt:Tests run: 1, 
 Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 39.113 sec  FAILURE!
 org.apache.hadoop.hbase.TestIOFencing.txt:Tests run: 2, Failures: 1, Errors: 
 0, Skipped: 0, Time elapsed: 177.071 sec  FAILURE!
 {quote} 
 the first one:
 {quote} 
 failure message=Timed out waiting for the region to flush 
 type=java.lang.AssertionErrorjava.lang.AssertionError: Timed out waiting 
 for the region to flush
 -at org.junit.Assert.fail(Assert.java:88)
 -at org.junit.Assert.assertTrue(Assert.java:41)
 -at org.apache.hadoop.hbase.TestIOFencing.doTest(TestIOFencing.java:291)
 -at 
 org.apache.hadoop.hbase.TestIOFencing.testFencingAroundCompactionAfterWALSync(TestIOFencing.java:236)
 -at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 -at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 -at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 -at java.lang.reflect.Method.invoke(Method.java:606)
 {quote}



--
This message was sent by Atlassian JIRA
(v6.2#6252)