You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/09/30 15:25:50 UTC

[GitHub] [accumulo] milleruntime commented on a diff in pull request #2987: Fixes for new Admin fate command

milleruntime commented on code in PR #2987:
URL: https://github.com/apache/accumulo/pull/2987#discussion_r984709587


##########
server/base/src/main/java/org/apache/accumulo/server/util/Admin.java:
##########
@@ -224,7 +225,7 @@ static class RestoreZooCommand {
   @Parameters(commandNames = "fate",
       commandDescription = "Operations performed on the Manager FaTE system.")
   static class FateOpsCommand {
-    @Parameter(description = "[<txId>...]")
+    @Parameter(description = "[<txId> <txId>...]")

Review Comment:
   I was trying to show that the `txId` is not always required.



-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org