[Bug] key_shared consumer with backlog cause pulsar broker read a huge amount data from bookkeeper but dispatch a little, cause network bandwith exhausted #23514
Labels
type/bug
The PR fixed a bug or issue reported a bug
Search before asking
Read release policy
Version
linux x64, java17, pulsar 3.0.4, pulsar c++ client 3.4.2
Minimal reproduce step
What did you expect to see?
What did you see instead?
the node with only broker: it‘s network receive is very big, but only transmit a little data to consumer
the node with only bookeeper: it‘s network transmit is 23Gb/s, network band with reach the hardware limit ;
Anything else?
the bookkeeper disk read is very low; so the data is in the bookkeeper read cache; I think maybe some bug cause pulsar broker keep read same entry from bookkeeper , cause the network bandwith exhausted
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: