michaeljmarshall opened a new pull request #12820: URL: https://github.com/apache/pulsar/pull/12820
…eduplication ### Motivation In https://github.com/apache/pulsar/pull/12493, we introduced potentially concurrent updates to the `inactiveProducers` map without any synchronization. ### Modifications * Ensure that we only update the `inactiveProducers` map using proper synchronization. ### Verifying this change This change is a trivial rework / code cleanup without any test coverage. ### Does this pull request potentially affect one of the following parts: No breaking changes. ### Documentation - [x] `no-need-doc` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
