Commit 1d38ce3
committed
Bump CosmoKv ref to 2.1.9 (deep-dive Phase 1-3 fixes)
CosmoKv 2.1.6→2.1.9 brings:
- Phase 1: writer-channel orphan-TCS drain, compactor degraded-state
backpressure-loop liveness check, DisposeAsync ordering fix.
- Phase 2: pooled List<TxnEntry> on writer task hot path, new
LevelsController.AllTables(List<T>) overload avoiding ToArray per
IterateAsync call.
- Phase 3: Compactor lock-scope refactor — _compactionLock now held
only on plan + swap, build phase runs lock-free. NumCompactors>1
actually parallelises on disjoint levels.
All 266 SQL/CosmoKv tests pass against the new driver.1 parent da3e31a commit 1d38ce3
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments