caipengbo opened a new pull request, #2047:
URL: https://github.com/apache/kvrocks/pull/2047

   When we delete data in kvrocks, we will write delete makers to rocksdb. When 
our data size reaches `max-db-size`, we can't delete data. 
   
   For operations that delete data, we should ignore the `max-db-size` limit 
and allow the deletion to proceed, so we can clean up the data.
   
   In addition, for some aux information(written into `propagate` column 
family), we should also ignore `max-db-size`.


-- 
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]

Reply via email to