You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/10/31 13:37:05 UTC

[GitHub] [dubbo] kylixs commented on issue #9168: [3.0] 近期github构建经常提示ServiceConfigTest.testDelayExport第222行抛RejectedExecutionException

kylixs commented on issue #9168:
URL: https://github.com/apache/dubbo/issues/9168#issuecomment-955702625


   > 什么情况下这行代码会触发线程池拒绝执行异常?
   
   See:  `ScheduledThreadPoolExecutor@b05ceb9[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]`
   
   The message told us:  the `ScheduledThreadPoolExecutor` is terminated, so reject all submit job.
   
   Perhaps the application of delayService has been closed before export. 


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org