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
https://inlong.apache.org/
2.02k stars 391 forks source link

Broker is slower than the consumer's VisitAuthorizedToken update,the consumer will continue to warn the failure of certificate. #125

Closed Libeibei1990 closed 4 years ago

Libeibei1990 commented 4 years ago

If broker is slower than the consumer's VisitAuthorizedToken update,the consumer will continue to warn the failure of certificate.

[BaseMessageConsumer] [heart2broker error] certificate failure, BrokerID:BrokerIP:BrokerPort's partitions ared released, Visit Authorized Token is invalid!

gosonzhang commented 4 years ago

This happens when the client pulls the visitToken faster than the broker, I will mention a PR to modify the problem.

thanks