dlmarion opened a new issue, #6099:
URL: https://github.com/apache/accumulo/issues/6099
Running FindCompactionTmpFiles with no arguments yields a stack trace
instead of a usage statement or help.
```
~/Software/accumulo-4.0.0-SNAPSHOT/bin$ ./accumulo
org.apache.accumulo.server.util.FindCompactionTmpFiles
2026-01-29T21:36:23,589 [util.FindCompactionTmpFiles] INFO : Looking for
compaction tmp files over tables: null, deleting: false
Thread 'org.apache.accumulo.server.util.FindCompactionTmpFiles' died.
java.lang.NullPointerException: Cannot invoke "String.split(String)" because
"opts.tables" is null
at
org.apache.accumulo.server.util.FindCompactionTmpFiles.main(FindCompactionTmpFiles.java:196)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.apache.accumulo.start.Main.lambda$execMainClass$1(Main.java:118)
at java.base/java.lang.Thread.run(Thread.java:840)
```
--
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]