cshannon commented on issue #3281:
URL: https://github.com/apache/accumulo/issues/3281#issuecomment-1500174932

   I was able to reproduce this error on RHEL 8 and also with JDK 11 when 
running the entire ExamplesIT. When running a single test from ExamplesIT it 
passed.
   
   
   `mvn verify -Dtest=ignore 
-Dit.test=org.apache.accumulo.test.functional.ExamplesIT -Dspotbugs.skip 
-Dhadoop.profile=2`
   
   <details>
   
   ```
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.accumulo.test.functional.ExamplesIT
   [ERROR] Tests run: 18, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
468.952 s <<< FAILURE! - in org.apache.accumulo.test.functional.ExamplesIT
   [ERROR] 
org.apache.accumulo.test.functional.ExamplesIT.testScansWithInterference  Time 
elapsed: 62.467 s  <<< FAILURE!
   java.lang.AssertionError: 
   stdout=2023-04-07 06:40:58,279 [classloader.AccumuloClassLoader] DEBUG: 
ignoring classpath entry 
/home/clshann/Downloads/accumulo-1.10.3/test/target/mini-tests/org.apache.accumulo.test.functional.ExamplesIT_testScansWithInterference/lib/[^.].*[.]jar
   2023-04-07 06:40:58,279 [classloader.AccumuloClassLoader] DEBUG: Create 2nd 
tier ClassLoader using URLs: []
   2023-04-07 06:40:58,343 [cache.SoftRefFilesCache] DEBUG: putFile: 
file:///home/clshann/Downloads/accumulo-1.10.3/test/target/mini-tests/org.apache.accumulo.test.functional.ExamplesIT_testScansWithInterference/lib/ext/[^.].*[.]jar
   2023-04-07 06:40:58,344 [cache.SoftRefFilesCache] DEBUG: putFile: file:///
   2023-04-07 06:40:58,344 [cache.SoftRefFilesCache] DEBUG: putFile: 
file:///home/clshann/Downloads/accumulo-1.10.3/test/target/mini-tests/org.apache.accumulo.test.functional.ExamplesIT_testScansWithInterference/lib/ext
   2023-04-07 06:40:58,346 [vfs.AccumuloReloadingVFSClassLoader] DEBUG: 
monitoring 
file:///home/clshann/Downloads/accumulo-1.10.3/test/target/mini-tests/org.apache.accumulo.test.functional.ExamplesIT_testScansWithInterference/lib/ext
   2023-04-07 06:40:58,556 [client.ClientConfiguration] INFO : Loaded client 
configuration file 
/home/clshann/Downloads/accumulo-1.10.3/test/target/mini-tests/org.apache.accumulo.test.functional.ExamplesIT_testScansWithInterference/conf/client.conf
   2023-04-07 06:40:58,558 [client.ClientConfiguration] INFO : Loaded client 
configuration file 
/home/clshann/Downloads/accumulo-1.10.3/test/target/mini-tests/org.apache.accumulo.test.functional.ExamplesIT_testScansWithInterference/conf/client.conf
   2023-04-07 06:40:58,566 [zookeeper.ZooSession] DEBUG: Connecting to 
localhost:37677 with timeout 30000 with auth
   2023-04-07 06:41:53,894 [impl.TabletServerBatchWriter] ERROR: Server side 
error on ip-10-113-15-144.evoforge.org:45673: 
org.apache.thrift.TApplicationException: Internal error processing closeUpdate
   2023-04-07 06:41:53,895 [isolation.InterferenceTest] ERROR: Mutation was 
rejected.
   org.apache.accumulo.core.client.MutationsRejectedException: # constraint 
violations : 0  security codes: {}  # server errors 1 # exceptions 0
        at 
org.apache.accumulo.core.client.impl.TabletServerBatchWriter.checkForFailures(TabletServerBatchWriter.java:594)
        at 
org.apache.accumulo.core.client.impl.TabletServerBatchWriter.addMutation(TabletServerBatchWriter.java:265)
        at 
org.apache.accumulo.core.client.impl.BatchWriterImpl.addMutation(BatchWriterImpl.java:43)
        at 
org.apache.accumulo.examples.simple.isolation.InterferenceTest$Writer.run(InterferenceTest.java:82)
        at java.base/java.lang.Thread.run(Thread.java:829)
   2023-04-07 06:41:53,895 [impl.TabletServerBatchWriter] ERROR: Failed to send 
tablet server ip-10-113-15-144.evoforge.org:45673 its batch : Error on server 
ip-10-113-15-144.evoforge.org:45673
   org.apache.accumulo.core.client.impl.AccumuloServerException: Error on 
server ip-10-113-15-144.evoforge.org:45673
        at 
org.apache.accumulo.core.client.impl.TabletServerBatchWriter$MutationWriter.sendMutationsToTabletServer(TabletServerBatchWriter.java:1037)
        at 
org.apache.accumulo.core.client.impl.TabletServerBatchWriter$MutationWriter.access$2100(TabletServerBatchWriter.java:676)
        at 
org.apache.accumulo.core.client.impl.TabletServerBatchWriter$MutationWriter$SendTask.send(TabletServerBatchWriter.java:895)
        at 
org.apache.accumulo.core.client.impl.TabletServerBatchWriter$MutationWriter$SendTask.run(TabletServerBatchWriter.java:851)
        at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at 
org.apache.accumulo.fate.util.LoggingRunnable.run(LoggingRunnable.java:35)
        at java.base/java.lang.Thread.run(Thread.java:829)
   Caused by: org.apache.thrift.TApplicationException: Internal error 
processing closeUpdate
        at 
org.apache.thrift.TApplicationException.read(TApplicationException.java:111)
        at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:79)
        at 
org.apache.accumulo.core.tabletserver.thrift.TabletClientService$Client.recv_closeUpdate(TabletClientService.java:457)
        at 
org.apache.accumulo.core.tabletserver.thrift.TabletClientService$Client.closeUpdate(TabletClientService.java:443)
        at 
org.apache.accumulo.core.client.impl.TabletServerBatchWriter$MutationWriter.sendMutationsToTabletServer(TabletServerBatchWriter.java:996)
        ... 9 more
    expected:<0> but was:<255>
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failNotEquals(Assert.java:835)
        at org.junit.Assert.assertEquals(Assert.java:647)
        at 
org.apache.accumulo.test.functional.ExamplesIT.goodExec(ExamplesIT.java:726)
        at 
org.apache.accumulo.test.functional.ExamplesIT.testScansWithInterference(ExamplesIT.java:621)
        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:59)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
        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:299)
        at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base/java.lang.Thread.run(Thread.java:829)
   
   [INFO] 
   [INFO] Results:
   [INFO] 
   [ERROR] Failures: 
   [ERROR]   ExamplesIT.testScansWithInterference:621->goodExec:726 
stdout=2023-04-07 06:40:58,279 [classloader.AccumuloClassLoader] DEBUG: 
ignoring classpath entry 
/home/clshann/Downloads/accumulo-1.10.3/test/target/mini-tests/org.apache.accumulo.test.functional.ExamplesIT_testScansWithInterference/lib/[^.].*[.]jar
   2023-04-07 06:40:58,279 [classloader.AccumuloClassLoader] DEBUG: Create 2nd 
tier ClassLoader using URLs: []
   2023-04-07 06:40:58,343 [cache.SoftRefFilesCache] DEBUG: putFile: 
file:///home/clshann/Downloads/accumulo-1.10.3/test/target/mini-tests/org.apache.accumulo.test.functional.ExamplesIT_testScansWithInterference/lib/ext/[^.].*[.]jar
   2023-04-07 06:40:58,344 [cache.SoftRefFilesCache] DEBUG: putFile: file:///
   2023-04-07 06:40:58,344 [cache.SoftRefFilesCache] DEBUG: putFile: 
file:///home/clshann/Downloads/accumulo-1.10.3/test/target/mini-tests/org.apache.accumulo.test.functional.ExamplesIT_testScansWithInterference/lib/ext
   2023-04-07 06:40:58,346 [vfs.AccumuloReloadingVFSClassLoader] DEBUG: 
monitoring 
file:///home/clshann/Downloads/accumulo-1.10.3/test/target/mini-tests/org.apache.accumulo.test.functional.ExamplesIT_testScansWithInterference/lib/ext
   2023-04-07 06:40:58,556 [client.ClientConfiguration] INFO : Loaded client 
configuration file 
/home/clshann/Downloads/accumulo-1.10.3/test/target/mini-tests/org.apache.accumulo.test.functional.ExamplesIT_testScansWithInterference/conf/client.conf
   2023-04-07 06:40:58,558 [client.ClientConfiguration] INFO : Loaded client 
configuration file 
/home/clshann/Downloads/accumulo-1.10.3/test/target/mini-tests/org.apache.accumulo.test.functional.ExamplesIT_testScansWithInterference/conf/client.conf
   2023-04-07 06:40:58,566 [zookeeper.ZooSession] DEBUG: Connecting to 
localhost:37677 with timeout 30000 with auth
   2023-04-07 06:41:53,894 [impl.TabletServerBatchWriter] ERROR: Server side 
error on ip-10-113-15-144.evoforge.org:45673: 
org.apache.thrift.TApplicationException: Internal error processing closeUpdate
   2023-04-07 06:41:53,895 [isolation.InterferenceTest] ERROR: Mutation was 
rejected.
   org.apache.accumulo.core.client.MutationsRejectedException: # constraint 
violations : 0  security codes: {}  # server errors 1 # exceptions 0
        at 
org.apache.accumulo.core.client.impl.TabletServerBatchWriter.checkForFailures(TabletServerBatchWriter.java:594)
        at 
org.apache.accumulo.core.client.impl.TabletServerBatchWriter.addMutation(TabletServerBatchWriter.java:265)
        at 
org.apache.accumulo.core.client.impl.BatchWriterImpl.addMutation(BatchWriterImpl.java:43)
        at 
org.apache.accumulo.examples.simple.isolation.InterferenceTest$Writer.run(InterferenceTest.java:82)
        at java.base/java.lang.Thread.run(Thread.java:829)
   2023-04-07 06:41:53,895 [impl.TabletServerBatchWriter] ERROR: Failed to send 
tablet server ip-10-113-15-144.evoforge.org:45673 its batch : Error on server 
ip-10-113-15-144.evoforge.org:45673
   org.apache.accumulo.core.client.impl.AccumuloServerException: Error on 
server ip-10-113-15-144.evoforge.org:45673
        at 
org.apache.accumulo.core.client.impl.TabletServerBatchWriter$MutationWriter.sendMutationsToTabletServer(TabletServerBatchWriter.java:1037)
        at 
org.apache.accumulo.core.client.impl.TabletServerBatchWriter$MutationWriter.access$2100(TabletServerBatchWriter.java:676)
        at 
org.apache.accumulo.core.client.impl.TabletServerBatchWriter$MutationWriter$SendTask.send(TabletServerBatchWriter.java:895)
        at 
org.apache.accumulo.core.client.impl.TabletServerBatchWriter$MutationWriter$SendTask.run(TabletServerBatchWriter.java:851)
        at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at 
org.apache.accumulo.fate.util.LoggingRunnable.run(LoggingRunnable.java:35)
        at java.base/java.lang.Thread.run(Thread.java:829)
   Caused by: org.apache.thrift.TApplicationException: Internal error 
processing closeUpdate
        at 
org.apache.thrift.TApplicationException.read(TApplicationException.java:111)
        at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:79)
        at 
org.apache.accumulo.core.tabletserver.thrift.TabletClientService$Client.recv_closeUpdate(TabletClientService.java:457)
        at 
org.apache.accumulo.core.tabletserver.thrift.TabletClientService$Client.closeUpdate(TabletClientService.java:443)
        at 
org.apache.accumulo.core.client.impl.TabletServerBatchWriter$MutationWriter.sendMutationsToTabletServer(TabletServerBatchWriter.java:996)
        ... 9 more
    expected:<0> but was:<255>
   [INFO] 
   [ERROR] Tests run: 18, Failures: 1, Errors: 0, Skipped: 0
   ```
   </details>
   
   `mvn verify -Dtest=ignore 
-Dit.test=org.apache.accumulo.test.functional.ExamplesIT -Dspotbugs.skip 
-Dhadoop.profile=2`
   
   <details>
   
   ```
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.accumulo.test.functional.ExamplesIT
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
26.648 s - in org.apache.accumulo.test.functional.ExamplesIT
   [INFO] 
   [INFO] Results:
   [INFO] 
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
   [INFO] 
   [INFO] 
   
   ```
   </details>


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to