mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
[skip e2e] Modify code comments according to naming conventions (#13942)
Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
This commit is contained in:
parent
1bd6b8b567
commit
032c1c5f72
@ -439,7 +439,7 @@ func (m *meta) mergeDropSegment(seg2Drop *SegmentInfo) *SegmentInfo {
|
||||
// ** the removal flag is always with last batch
|
||||
// ** the last batch must contains at least one segment
|
||||
// 1. when failure occurs between batches, failover mechanism will continue with the earlist checkpoint of this channel
|
||||
// since the flag is not marked so data node can re-consume the drop collection msg
|
||||
// since the flag is not marked so DataNode can re-consume the drop collection msg
|
||||
// 2. when failure occurs between save meta and unwatch channel, the removal flag shall be check before let datanode watch this channel
|
||||
func (m *meta) batchSaveDropSegments(channel string, modSegments map[int64]*SegmentInfo) error {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user