You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2022/07/15 06:19:14 UTC

[GitHub] [servicecomb-java-chassis] ProfGuo opened a new issue, #3194: 做性能测试错误日志刷屏Unexpected error in server.cause:ClosedChannelException,message:null 报错

ProfGuo opened a new issue, #3194:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3194

   做性能测试不断有这个报错,不知道什么原因,
   2022-07-15 00:00:02.952|transport-vert.x-eventloop-thread-0|DEBUG|RestServerVerticle.java:lambda$start$2:114||Unexpected error in server.cause:ClosedChannelException,message:null
   2022-07-15 00:00:03.262|transport-vert.x-eventloop-thread-1|DEBUG|RestServerVerticle.java:lambda$start$2:114||Unexpected error in server.cause:ClosedChannelException,message:null
   2022-07-15 00:00:12.193|transport-vert.x-eventloop-thread-0|DEBUG|RestServerVerticle.java:lambda$start$2:114||Unexpected error in server.cause:ClosedChannelException,message:null
   看社区有个类似的问题,是否解决了?
   https://github.com/apache/servicecomb-java-chassis/issues/2050


-- 
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: commits-unsubscribe@servicecomb.apache.org.apache.org

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


[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #3194: 做性能测试错误日志刷屏Unexpected error in server.cause:ClosedChannelException,message:null 报错

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #3194:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3194#issuecomment-1189936515

   是不是你们配置了监控检查? 某些监控检查机制会给微服务发生一个SYN报文, 没有ACK, 会导致这个日志打印。 不影响功能。 这个是DEBUG日志,正常情况也可能会打印。 


-- 
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: commits-unsubscribe@servicecomb.apache.org

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