Tencent / TubeMQ

TubeMQ has been donated to the Apache Software Foundation and renamed to InLong, please visit the new Apache repository: https://github.com/apache/incubator-inlong

Home Page:https://inlong.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tubemq client throws an exception when stopping the consumer.

Libeibei1990 opened this issue · comments

java.lang.InterruptedException: sleep Interrupted
at java.lang.Thread.sleep(Native Method)
at com.tencent.tubemq.corebase.utils.ThreadUtils.sleep(ThreadUtils.java:128)
at com.tencent.tubemq.client.consumer.RmtDataCache.pushSelect(RmtDataCache.java:241)
at com.tencent.tubemq.client.consumer.BaseMessageConsumer.pushSelectPartition(BaseMessageConsumer.java:713)
at com.tencent.tubemq.client.consumer.MessageFetchManager$FetchTaskWorker.run(MessageFetchManager.java:180)
at java.lang.Thread.run(Thread.java:745)

Ok, I get it now, thanks!