mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
[skip ci]Remove unnecessary log in index (#8630)
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
This commit is contained in:
parent
40c6e01b41
commit
55f8baa6cc
@ -95,7 +95,6 @@ func (queue *BaseTaskQueue) PopUnissuedTask() task {
|
|||||||
defer queue.utLock.Unlock()
|
defer queue.utLock.Unlock()
|
||||||
|
|
||||||
if queue.unissuedTasks.Len() <= 0 {
|
if queue.unissuedTasks.Len() <= 0 {
|
||||||
log.Fatal("sorry, but the unissued task list is empty!")
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -94,7 +94,6 @@ func (queue *BaseTaskQueue) PopUnissuedTask() task {
|
|||||||
defer queue.utLock.Unlock()
|
defer queue.utLock.Unlock()
|
||||||
|
|
||||||
if queue.unissuedTasks.Len() <= 0 {
|
if queue.unissuedTasks.Len() <= 0 {
|
||||||
log.Debug("IndexNode PopUnissued task sorry, but the unissued task list is empty!")
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user