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/04/14 14:43:33 UTC

[GitHub] [accumulo] dlmarion opened a new issue #2019: Error on tserver startup and receive compaction finished message from Coordinator

dlmarion opened a new issue #2019:
URL: https://github.com/apache/accumulo/issues/2019


   ```
   2021-04-14T14:34:10,815 [tablet.CompactableImpl] DEBUG: Attempting to commit external compaction ECID:18bd6906-6c0a-4895-86b0-fb49fb873cfd
   2021-04-14T14:34:10,856 [constraints.ConstraintChecker] DEBUG: Loaded constraint org.apache.accumulo.server.constraints.MetadataConstraints for !0
   2021-04-14T14:34:10,859 [tablet.files] DEBUG: Compacted 1<< for USER created file:/home/dlmari2/workspace/accumulo/test/target/mini-tests/org.apache.accumulo.test.ExternalCompactionIT_testExternalCompactionDeadTServer/accumulo/tables/1/default_tablet/A0000003.rf from [F0000000.rf]
   2021-04-14T14:34:10,859 [thrift.ProcessFunction] ERROR: Internal error processing compactionJobFinished
   java.lang.IllegalStateException: null
           at com.google.common.base.Preconditions.checkState(Preconditions.java:492) ~[guava-30.1-jre.jar:?]
           at org.apache.accumulo.tserver.tablet.CompactableImpl.selectedCompactionCompleted(CompactableImpl.java:416) ~[classes/:?]
           at org.apache.accumulo.tserver.tablet.CompactableImpl.completeCompaction(CompactableImpl.java:714) ~[classes/:?]
           at org.apache.accumulo.tserver.tablet.CompactableImpl.commitExternalCompaction(CompactableImpl.java:818) ~[classes/:?]
           at org.apache.accumulo.tserver.compactions.CompactionManager.commitExternalCompaction(CompactionManager.java:458) ~[classes/:?]
           at org.apache.accumulo.tserver.ThriftClientHandler.compactionJobFinished(ThriftClientHandler.java:1705) ~[classes/:?]
           at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
           at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
           at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
           at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
           at org.apache.accumulo.core.trace.TraceUtil.lambda$wrapService$6(TraceUtil.java:235) ~[classes/:?]
           at com.sun.proxy.$Proxy31.compactionJobFinished(Unknown Source) ~[?:?]
           at org.apache.accumulo.core.tabletserver.thrift.TabletClientService$Processor$compactionJobFinished.getResult(TabletClientService.java:4073) ~[classes/:?]
           at org.apache.accumulo.core.tabletserver.thrift.TabletClientService$Processor$compactionJobFinished.getResult(TabletClientService.java:4054) ~[classes/:?]
           at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38) [libthrift-0.12.0.jar:0.12.0]
           at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39) [libthrift-0.12.0.jar:0.12.0]
           at org.apache.accumulo.server.rpc.TimedProcessor.process(TimedProcessor.java:63) [classes/:?]
           at org.apache.thrift.server.AbstractNonblockingServer$FrameBuffer.invoke(AbstractNonblockingServer.java:518) [libthrift-0.12.0.jar:0.12.0]
           at org.apache.accumulo.server.rpc.CustomNonBlockingServer$CustomFrameBuffer.invoke(CustomNonBlockingServer.java:114) [classes/:?]
           at org.apache.thrift.server.Invocation.run(Invocation.java:18) [libthrift-0.12.0.jar:0.12.0]
           at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
           at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
           at 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



[GitHub] [accumulo] keith-turner closed issue #2019: Error on tserver startup and receive compaction finished message from Coordinator

Posted by GitBox <gi...@apache.org>.
keith-turner closed issue #2019:
URL: https://github.com/apache/accumulo/issues/2019


   


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