You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/02/20 04:55:43 UTC

[GitHub] [accumulo] ctubbsii opened a new issue #1525: Occasional VolumeIT failure

ctubbsii opened a new issue #1525: Occasional VolumeIT failure
URL: https://github.com/apache/accumulo/issues/1525
 
 
   I'm seeing this occasional failure from VolumeIT on the 1.9 branch.
   
   #### Error Message
   ```
   Unexpected volume file:/var/lib/jenkins/workspace/1.9-Hadoop2/test/target/mini-tests/org.apache.accumulo.test.VolumeIT_testRemoveVolumes/volumes/v1/tables/1/t-000006k/A00000k9.rf
   ```
   
   #### Stacktrace
   ```
   java.lang.AssertionError: Unexpected volume file:/var/lib/jenkins/workspace/1.9-Hadoop2/test/target/mini-tests/org.apache.accumulo.test.VolumeIT_testRemoveVolumes/volumes/v1/tables/1/t-000006k/A00000k9.rf
   	at org.junit.Assert.fail(Assert.java:88)
   	at org.apache.accumulo.test.VolumeIT.verifyVolumesUsed(VolumeIT.java:445)
   	at org.apache.accumulo.test.VolumeIT.testRemoveVolumes(VolumeIT.java:515)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
   	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
   	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
   	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
   	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
   	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
   	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
   	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
   	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   	at java.base/java.lang.Thread.run(Thread.java:834)
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [accumulo] ctubbsii commented on issue #1525: Occasional VolumeIT failure on 1.9 branch

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on issue #1525: Occasional VolumeIT failure on 1.9 branch
URL: https://github.com/apache/accumulo/issues/1525#issuecomment-594186398
 
 
   Historical note: the failure did not affect 2.1 branch, and the revert was not applied there.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [accumulo] jzgithub1 commented on issue #1525: Occasional VolumeIT failure on 1.9 branch

Posted by GitBox <gi...@apache.org>.
jzgithub1 commented on issue #1525: Occasional VolumeIT failure on 1.9 branch
URL: https://github.com/apache/accumulo/issues/1525#issuecomment-592692974
 
 
   @ctubbsii ,  this consistently fails for me on the 1.9 branch.  I am looking into this.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [accumulo] jzgithub1 commented on issue #1525: Occasional VolumeIT failure on 1.9 branch

Posted by GitBox <gi...@apache.org>.
jzgithub1 commented on issue #1525: Occasional VolumeIT failure on 1.9 branch
URL: https://github.com/apache/accumulo/issues/1525#issuecomment-592738490
 
 
   @ctubbsii , @milleruntime  This commit broke the VolumeIT.testRemovesVolumes (it is a consistent error for me not occasional) :
   
   commit 7513626cc504e5d93760c4218868dcb2dd6d49a5 (HEAD)
   Author: Mike Miller <mm...@apache.org>
   Date:   Wed Feb 12 08:28:02 2020 -0500
   
       Optimize Tablet volume replacement (#1505)
       
       * Stop volume replacements from checking every file when not used
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [accumulo] milleruntime closed issue #1525: Occasional VolumeIT failure on 1.9 branch

Posted by GitBox <gi...@apache.org>.
milleruntime closed issue #1525: Occasional VolumeIT failure on 1.9 branch
URL: https://github.com/apache/accumulo/issues/1525
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services