waitwindy
waitwindy
### Is there an existing issue for this? - [X] I have searched the existing issues ### Environment ```markdown - Milvus version:2.3.5 - Deployment mode(standalone or cluster):cluster - MQ type(rocksmq,...
When performing data synchronization between already running clusters, I want to first use the backup tool to synchronize offline data to the backup cluster, and then start a CDC task...
If I configure a CDC task between two clusters now, and the collection table structures between Cluster 1 and Cluster 2 are the same, how should I configure it appropriately...
### Current Behavior When creating a CDC synchronization task, the following error occurred: [PANIC] [reader/etcd_op.go:769] ["fail to get the ts data"] [prefix=by-dev/kv/gid/timestamp] [len=0] [stack="github.com/zilliztech/milvus-cdc/core/reader.(*EtcdOp).GetAllDroppedObj\n\t/home/runner/work/milvus-cdc/milvus-cdc/core/reader/etcd_op.go:769\ngithub.com/zilliztech/milvus-cdc/server.(*MetaCDC).newReplicateEntity\n\t/home/runner/work/milvus-cdc/milvus-cdc/server/cdc_impl.go:898\ngithub.com/zilliztech/milvus-cdc/server.(*MetaCDC).startInternal\n\t/home/runner/work/milvus-cdc/milvus-cdc/server/cdc_impl.go:712\ngithub.com/zilliztech/milvus-cdc/server.(*MetaCDC).Create\n\t/home/runner/work/milvus-cdc/milvus-cdc/server/cdc_impl.go:532\ngithub.com/zilliztech/milvus-cdc/server.init.0.func2\n\t/home/runner/work/milvus-cdc/milvus-cdc/server/handle_map.go:45\ngithub.com/zilliztech/milvus-cdc/server.(*CDCServer).handleRequest\n\t/home/runner/work/milvus-cdc/milvus-cdc/server/server.go:130\ngithub.com/zilliztech/milvus-cdc/server.(*CDCServer).Run.(*CDCServer).getCDCHandler.func2\n\t/home/runner/work/milvus-cdc/milvus-cdc/server/server.go:86\nnet/http.HandlerFunc.ServeHTTP\n\t/opt/hostedtoolcache/go/1.21.13/x64/src/net/http/server.go:2141\nnet/http.(*ServeMux).ServeHTTP\n\t/opt/hostedtoolcache/go/1.21.13/x64/src/net/http/server.go:2519\nnet/http.serverHandler.ServeHTTP\n\t/opt/hostedtoolcache/go/1.21.13/x64/src/net/http/server.go:2943\nnet/http.(*conn).serve\n\t/opt/hostedtoolcache/go/1.21.13/x64/src/net/http/server.go:2014"] [2025/06/26 17:53:23.592 +08:00] [INFO] [server/cdc_impl.go:405] ["create...