zrlw opened a new issue #9168: URL: https://github.com/apache/dubbo/issues/9168
### Environment * Dubbo version: 3.0 近期github构建经常提示ServiceConfigTest.testDelayExport第222行抛RejectedExecutionException ``` 2021-10-31T04:49:31.2886119Z [ERROR] Tests run: 22, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 5.179 s <<< FAILURE! - in org.apache.dubbo.config.ServiceConfigTest 2021-10-31T04:49:31.2887925Z [ERROR] org.apache.dubbo.config.ServiceConfigTest.testDelayExport Time elapsed: 0.298 s <<< ERROR! 2021-10-31T04:49:31.2890996Z java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@7f9df7e rejected from java.util.concurrent.ScheduledThreadPoolExecutor@b05ceb9[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0] 2021-10-31T04:49:31.2894094Z at org.apache.dubbo.config.ServiceConfigTest.testDelayExport(ServiceConfigTest.java:222) ``` 看了代码,第222行就是```delayService.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: [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]
