315157973 commented on pull request #9850: URL: https://github.com/apache/pulsar/pull/9850#issuecomment-794057680
> > This Set will only add data when it is created, and it will only be read later. > > If this happens in different threads, it must be handled. Different threads will not add data to a `Set` at the same time, they will construct their own Set and then add Then there is no thread to modify it, it is `unmodifiable` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
