jihuayu commented on PR #2047: URL: https://github.com/apache/kvrocks/pull/2047#issuecomment-1907615869
> @caipengbo The better way is to check if it reached the max db size if it's a write command before running. And add an extra flag to identify if the write command is allowed to run even though reached the limit of db size. What you do think about this? I think we can make some reserved db space: - When free db space is below 100MB, only delete commands write and system write can work. - When free db space is below 10MB, only system write can work. -- 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]
