You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/06/09 11:10:44 UTC

[GitHub] [incubator-kvrocks] caipengbo opened a new issue, #627: Rocksdb can't auto resume after disk quota exceeded error

caipengbo opened a new issue, #627:
URL: https://github.com/apache/incubator-kvrocks/issues/627

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
   
   
   ### Version
   
   Kvrocks: 2.0.6
   
   ### Minimal reproduce step
   
   1. limit the disk of kvrocks data-dir
   2. create some big files when rocksdb compaction, make these files fill up the disk
   3. if you keep writing to kvrocks, you'll find that you can't write to it
   4. 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?
   
   - [X] I'm willing to submit a PR!


-- 
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: dev-unsubscribe@kvrocks.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] ShooterIT closed issue #627: RocksDB can't auto resume after disk quota exceeded error

Posted by GitBox <gi...@apache.org>.
ShooterIT closed issue #627: RocksDB can't auto resume after disk quota exceeded error
URL: https://github.com/apache/incubator-kvrocks/issues/627


-- 
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: dev-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org