dlmarion opened a new issue, #5644:
URL: https://github.com/apache/accumulo/issues/5644
**Describe the bug**
During an upgrade to 4.0 the `accumulo.fate` table is created in one of the
upgrade threads. The thread executing `Manager.run` waits for this to finish,
then creates the UserFateStore. Found the following stack trace being logged
repeatedly.
```
2025-06-13T16:55:05,155 [fate.FateExecutor] WARN : Unexpected failure while
attempting to find work for fate
java.lang.IllegalStateException: accumulo.fate not found!
at
org.apache.accumulo.core.fate.user.UserFateStore.getTransactions(UserFateStore.java:335)
~[accumulo-core-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at
org.apache.accumulo.core.fate.AbstractFateStore.runnable(AbstractFateStore.java:176)
~[accumulo-core-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at
org.apache.accumulo.core.logging.FateLogger$1.runnable(FateLogger.java:144)
~[accumulo-core-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at
org.apache.accumulo.core.fate.FateExecutor$WorkFinder.run(FateExecutor.java:281)
~[accumulo-core-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at
org.apache.accumulo.core.util.threads.Threads.lambda$createCriticalThread$0(Threads.java:76)
~[accumulo-core-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at
org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
~[accumulo-core-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at java.base/java.lang.Thread.run(Thread.java:840) [?:?]
Caused by: org.apache.accumulo.core.client.TableNotFoundException: Table
accumulo.fate does not exist (No entry for this table found in the given
namespace mapping)
at
org.apache.accumulo.core.clientImpl.ClientContext.getTableId(ClientContext.java:599)
~[accumulo-core-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at
org.apache.accumulo.core.clientImpl.ClientContext.createScanner(ClientContext.java:843)
~[accumulo-core-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at
org.apache.accumulo.core.fate.user.UserFateStore.getTransactions(UserFateStore.java:271)
~[accumulo-core-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
... 6 more
```
--
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]