You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2018/11/15 22:56:06 UTC

[accumulo-website] branch master updated: Updates from ACCUMULO-4496

This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 1cfdec2  Updates from ACCUMULO-4496
1cfdec2 is described below

commit 1cfdec2dbccc5808893e9c763756e900b434e94b
Author: Mike Walch <mw...@apache.org>
AuthorDate: Thu Nov 15 17:55:02 2018 -0500

    Updates from ACCUMULO-4496
---
 _docs-2/troubleshooting/advanced.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/_docs-2/troubleshooting/advanced.md b/_docs-2/troubleshooting/advanced.md
index c77b1a1..967b5e8 100644
--- a/_docs-2/troubleshooting/advanced.md
+++ b/_docs-2/troubleshooting/advanced.md
@@ -330,6 +330,19 @@ overridden by using the `--local-wal-directories` option on the tool. It can be
 
     accumulo org.apache.accumulo.tserver.log.LocalWALRecovery
 
+**I am trying to start the master 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:
+
+* Start tservers
+* Start shell
+* Run `fate print` to list all
+* If completed, just delete with `fate delete`
+* Start masters once there are no more fate operations
+
+If any of the operations are not complete, you should rollback the upgrade and troubleshoot completing them with your prior version.
+
 ## File Naming Conventions
 
 **Why are files named like they are? Why do some start with `C` and others with `F`?**