-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
area/clienttype/enhancementThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messagesThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Description
Actual behavior
I got some abnormal metrics in broker stats.
When this happened, I checked the network metrics. The network metrics showed network was saturated.
So, I searched the error log in pulsar cluster, and found some strange logs:
Next, i searched the client logs in kibana:
Regardless the client exception, I am concerned about the client reconnect behavior. I think client reconnect too much and load data from bookie to cause the high network bandwidth usage. And pulsar client exposes updateServiceUrl() to users, it will also trigger reconnect behavior.
So we should add some mechanisms to limit the reconnect to avoid high network bandwidth usage.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/clienttype/enhancementThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messagesThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages





