milleruntime opened a new pull request, #2970:
URL: https://github.com/apache/accumulo/pull/2970
After restarting my Uno test cluster, a NullPointerException was thrown
while trying to log suspended Tablets.
<pre>
2022-09-27T11:24:49,611 [manager.Manager] ERROR: Error processing table
state for store Normal Tablets
java.lang.NullPointerException: null
at
org.apache.accumulo.server.manager.state.LoggingTabletStateStore.suspend(LoggingTabletStateStore.java:88)
~[accumulo-server-base-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.accumulo.manager.TabletGroupWatcher.handleDeadTablets(TabletGroupWatcher.java:868)
~[accumulo-manager-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.accumulo.manager.TabletGroupWatcher.flushChanges(TabletGroupWatcher.java:918)
~[accumulo-manager-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.accumulo.manager.TabletGroupWatcher.run(TabletGroupWatcher.java:320)
~[accumulo-manager-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
</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]