mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Improve annotation (#14976)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>pull/15002/head
parent
39070ed341
commit
8b06aac7a9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue