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 2021/02/23 17:22:21 UTC

[GitHub] [accumulo] milleruntime removed a comment on issue #1940: Improve Detailed Tablet Operations in Monitor

milleruntime removed a comment on issue #1940:
URL: https://github.com/apache/accumulo/issues/1940#issuecomment-784364364


   I saw this happen during a failure:
   <pre>
   [INFO] Running org.apache.accumulo.tserver.memory.LargestFirstMemoryManagerTest
   [INFO] Running org.apache.accumulo.tserver.TabletResourceManagerTest
   [ERROR] WARNING: An illegal reflective access operation has occurred
   [ERROR] WARNING: Illegal reflective access by org.easymock.cglib.core.ReflectUtils$1 (file:/home/runner/.m2/repository/org/easymock/easymock/4.2/easymock-4.2.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
   [ERROR] WARNING: Please consider reporting this to the maintainers of org.easymock.cglib.core.ReflectUtils$1
   [ERROR] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
   [ERROR] WARNING: All illegal access operations will be denied in a future release
   [ERROR] WARNING: An illegal reflective access operation has occurred
   [ERROR] WARNING: Illegal reflective access by org.easymock.cglib.core.ReflectUtils$1 (file:/home/runner/.m2/repository/org/easymock/easymock/4.2/easymock-4.2.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
   [ERROR] WARNING: Please consider reporting this to the maintainers of org.easymock.cglib.core.ReflectUtils$1
   [ERROR] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
   [ERROR] WARNING: All illegal access operations will be denied in a future release
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.674 s - in org.apache.accumulo.tserver.TabletResourceManagerTest
   [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.007 s <<< FAILURE! - in org.apache.accumulo.tserver.memory.LargestFirstMemoryManagerTest
   [ERROR] org.apache.accumulo.tserver.memory.LargestFirstMemoryManagerTest.test  Time elapsed: 1.721 s  <<< FAILURE!
   java.lang.AssertionError: expected:<1;f<> but was:<1;e<>
   	at org.apache.accumulo.tserver.memory.LargestFirstMemoryManagerTest.test(LargestFirstMemoryManagerTest.java:118)
   </pre>
   
   I don't know what is going on but it appears that multiple tests are running at the same time and the other test completes before the LargestFirstMemoryManagerTest.


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