Skip to content

fix cache storage is not initialized#10454

Open
jomapp wants to merge 4 commits intomasterfrom
fix-cache-storage-not-initialized
Open

fix cache storage is not initialized#10454
jomapp wants to merge 4 commits intomasterfrom
fix-cache-storage-not-initialized

Conversation

@jomapp
Copy link
Copy Markdown
Contributor

@jomapp jomapp commented Mar 6, 2026

When the cache storage is not initialized for some reason, e.g. due to weird concurrency, we should not try to write to it. In these cases it's still better to continue and load the instance from the server without writing it to the cache storage, instead of throwing an error. The cache storage is not initialized error is preventing users in some cases to do a login at all, which should always be possible.

abdulkadir-tutao and others added 4 commits March 6, 2026 14:41
Co-authored-by: jomapp <17314077+jomapp@users.noreply.github.com>
Our regular expressions for mail preprocessing, for our client-side
spam filter, suffers from catastrophic backtracking in some view cases,
causing "too much recursion" errors for users on the WebApp. We now
catch such errors during tokenization and do not include the
mail body in the training / prediction in these cases.

Co-authored-by: abp <abp@tutao.de>
When clicking the plus button without groups, the button had no feedback
for the user, now it displays a popup asking if user wants to add a new
shared mailbox, if yes it is assigned to the user.

Co-authored-by: das <das@tutao.de>
Co-authored-by: abp <abp@tutao.de>
When the cache storage is not initialized for some reason, e.g. due to
weird concurrency, we should not try to write to it. In these cases
it's still better to continue and load the instance from the server
without writing it to the cache storage, instead of throwing an error.
The cache storage is not initialized error is preventing users in some
cases to do a login at all, which should always be possible.

Co-authored-by: abp <abp@tutao.de>
@abdulkadir-tutao abdulkadir-tutao force-pushed the fix-cache-storage-not-initialized branch from 2a368c0 to aa9a5a9 Compare March 6, 2026 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants