未验证 提交 9167773e 编写于 作者: A aoiasd 提交者: GitHub

Remove needless kv at dataSyncService (#22206)

Signed-off-by: Naoiasd <zhicheng.yue@zilliz.com>
上级 d9ca06eb
......@@ -25,7 +25,6 @@ import (
"go.uber.org/zap"
"github.com/milvus-io/milvus-proto/go-api/commonpb"
"github.com/milvus-io/milvus/internal/kv"
"github.com/milvus-io/milvus/internal/log"
"github.com/milvus-io/milvus/internal/metrics"
"github.com/milvus-io/milvus/internal/mq/msgdispatcher"
......@@ -64,7 +63,6 @@ type dataSyncService struct {
chunkManager storage.ChunkManager
compactor *compactionExecutor // reference to compaction executor
kv kv.MetaKv
serverID int64
stopOnce sync.Once
flushListener chan *segmentFlushPack // chan to listen flush event
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册