EdColeman commented on code in PR #390:
URL: https://github.com/apache/accumulo-website/pull/390#discussion_r1282532067


##########
_docs-2/troubleshooting/advanced.md:
##########
@@ -333,12 +333,12 @@ overridden by using the `--local-wal-directories` option 
on the tool. It can be
 **I am trying to start the manager after upgrading but the upgrade is aborting 
with the following message:**
   `org.apache.accumulo.core.client.AccumuloException: Aborting upgrade because 
there are outstanding FATE transactions from a previous Accumulo version.`
 
-You can use the shell to delete completed FATE transactions using the 
following:
+You can use the admin fate command to delete completed FATE transactions using 
the following:
 
 * Start tservers
 * Start shell
-* Run `fate print` to list all
-* If completed, just delete with `fate delete`
+* Run `accumulo admin fate --print` to list all transactions
+* If the transactions have completed, just delete with them with `accumulo 
admin fate --delete TXID [TXID...]`

Review Comment:
   It was updated in 2.1 with PR #2914



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