mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Improve log in allocator/id.go (#14826)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/14854/head
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