mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip e2e] Improve annotation (#14912)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>
This commit is contained in:
parent
1368126352
commit
c488c41dfb
@ -97,7 +97,7 @@ type orderFlushQueue struct {
|
|||||||
postInjection postInjectionFunc
|
postInjection postInjectionFunc
|
||||||
}
|
}
|
||||||
|
|
||||||
// newOrderFlushQueue creates a orderFlushQueue
|
// newOrderFlushQueue creates an orderFlushQueue
|
||||||
func newOrderFlushQueue(segID UniqueID, f notifyMetaFunc) *orderFlushQueue {
|
func newOrderFlushQueue(segID UniqueID, f notifyMetaFunc) *orderFlushQueue {
|
||||||
q := &orderFlushQueue{
|
q := &orderFlushQueue{
|
||||||
segmentID: segID,
|
segmentID: segID,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user