wu560130911 opened a new issue #1954: 可伸缩的线程池写法bug URL: https://github.com/apache/incubator-dubbo/issues/1954 dubbo默认实现的CachedThreadPool,当queue大写不为0时,存在与实际功能不符的问题,麻烦认真理解CachedThreadPool在java线程池的实现。 https://github.com/apache/incubator-dubbo/blob/master/dubbo-common/src/main/java/org/apache/dubbo/common/threadpool/support/cached/CachedThreadPool.java#L46
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
