You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
Version
Kvrocks: 2.0.6
Minimal reproduce step
limit the disk of kvrocks data-dir
create some big files when rocksdb compaction, make these files fill up the disk
if you keep writing to kvrocks, you'll find that you can't write to it
delete the useless files created in step 2 and find that kvrocks still cannot write
What did you expect to see?
When disk space is available, kvrocks can write data normally.
What did you see instead?
The kvrocks log keeps appearing:
[event_listener.cc:93] [event_listener/background_error] reason: writecallback, status: IO error: While appending to file: /data/db/xxxx.sst: Disk quota exceeded
Kvrocks has been unable to write data unless it is restarted.
Anything Else?
No response
Are you willing to submit a PR?
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
caipengbo
changed the title
Rocksdb can't auto resume after disk quota exceeded error
RocksDB can't auto resume after disk quota exceeded error
Jun 9, 2022
Search before asking
Version
Kvrocks: 2.0.6
Minimal reproduce step
What did you expect to see?
When disk space is available, kvrocks can write data normally.
What did you see instead?
The kvrocks log keeps appearing:
Kvrocks has been unable to write data unless it is restarted.
Anything Else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: