Persistent "Producer/Consumer with id is already present on the connection" errors after broker restart #25025
-
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
|
@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. |
Beta Was this translation helpful? Give feedback.
-
|
refer this also: #25294 |
Beta Was this translation helpful? Give feedback.


@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.