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/03/03 22:08:07 UTC

[GitHub] [accumulo] ctubbsii opened a new issue #1542: TransportCachingIT.testCachedTransport sometimes files

ctubbsii opened a new issue #1542: TransportCachingIT.testCachedTransport sometimes files
URL: https://github.com/apache/accumulo/issues/1542
 
 
   Saw a failure of the transport cache in a recent build of master (commit 
   e4b69f976c7223ff7dc3fd930462c323da0ef7ae , for reference, but the failure seems unrelated to that commit)
   
   ```
   java.lang.AssertionError: Expected fourth and fifth transport to be the same instance expected same:<or...@338c9b7> was not:<or...@6397027e>
   	at org.junit.Assert.fail(Assert.java:88)
   	at org.junit.Assert.failNotSame(Assert.java:828)
   	at org.junit.Assert.assertSame(Assert.java:771)
   	at org.apache.accumulo.test.TransportCachingIT.testCachedTransport(TransportCachingIT.java:166)
   	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] milleruntime commented on issue #1542: TransportCachingIT.testCachedTransport sometimes fails

Posted by GitBox <gi...@apache.org>.
milleruntime commented on issue #1542: TransportCachingIT.testCachedTransport sometimes fails
URL: https://github.com/apache/accumulo/issues/1542#issuecomment-594721328
 
 
   This is sporadic but I did see this failure locally after a few attempts. 

----------------------------------------------------------------
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 #1542: TransportCachingIT.testCachedTransport sometimes fails

Posted by GitBox <gi...@apache.org>.
jzgithub1 commented on issue #1542: TransportCachingIT.testCachedTransport sometimes fails
URL: https://github.com/apache/accumulo/issues/1542#issuecomment-594714417
 
 
   @ctubbsii ,  I working on this now.

----------------------------------------------------------------
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