swuferhong opened a new issue, #3611: URL: https://github.com/apache/fluss/issues/3611
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Motivation `DiskUsageMonitor` currently uses a hard-coded recover gap of `0.10` when deciding when to recover from data disk write lock. This means writes only resume after disk usage drops below `server.data-disk.write-limit-ratio - 0.10`, which can be difficult to reach in practice. We should make this recover gap configurable and dynamically updatable. ### Solution _No response_ ### Anything else? _No response_ ### Willingness to contribute - [ ] 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
