[skip e2e] Improve annotation (#14976)

Signed-off-by: Xieql <qianglong.xie@zilliz.com>
pull/15002/head
Xieql 2022-01-07 13:57:49 +08:00 committed by GitHub
parent 39070ed341
commit 8b06aac7a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)