wolfstudy commented on issue #711: URL: https://github.com/apache/pulsar-client-go/issues/711#issuecomment-1015351423
When this problem is triggered, we can always see the following log information: ``` level=info msg="Failing 2499 messages" producerID=8 producer_name=xxxxxx level=info msg="Failing 2499 messages" producerID=8 producer_name=xxxxxx level=info msg="Failing 2499 messages" producerID=8 producer_name=xxxxxx .... level=warning msg="[Connection was closed]" cnx="11.9.4.1:60439 -> 11.9.4.3:6650" producerID=6 producer_name=xxx level=warning msg="[Connection was closed]" cnx="11.9.4.1:60439 -> 11.9.4.3:6650" producerID=6 producer_name=xxx level=warning msg="[Connection was closed]" cnx="11.9.4.1:60439 -> 11.9.4.3:6650" producerID=6 producer_name=xxx ``` It seems to happen when the connection is reconnected. In order to catch the error when the connection is reconnected, cherry-pick has made this change https://github.com/apache/pulsar-client-go/pull/648. Not sure now, when the reconnection fails, the code logic of #648 will take effect, whether it will trigger this issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
