未验证 提交 8b06aac7 编写于 作者: X Xieql 提交者: GitHub

[skip e2e] Improve annotation (#14976)

Signed-off-by: NXieql <qianglong.xie@zilliz.com>
上级 39070ed3
......@@ -247,7 +247,7 @@ type rendezvousFlushManager struct {
dropHandler dropHandler
}
// getFlushQueue gets or creates a orderFlushQueue for segment id if not found
// getFlushQueue gets or creates an orderFlushQueue for segment id if not found
func (m *rendezvousFlushManager) getFlushQueue(segmentID UniqueID) *orderFlushQueue {
newQueue := newOrderFlushQueue(segmentID, m.notifyFunc)
actual, _ := m.dispatcher.LoadOrStore(segmentID, newQueue)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册