RainYuY commented on issue #16042: URL: https://github.com/apache/dubbo/issues/16042#issuecomment-3788031853
I don’t believe this should be an issue for Dubbo. This is because virtual threads are not meant to be pooled. The root cause of this problem is that a third-party dependency misuses ThreadLocal—though I do acknowledge that this issue does exist, as there are actually many developers who tend to do this kind of thing. How about not modifying the current code, but instead creating a new ThreadLocal implementation and using SPI to make it an optional feature? -- 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]
