[
https://issues.apache.org/jira/browse/IGNITE-20027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Gagarkin updated IGNITE-20027:
-----------------------------------
Attachment: (was: log-1)
> Uncaught exception in the netty pipeline
> ----------------------------------------
>
> Key: IGNITE-20027
> URL: https://issues.apache.org/jira/browse/IGNITE-20027
> Project: Ignite
> Issue Type: Bug
> Reporter: Ivan Gagarkin
> Priority: Major
> Attachments: log
>
>
> Faced AssertionError during the TC run.
> {code:java}
> 2023-07-23 11:49:29:680 +0300
> [WARNING][idut_tdtu_2-client-4][DefaultChannelPipeline] An exceptionCaught()
> event was fired, and it reached at the tail of the pipeline. It usually means
> the last handler in the pipeline did not handle the exception.
> java.lang.AssertionError at
> org.apache.ignite.internal.network.recovery.RecoveryDescriptor.acknowledge(RecoveryDescriptor.java:70)
> at
> org.apache.ignite.internal.network.netty.InboundRecoveryHandler.channelRead(InboundRecoveryHandler.java:62)
> at
> io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
> at
> io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
> at
> io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
> at
> io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
> at
> io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
> at
> io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
> at
> io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
> at
> io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
> at
> io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
> at
> io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
> at
> io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
> at
> io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
> at
> io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
> at
> io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
> at
> io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
> at
> io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
> at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at
> io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
> at
> io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
> at
> io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
> at java.base/java.lang.Thread.run(Thread.java:834) {code}
> Should be investigated and fixed:
> # Why did the error happen?
> # Why was the error not caught?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)