RainYuY commented on issue #15807: URL: https://github.com/apache/dubbo/issues/15807#issuecomment-3744349341
> > I noticed that in the current 3.3 branch, the listeners list in RegistryDirectory.java is already using CopyOnWriteArrayList. However, I checked the source code for version 3.3.5 and it still seems to be using ArrayList. > > The 3.3.6 release code still uses ArrayList rather than the fixed CopyOnWriteArrayList, so the issue still persists. This fix is currently in the development branch, so we may release it in a future version. If you need to use it urgently, you can build and deploy a package from this repository for your own use. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
