You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a bundle successfully moved from broker A to broker B , goclient log show that partition producer has reconnected new broker, but goclient has lots of warn log like"level=warning msg="Got unexpected send receipt for message: ledgerId:87806 entryId:10433 "...". Grafana dashboard show the number of producer have some change,and eventually is not correct
broker log
broker A unload bundle
broker B load bundle
Go client log
grafana
System configuration
Pulsar version: 2.6.0
Go client version: 0.1.0
The text was updated successfully, but these errors were encountered:
@yarthur1 I don't think it is a problem on either client or broker side. This sounds like a grafana problem. Have you checked the query to understand if it is a metric problem?
@yarthur1 I don't think it is a problem on either client or broker side. This sounds like a grafana problem. Have you checked the query to understand if it is a metric problem?
But it lead to send rate slow, I have add timeout check on Go client send method to test and find lots of timeout
@yarthur1 Did you use the same client instance to create both consumers and a producers?
I have encountered a similar problem and have submitted a PR to fix it, hope it can help you.
@yarthur1 Did you use the same client instance to create both consumers and a producers?
I have encountered a similar problem and have submitted a PR to fix it, hope it can help you.
yes,I use the same client instance. thanks,I will view it
Expected behavior
After a bundle successfully moved from broker A to broker B , goclient log show that partition producer has reconnected new broker, but goclient has lots of warn log like"level=warning msg="Got unexpected send receipt for message: ledgerId:87806 entryId:10433 "...". Grafana dashboard show the number of producer have some change,and eventually is not correct
broker log
![image](https://user-images.githubusercontent.com/30923528/88007314-52758380-cb40-11ea-9829-d100be04dac4.png)
broker A unload bundle
broker B load bundle
![image](https://user-images.githubusercontent.com/30923528/88007513-b7c97480-cb40-11ea-9180-faf4898d85c6.png)
Go client log
![image](https://user-images.githubusercontent.com/30923528/88007978-bc425d00-cb41-11ea-9163-2bc02dda1932.png)
![image](https://user-images.githubusercontent.com/30923528/88007996-c9f7e280-cb41-11ea-8ad5-82ce0f7d2011.png)
grafana
![image](https://user-images.githubusercontent.com/30923528/88008335-a5503a80-cb42-11ea-900e-9832aa004338.png)
System configuration
Pulsar version: 2.6.0
Go client version: 0.1.0
The text was updated successfully, but these errors were encountered: