mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 10:59:32 +08:00
[skip ci] Refine datacoord compaction trigger comment (#13483)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
5ca78ed009
commit
d6b0a47248
@ -28,9 +28,9 @@ type timetravel struct {
|
||||
type trigger interface {
|
||||
start()
|
||||
stop()
|
||||
// triggerCompaction trigger a compaction if any compaction condition satisfy.
|
||||
// triggerCompaction triggers a compaction if any compaction condition satisfy.
|
||||
triggerCompaction(timetravel *timetravel) error
|
||||
// triggerSingleCompaction trigerr a compaction bundled with collection-partiiton-channel-segment
|
||||
// triggerSingleCompaction triggers a compaction bundled with collection-partition-channel-segment
|
||||
triggerSingleCompaction(collectionID, partitionID, segmentID int64, channel string, timetravel *timetravel) error
|
||||
// forceTriggerCompaction force to start a compaction
|
||||
forceTriggerCompaction(collectionID int64, timetravel *timetravel) (UniqueID, error)
|
||||
|
Loading…
Reference in New Issue
Block a user