milleruntime commented on issue #2980:
URL: https://github.com/apache/accumulo/issues/2980#issuecomment-1263703421
Here is the first occurrence of the error at startup:
<pre>
2022-09-30T11:06:45,099 [manager.Manager] DEBUG: Acquired manager lock
2022-09-30T11:06:45,100 [manager.EventCoordinator] INFO : State changed from
INITIAL to HAVE_LOCK
2022-09-30T11:06:45,102 [metrics.MetricsUtil] INFO : initializing metrics,
enabled:false, class:
2022-09-30T11:06:45,105 [threads.ThreadPools] DEBUG: Creating
ScheduledThreadPoolExecutor for replicationMetricsPoller with 1 threads
2022-09-30T11:06:45,106 [metrics.MetricsUtil] INFO : Metric producer
ReplicationMetrics initialize
2022-09-30T11:06:45,106 [metrics.ManagerMetrics] INFO : Registered
replication metrics module
2022-09-30T11:06:45,165 [accumulo.audit] INFO : operation: permitted; user:
root; client: 127.0.0.1:50314; action: authenticate;
2022-09-30T11:06:45,166 [thrift.ProcessFunction] ERROR: Internal error
processing waitForFateOperation
java.lang.NullPointerException: null
at
org.apache.accumulo.manager.FateServiceHandler.waitForFateOperation(FateServiceHandler.java:706)
~[accumulo-manager-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
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$0(TraceUtil.java:206)
~[accumulo-core-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at com.sun.proxy.$Proxy36.waitForFateOperation(Unknown Source) ~[?:?]
at
org.apache.accumulo.core.manager.thrift.FateService$Processor$waitForFateOperation.getResult(FateService.java:560)
~[accumulo-core-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.accumulo.core.manager.thrift.FateService$Processor$waitForFateOperation.getResult(FateService.java:539)
~[accumulo-core-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
~[libthrift-0.16.0.jar:0.16.0]
at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:38)
~[libthrift-0.16.0.jar:0.16.0]
at
org.apache.thrift.TMultiplexedProcessor.process(TMultiplexedProcessor.java:138)
~[libthrift-0.16.0.jar:0.16.0]
at
org.apache.accumulo.server.rpc.TimedProcessor.process(TimedProcessor.java:54)
~[accumulo-server-base-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.thrift.server.AbstractNonblockingServer$FrameBuffer.invoke(AbstractNonblockingServer.java:524)
~[libthrift-0.16.0.jar:0.16.0]
at
org.apache.accumulo.server.rpc.CustomNonBlockingServer$CustomFrameBuffer.invoke(CustomNonBlockingServer.java:129)
~[accumulo-server-base-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at org.apache.thrift.server.Invocation.run(Invocation.java:18)
~[libthrift-0.16.0.jar:0.16.0]
at
org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
~[accumulo-core-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
~[?:?]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
~[?:?]
at
org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
~[accumulo-core-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at java.lang.Thread.run(Thread.java:829) ~[?:?]
</pre>
--
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]