GitHub user programmerahul added a comment to the discussion: Persistent "Producer/Consumer with id is already present on the connection" errors after broker restart
@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: https://github.com/apache/bookkeeper/pull/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. GitHub link: https://github.com/apache/pulsar/discussions/25025#discussioncomment-16520541 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
