79779689

Date: 2025-10-01 05:48:42
Score: 2
Natty:
Report link

AS per my understanding the main cause is RocksDB's cold cache for index/filter blocks after restore, leading to high latency for initial lookups by the main stream threads. Even if data is in the block cache, the metadata must be loaded from disk. To avoid this, enable index/filter block pinning in the cache, and consider a manual full scan of the GlobalKTable by the main threads before they start processing messages to fully warm the store.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shailesh Suresh Patil