The GitHub Actions job "CI" on fluss.git/main has failed.
Run started by GitHub user swuferhong (triggered by swuferhong).

Head commit for run:
e4f694d753228a15365448a55ee7d7b86fb40673 / Yang Wang <[email protected]>
Add RocksDB block cache configuration options for index and filter blocks 
(#2394)

This commit adds configuration options to control how RocksDB handles
index and filter blocks in the block cache:

- kv.rocksdb.block.cache-index-and-filter-blocks: Store index/filter
  blocks in block cache to limit memory usage (default: false)
- kv.rocksdb.block.cache-index-and-filter-blocks-with-high-priority:
  Give index/filter blocks high priority in cache (default: false)
- kv.rocksdb.block.pin-l0-filter-and-index-blocks-in-cache: Pin L0
  index/filter blocks to avoid eviction (default: false)
- kv.rocksdb.block.pin-top-level-index-and-filter: Pin top-level
  partitioned index/filter blocks (default: false)

These options help users control RocksDB memory usage by allowing
index and filter blocks to be managed within the block cache,
preventing unbounded memory growth.

Report URL: https://github.com/apache/fluss/actions/runs/21106680817

With regards,
GitHub Actions via GitBox

Reply via email to