mirror of https://github.com/milvus-io/milvus.git
[skip ci]Improve error message in rocksmq (#10196)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>pull/10201/head
parent
88a2b2b07c
commit
736a2cc358
|
@ -133,7 +133,7 @@ func (c *client) consume(consumer *consumer) {
|
||||||
case _, ok := <-consumer.MsgMutex():
|
case _, ok := <-consumer.MsgMutex():
|
||||||
if !ok {
|
if !ok {
|
||||||
// consumer MsgMutex closed, goroutine exit
|
// consumer MsgMutex closed, goroutine exit
|
||||||
log.Debug("consumer MsgMutex closed")
|
log.Debug("Consumer MsgMutex closed")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue