finefuture commented on PR #13196: URL: https://github.com/apache/dubbo/pull/13196#issuecomment-1761267284
There are three types of executors present in SerializingExecutor: - ThreadLessExecutor: when it was in shutdown state, it indicates that the consumer thread has ended and the task can be directly discarded. - DubboClientHandler Executor: when it was in shutdown state, it indicates that the process is already in the stopping state, and the task can be directly discarded. - DubboServerHandler Executor: when it was in shutdown state, it indicates that the process is already in the stopping state, and the task can be directly discarded. -- 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-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org