milvus/pkg/util/lock
Zhen Ye 8bf7d6ae72
enhance: refactor update replicate config operation using wal-broadcast-based DDL/DCL framework (#44560)
issue: #43897

- UpdateReplicateConfig operation will broadcast AlterReplicateConfig
message into all pchannels with cluster-exclusive-lock.
- Begin txn message will use commit message timetick now (to avoid
timetick rollback when CDC with txn message).
- If current cluster is secondary, the UpdateReplicateConfig will wait
until the replicate configuration is consistent with the config
replicated from primary.

---------

Signed-off-by: chyezh <chyezh@outlook.com>
2025-10-15 15:26:01 +08:00
..
key_lock.go enhance: refactor update replicate config operation using wal-broadcast-based DDL/DCL framework (#44560) 2025-10-15 15:26:01 +08:00
key_lock_test.go enhance: broadcaster will lock resource until message acked (#44508) 2025-09-24 20:58:05 +08:00
metric_mutex.go enhance: Use v2 package name for pkg module (#39990) 2025-02-22 23:15:58 +08:00
metrics_mutex_test.go enhance: Use v2 package name for pkg module (#39990) 2025-02-22 23:15:58 +08:00
mutex.go
mutex_deadlock.go fix: errorous deadlock report in unittests (#41350) 2025-04-17 13:16:31 +08:00