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

   This PR implements:
   1. **LSM-tree health analysis** by monitoring level file counts 
      (detects abnormal file distribution patterns)
   2. **Proactive write stall prevention** through pending compaction bytes 
      tracking
   
   Example output after changes:
   
   ```
   num_files_at_level[metadata]:[0,0,0,0,0,0,1]
   estimate_compaction_pending_bytes[metadata]:0
   ```


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