milleruntime commented on issue #2968:
URL: https://github.com/apache/accumulo/issues/2968#issuecomment-1259927183
@EdColeman I saw the same NPE trying to call `accumulo admin fate --summary`.
<pre>
02:58:35 {main} ~/workspace/uno/install/logs/accumulo$ accumulo admin fate
--summary
2022-09-27T14:58:50,218 [conf.SiteConfiguration] INFO : Found Accumulo
configuration on classpath at
/home/mpmill4/workspace/uno/install/accumulo-2.1.0-SNAPSHOT/conf/accumulo.properties
2022-09-27T14:58:51,205 [metrics.MetricsUtil] INFO : Metric producer
PropStoreMetrics initialize
DUDE get top for: tx_FATE[44e352e4e798b1eb] txName = TABLE_COMPACT
DUDE find top for:
/accumulo/34a151cb-5f96-4e44-b0ab-265f4a660d9b/fate/tx_44e352e4e798b1eb
2022-09-27T14:58:51,346 [util.Admin] ERROR: null
java.lang.NullPointerException: null
at java.util.Objects.requireNonNull(Objects.java:221) ~[?:?]
at
org.apache.accumulo.fate.ReadOnlyStore$ReadOnlyRepoWrapper.<init>(ReadOnlyStore.java:75)
~[accumulo-core-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at org.apache.accumulo.fate.ReadOnlyStore.top(ReadOnlyStore.java:92)
~[accumulo-core-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.accumulo.fate.AdminUtil.getTransactionStatus(AdminUtil.java:383)
~[accumulo-core-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at org.apache.accumulo.fate.AdminUtil.getStatus(AdminUtil.java:261)
~[accumulo-core-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.accumulo.server.util.Admin.summarizeFateTx(Admin.java:863)
~[accumulo-server-base-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at
org.apache.accumulo.server.util.Admin.executeFateOpsCommand(Admin.java:816)
~[accumulo-server-base-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at org.apache.accumulo.server.util.Admin.execute(Admin.java:396)
~[accumulo-server-base-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
at org.apache.accumulo.start.Main.lambda$execKeyword$0(Main.java:122)
~[accumulo-start-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]