XiaoHDZXF commented on issue #15807: URL: https://github.com/apache/dubbo/issues/15807#issuecomment-3744202669
> 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 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]
