sparknack b22240828b
enhance: add loading timeout and cancellation support (#47033)
issue: #45353

This feature enables graceful cancellation of loading operations:
    
1. Add OpContext propagation through caching layer:
- Add `OpContext*` parameter to `get_cells()` in all Translator
implementations
- Add seperate `loadingTimeoutMs` configuration for cache slot loading
timeout

2. Add cancellation checks in load phases.

---------

Signed-off-by: Shawn Wang <shawn.wang@zilliz.com>
2026-01-23 18:47:32 +08:00
..
2023-04-11 14:42:30 +08:00
2025-12-31 15:35:21 +08:00