Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync stops running when you run out of disk space, silently. #18895

Closed
Half-Shot opened this issue Sep 3, 2021 · 3 comments
Closed

Sync stops running when you run out of disk space, silently. #18895

Half-Shot opened this issue Sep 3, 2021 · 3 comments
Labels
O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Critical Prevents work, causes data loss and/or has no workaround T-Defect

Comments

@Half-Shot
Copy link
Member

Half-Shot commented Sep 3, 2021

Steps to reproduce

  1. Run out of/low on disk space

What happened?

  1. The web environment will close the Indexedb database as normal. Uncaught DOMException: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing.
  • The client also stops syncing
  • The client does NOT show an error, meaning that you won't know the sync has stopped. The only reason I know is that my logs are full of errors and my other clients continued to work.

Additionally, this sucks:
image

What did you expect?

  • An error when the client approaches or hits a disk space limit, at least giving you an action to recover

Operating system

Ubuntu 20.04

Application version

Element Nightly version: 1.8.1 Olm version: 3.2.3

How did you install the app?

No response

Homeserver

No response

Have you submitted a rageshake?

No

@SimonBrandner SimonBrandner added O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Critical Prevents work, causes data loss and/or has no workaround labels Sep 3, 2021
@germain-gg
Copy link
Contributor

It appears you're not the only one facing issues when the browsers faces disk pressure, see #18258

An attempt at fixing it has been done as part of #18875

@novocaine
Copy link
Contributor

novocaine commented Sep 6, 2021

Instance of #18423

@novocaine
Copy link
Contributor

Closing in favour of tracking these in #18423

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Critical Prevents work, causes data loss and/or has no workaround T-Defect
Projects
None yet
Development

No branches or pull requests

4 participants