mirror of https://github.com/milvus-io/milvus.git
Cherry pick from master pr: #37060 Related to #37057 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/36423/head
parent
7eba3aa67e
commit
b958c56f48
|
@ -1060,9 +1060,6 @@ func (q *QuotaCenter) getDeleteBufferRowCountFactor() map[int64]float64 {
|
|||
for collectionID, num := range queryNodeMetrics.DeleteBufferInfo.CollectionDeleteBufferNum {
|
||||
deleteBufferNum[collectionID] += num
|
||||
}
|
||||
for collectionID, size := range queryNodeMetrics.DeleteBufferInfo.CollectionDeleteBufferSize {
|
||||
deleteBufferNum[collectionID] += size
|
||||
}
|
||||
}
|
||||
|
||||
collectionFactor := make(map[int64]float64)
|
||||
|
|
Loading…
Reference in New Issue