Persistent "Producer/Consumer with id is already present on the connection" errors after broker restart #25025
Answered
by
lhotari
Radiancebobo
asked this question in
Q&A
Answered by
lhotari
Nov 27, 2025
Replies: 3 comments 1 reply
@Radiancebobo Please test with latest supported version of Pulsar which is 3.0.15, 4.0.8 or 4.1.2 . The Pulsar version 3.0.5 is very old and a lot of bugs have been fixed since it was released. |
1 reply
Answer selected by
Radiancebobo
|
@Radiancebobo do you have the heap dump of the broker, which had this issue. If yes can you check if there is a deadlock due to this issue: apache/bookkeeper#4557. You need to see if there are two thread of (pulsar-io-- e.g pulsar-io-4-7) blocked on monitor object Also if you have logs, can you check if the system topic reader cursor was pointing to lastest or equivalently whether the policy cache was loaded or not. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


@Radiancebobo Please test with latest supported version of Pulsar which is 3.0.15, 4.0.8 or 4.1.2 . The Pulsar version 3.0.5 is very old and a lot of bugs have been fixed since it was released.