edgar1170 commented on issue #3454:
URL:
https://github.com/apache/servicecomb-java-chassis/issues/3454#issuecomment-1307034944
@liubao68 使用测试工具跑测试用例的时候,起初能够看到大量如下报错, 2022-11-07 11:38:37.565 ERROR 2268
--- [http-nio-10.0.3.113-8080-Poller] .c.b.h.TomcatConfig$TomcatThreadExecutor
: 156 tomcat Work queue full
2022-11-07 11:38:37.566 WARN 2268 --- [http-nio-10.0.3.113-8080-Poller]
org.apache.tomcat.util.net.NioEndpoint : 175 Executor rejected socket
[org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@ceeaf51:org.apache.tomcat.util.net.NioChannel@1993f1bc:java.nio.channels.SocketChannel[connected
local=/10.0.3.113:8080 remote=/10.0.3.1:25788]] for processing
java.util.concurrent.RejectedExecutionException: The executor's work queue
is full
at
org.apache.catalina.core.StandardThreadExecutor.execute(StandardThreadExecutor.java:178)
at
org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:1169)
at
org.apache.tomcat.util.net.NioEndpoint$Poller.processKey(NioEndpoint.java:856)
at
org.apache.tomcat.util.net.NioEndpoint$Poller.run(NioEndpoint.java:823)
at java.lang.Thread.run(Thread.java:748)
2022-11-07 11:38:37.566 ERROR 2268 --- [http-nio-10.0.3.113-8080-Poller]
.c.b.h.TomcatConfig$TomcatThreadExecutor : 156 tomcat Work queue full
2022-11-07 11:38:37.567 WARN 2268 --- [http-nio-10.0.3.113-8080-Poller]
org.apache.tomcat.util.net.NioEndpoint : 175 Executor rejected socket
[org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@4d13e92a:org.apache.tomcat.util.net.NioChannel@43aa2179:java.nio.channels.SocketChannel[connected
local=/10.0.3.113:8080 remote=/10.0.3.1:18134]] for processing
java.util.concurrent.RejectedExecutionException: The executor's work queue
is full
at
org.apache.catalina.core.StandardThreadExecutor.execute(StandardThreadExecutor.java:178)
at
org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:1169)
at
org.apache.tomcat.util.net.NioEndpoint$Poller.processKey(NioEndpoint.java:856)
at
org.apache.tomcat.util.net.NioEndpoint$Poller.run(NioEndpoint.java:823)
at java.lang.Thread.run(Thread.java:748)
--
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]