milvus/pkg/kv
Zhen Ye 19e5e9f910
enhance: broadcaster will lock resource until message acked (#44508)
issue: #43897

- Return LastConfirmedMessageID when wal append operation.
- Add resource-key-based locker for broadcast-ack operation to protect
the coord state when executing ddl.
- Resource-key-based locker is held until the broadcast operation is
acked.
- ResourceKey support shared and exclusive lock.
- Add FastAck execute ack right away after the broadcast done to speed
up ddl.
- Ack callback will support broadcast message result now.
- Add tombstone for broadcaster to avoid to repeatedly commit DDL and
ABA issue.

---------

Signed-off-by: chyezh <chyezh@outlook.com>
2025-09-24 20:58:05 +08:00
..
predicates fix: mockery too unavailable after upgrade golang version (#41481) 2025-04-24 10:46:43 +08:00
rocksdb enhance: Skip remove op if key in save set (#43425) 2025-07-18 17:37:39 +08:00
kv.go
reliable_write_meta_kv.go enhance: broadcaster will lock resource until message acked (#44508) 2025-09-24 20:58:05 +08:00
reliable_write_meta_kv_test.go enhance: broadcaster will lock resource until message acked (#44508) 2025-09-24 20:58:05 +08:00