mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Add comment for Compaction method in session_manager.go (#13858)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
91194400e8
commit
6f63635686
@ -125,6 +125,7 @@ func (c *SessionManager) execFlush(ctx context.Context, nodeID int64, req *datap
|
||||
log.Debug("success to flush", zap.Int64("node", nodeID), zap.Any("segments", req))
|
||||
}
|
||||
|
||||
// Compaction is a grpc interface. It will send request to DataNode with provided `nodeID` asynchronously.
|
||||
func (c *SessionManager) Compaction(nodeID int64, plan *datapb.CompactionPlan) {
|
||||
go c.execCompaction(nodeID, plan)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user