mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
[skip e2e] Improve log in allocator/id.go (#14826)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
ecdc3f7bf7
commit
e96a851c00
@ -138,9 +138,9 @@ func (ia *IDAllocator) pickCanDoFunc() {
|
||||
}
|
||||
ia.ToDoReqs = ia.ToDoReqs[idx:]
|
||||
log.Debug("IDAllocator pickCanDoFunc",
|
||||
zap.Any("need", need),
|
||||
zap.Any("total", total),
|
||||
zap.Any("remainReqCnt", len(ia.ToDoReqs)))
|
||||
zap.Uint32("need", need),
|
||||
zap.Uint32("total", total),
|
||||
zap.Int("remainReqCnt", len(ia.ToDoReqs)))
|
||||
}
|
||||
|
||||
func (ia *IDAllocator) processFunc(req Request) error {
|
||||
|
Loading…
Reference in New Issue
Block a user