nicoloboschi opened a new pull request, #19517:
URL: https://github.com/apache/pulsar/pull/19517

   ### Motivation
   
   In https://github.com/apache/pulsar/pull/19467 we introduced a couple of 
possible issues about thread-safety of the `BaseCommand` and `ServerCnx` 
instances.
   
   Original comments from @michaeljmarshall :
   - https://github.com/apache/pulsar/pull/19467#discussion_r1101827289
   - https://github.com/apache/pulsar/pull/19467#discussion_r1101815870
   
   ### Modifications
   
   * Get the auth fields in the same thread of the connection
   * Copy partitionList instead of reading it in another thread
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc` <!-- Your PR contains doc changes. -->
   - [ ] `doc-required` <!-- Your PR changes impact docs and you will update 
later -->
   - [x] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   - [ ] `doc-complete` <!-- Docs have been already added -->
   


-- 
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]

Reply via email to