keith-turner commented on code in PR #6126:
URL: https://github.com/apache/accumulo/pull/6126#discussion_r2806018361


##########
server/base/src/main/java/org/apache/accumulo/server/util/FindCompactionTmpFiles.java:
##########
@@ -50,48 +52,17 @@
 
 import com.beust.jcommander.JCommander;
 import com.beust.jcommander.Parameter;
-import com.beust.jcommander.Parameters;
 import com.google.auto.service.AutoService;
 
+import io.opentelemetry.api.trace.Span;
+import io.opentelemetry.context.Scope;
+
 @AutoService(KeywordExecutable.class)
-public class FindCompactionTmpFiles implements KeywordExecutable {
+public class FindCompactionTmpFiles extends ServerKeywordExecutable<FindOpts> {

Review Comment:
   Nevermind, I thought this was an old 2.1 command.  Its not, this command is 
aware of the new tmp files.



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

Reply via email to