yihao.dai
|
4ae44f1aa9
|
fix: Fix CDC OOM due to high buffer size (#44607)
Fix CDC OOM by:
1. free msg buffer manually.
2. limit max msg buffer size.
3. reduce scanner msg hander buffer size.
issue: https://github.com/milvus-io/milvus/issues/44123
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
|
2025-10-09 19:31:58 +08:00 |
|
yihao.dai
|
20411e5218
|
fix: Fix replicator cannot stop and enhance replicate config validator (#44531)
1. Fix replicator cannot stop if error occurs on replicate stream RPC.
2. Simplify replicate stream client.
3. Enhance replicate config validator:
1. Compare the incoming replicate config, cluster attributes must not be
changed.
2. Cluster URI must be unique.
3. Remove the check of pchannel prefix.
issue: https://github.com/milvus-io/milvus/issues/44123
---------
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
Co-authored-by: chyezh <chyezh@outlook.com>
|
2025-09-24 11:54:03 +08:00 |
|
yihao.dai
|
51f69f32d0
|
feat: Add CDC support (#44124)
This PR implements a new CDC service for Milvus 2.6, providing log-based
cross-cluster replication.
issue: https://github.com/milvus-io/milvus/issues/44123
---------
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
Signed-off-by: chyezh <chyezh@outlook.com>
Co-authored-by: chyezh <chyezh@outlook.com>
|
2025-09-16 16:32:01 +08:00 |
|