v1.38.11
v1.38.11 - Async replication Fixes
Added 1
- Add automated cleanup of stale replica movement operations
Fixed 6
- Bound digest-RPC memtable snapshots to the requested key range in lsmkv
- Drain commit-log maintenance before locking in HNSW Drop()
- Add MUVERA specific usage calculations
- Align returns for HOT and COLD tenants from usage module
- Negotiate binary digest encoding on the gRPC HashTreeLevel RPC in async replication
- Carry byte-ID digests end-to-end on the compare pipeline in async replication
From Weaviate
Breaking Changes
none
New Features
none
Fixes
- perf(lsmkv): bound digest-RPC memtable snapshots to the requested key range by @jeroiraz in https://github.com/weaviate/weaviate/pull/12665
- [v1.38] fix(hnsw): drain commit-log maintenance before locking in Drop() (#12100) by @jfrancoa in https://github.com/weaviate/weaviate/pull/12699
- Add MUVERA specific usage calculations by @trengrj in https://github.com/weaviate/weaviate/pull/12294
- Align returns for HOT and COLD tenants from usage module by @dirkkul in https://github.com/weaviate/weaviate/pull/12712
- perf(async-repl): negotiate binary digest encoding on the gRPC HashTreeLevel RPC by @jeroiraz in https://github.com/weaviate/weaviate/pull/12666
- feat(rplc-mvmnt): add automated cleanup of stale replica movement operations by @tsmith023 in https://github.com/weaviate/weaviate/pull/12426
- perf(async-repl): carry byte-ID digests end-to-end on the compare pipeline by @jeroiraz in https://github.com/weaviate/weaviate/pull/12710
Full Changelog: https://github.com/weaviate/weaviate/compare/v1.38.10...v1.38.11