You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2022/05/25 10:54:19 UTC

[GitHub] [incubator-eventmesh] zscomehuyue opened a new issue, #892: pushRetry fail,retrys is too much,allow max retryQueueSize:10000, retryTimes:0, seq:9573524, bizSeq:null

zscomehuyue opened a new issue, #892:
URL: https://github.com/apache/incubator-eventmesh/issues/892

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Environment
   
   Linux
   
   ### EventMesh version
   
   1.3.0
   
   ### What happened
   
    pushRetry fail,retrys is too much,allow max retryQueueSize:10000, retryTimes:0, seq:9573524, bizSeq:null
   
   org.apache.eventmesh.runtime.core.protocol.tcp.client.session.push.SessionPusher#push happend exception:
   
   2022-05/info-2022-05-19-6.log-java.nio.channels.ClosedChannelException: null
   2022-05/info-2022-05-19-6.log-	at io.netty.channel.AbstractChannel$AbstractUnsafe.close(AbstractChannel.java:606) ~[netty-all-4.1.49.Final.jar!/:4.1.49.Final]
   2022-05/info-2022-05-19-6.log-	at io.netty.channel.DefaultChannelPipeline$HeadContext.close(DefaultChannelPipeline.java:1352) ~[netty-all-4.1.49.Final.jar!/:4.1.49.Final]
   2022-05/info-2022-05-19-6.log-	at io.netty.channel.AbstractChannelHandlerContext.invokeClose(AbstractChannelHandlerContext.java:622) ~[netty-all-4.1.49.Final.jar!/:4.1.49.Final]
   2022-05/info-2022-05-19-6.log-	at io.netty.channel.AbstractChannelHandlerContext.close(AbstractChannelHandlerContext.java:606) ~[netty-all-4.1.49.Final.jar!/:4.1.49.Final]
   2022-05/info-2022-05-19-6.log-	at io.netty.channel.ChannelDuplexHandler.close(ChannelDuplexHandler.java:79) ~[netty-all-4.1.49.Final.jar!/:4.1.49.Final]
   2022-05/info-2022-05-19-6.log-	at io.netty.channel.AbstractChannelHandlerContext.invokeClose(AbstractChannelHandlerContext.java:622) ~[netty-all-4.1.49.Final.jar!/:4.1.49.Final]
   2022-05/info-2022-05-19-6.log-	at io.netty.channel.AbstractChannelHandlerContext.access$1200(AbstractChannelHandlerContext.java:61) ~[netty-all-4.1.49.Final.jar!/:4.1.49.Final]
   2022-05/info-2022-05-19-6.log-	at io.netty.channel.AbstractChannelHandlerContext$11.run(AbstractChannelHandlerContext.java:611) ~[netty-all-4.1.49.Final.jar!/:4.1.49.Final]
   2022-05/info-2022-05-19-6.log-	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164) [netty-all-4.1.49.Final.jar!/:4.1.49.Final]
   2022-05/info-2022-05-19-6.log-	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472) [netty-all-4.1.49.Final.jar!/:4.1.49.Final]
   2022-05/info-2022-05-19-6.log-	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500) [netty-all-4.1.49.Final.jar!/:4.1.49.Final]
   2022-05/info-2022-05-19-6.log-	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) [netty-all-4.1.49.Final.jar!/:4.1.49.Final]
   2022-05/info-2022-05-19-6.log-	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [netty-all-4.1.49.Final.jar!/:4.1.49.Final]
   2022-05/info-2022-05-19-6.log-	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
   
   
   
   
   ### How to reproduce
   
   application run long time ,happend exception in event.log ;
   
   ### Debug logs
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!


-- 
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: dev-unsubscribe@eventmesh.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] qqeasonchen closed issue #892: pushRetry fail,retrys is too much,allow max retryQueueSize:10000, retryTimes:0, seq:9573524, bizSeq:null

Posted by GitBox <gi...@apache.org>.
qqeasonchen closed issue #892:  pushRetry fail,retrys is too much,allow max retryQueueSize:10000, retryTimes:0, seq:9573524, bizSeq:null
URL: https://github.com/apache/incubator-eventmesh/issues/892


-- 
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: dev-unsubscribe@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] qqeasonchen commented on issue #892: pushRetry fail,retrys is too much,allow max retryQueueSize:10000, retryTimes:0, seq:9573524, bizSeq:null

Posted by GitBox <gi...@apache.org>.
qqeasonchen commented on issue #892:
URL: https://github.com/apache/incubator-eventmesh/issues/892#issuecomment-1144334958

   @zscomehuyue does it exist in 1.4.0?


-- 
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: dev-unsubscribe@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org