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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 439369d  Jekyll build from master:1cfdec2
439369d is described below

commit 439369d6c698c11572d74741ed94eed48b52aac9
Author: Mike Walch <mwa...@apache.org>
AuthorDate: Thu Nov 15 17:55:50 2018 -0500

    Jekyll build from master:1cfdec2
    
    Updates from ACCUMULO-4496
---
 docs/2.x/troubleshooting/advanced.html | 15 +++++++++++++++
 feed.xml                               |  4 ++--
 search_data.json                       |  2 +-
 3 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/docs/2.x/troubleshooting/advanced.html 
b/docs/2.x/troubleshooting/advanced.html
index 04a4846..72262ac 100644
--- a/docs/2.x/troubleshooting/advanced.html
+++ b/docs/2.x/troubleshooting/advanced.html
@@ -770,6 +770,21 @@ overridden by using the <code 
class="highlighter-rouge">--local-wal-directories<
 <div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>accumulo 
org.apache.accumulo.tserver.log.LocalWALRecovery
 </code></pre></div></div>
 
+<p><strong>I am trying to start the master after upgrading but the upgrade is 
aborting with the following message:</strong>
+  <code 
class="highlighter-rouge">org.apache.accumulo.core.client.AccumuloException: 
Aborting upgrade because there are outstanding FATE transactions from a 
previous Accumulo version.</code></p>
+
+<p>You can use the shell to delete completed FATE transactions using the 
following:</p>
+
+<ul>
+  <li>Start tservers</li>
+  <li>Start shell</li>
+  <li>Run <code class="highlighter-rouge">fate print</code> to list all</li>
+  <li>If completed, just delete with <code class="highlighter-rouge">fate 
delete</code></li>
+  <li>Start masters once there are no more fate operations</li>
+</ul>
+
+<p>If any of the operations are not complete, you should rollback the upgrade 
and troubleshoot completing them with your prior version.</p>
+
 <h2 id="file-naming-conventions">File Naming Conventions</h2>
 
 <p><strong>Why are files named like they are? Why do some start with <code 
class="highlighter-rouge">C</code> and others with <code 
class="highlighter-rouge">F</code>?</strong></p>
diff --git a/feed.xml b/feed.xml
index 0d55f4b..829ee40 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Thu, 15 Nov 2018 16:51:06 -0500</pubDate>
-    <lastBuildDate>Thu, 15 Nov 2018 16:51:06 -0500</lastBuildDate>
+    <pubDate>Thu, 15 Nov 2018 17:55:41 -0500</pubDate>
+    <lastBuildDate>Thu, 15 Nov 2018 17:55:41 -0500</lastBuildDate>
     <generator>Jekyll v3.7.3</generator>
     
     
diff --git a/search_data.json b/search_data.json
index 842ad03..880a153 100644
--- a/search_data.json
+++ b/search_data.json
@@ -247,7 +247,7 @@
   
     "docs-2-x-troubleshooting-advanced": {
       "title": "Advanced Troubleshooting",
-      "content"         : "Tablet server locksMy tablet server lost its lock.  
Why?The primary reason a tablet server loses its lock is that it has been 
pushed into swap.A large java program (like the tablet server) may have a large 
portionof its memory image unused.  The operation system will favor pushingthis 
allocated, but unused memory into swap so that the memory can bere-used as a 
disk buffer.  When the java virtual machine decides toaccess this memory, the 
OS will begin flushing disk buf [...]
+      "content"         : "Tablet server locksMy tablet server lost its lock.  
Why?The primary reason a tablet server loses its lock is that it has been 
pushed into swap.A large java program (like the tablet server) may have a large 
portionof its memory image unused.  The operation system will favor pushingthis 
allocated, but unused memory into swap so that the memory can bere-used as a 
disk buffer.  When the java virtual machine decides toaccess this memory, the 
OS will begin flushing disk buf [...]
       "url": " /docs/2.x/troubleshooting/advanced",
       "categories": "troubleshooting"
     },

Reply via email to