[infinispan-issues] [JBoss JIRA] (ISPN-9492) Unknown type: 130

Sergey Chernolyas (JIRA) issues at jboss.org
Mon Sep 10 04:02:00 EDT 2018


    [ https://issues.jboss.org/browse/ISPN-9492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13630838#comment-13630838 ] 

Sergey Chernolyas commented on ISPN-9492:
-----------------------------------------

Hi [~gustavonalle]!

Usually, the exception occurs after incorrect shutdown. Also  the exception blocks reading data from cache fully.
It is not business  exception (incorrect marshaling). It is low level error because one broken entry blocks cache operations and I can't remove the broken entry.

> Unknown type: 130
> -----------------
>
>                 Key: ISPN-9492
>                 URL: https://issues.jboss.org/browse/ISPN-9492
>             Project: Infinispan
>          Issue Type: Bug
>    Affects Versions: 9.3.1.Final
>            Reporter: Sergey Chernolyas
>            Priority: Blocker
>
> I take exception:
> _____________
> Exception in thread "main" org.infinispan.client.hotrod.exceptions.HotRodClientException:Request for messageId=22 returned server error (status=0x85): java.io.IOException: Unknown type: 130
>         at org.infinispan.client.hotrod.impl.protocol.Codec20.checkForErrorsInResponseStatus(Codec20.java:333)
>         at org.infinispan.client.hotrod.impl.protocol.Codec20.readHeader(Codec20.java:179)
>         at org.infinispan.client.hotrod.impl.transport.netty.HeaderDecoder.decode(HeaderDecoder.java:138)
>         at org.infinispan.client.hotrod.impl.transport.netty.HintedReplayingDecoder.callDecode(HintedReplayingDecoder.java:98)
>         at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265)
>         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
>         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
>         at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
>         at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
>         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
>         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
>         at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
>         at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1414)
>         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
>         at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
>         at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:945)
>         at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:806)
>         at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:404)
>         at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:304)
>         at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:886)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
> ____________
> Main problem of the exception is cache became to unmanagable. I can't clear cache! 
> After get the exception I need to stop cluster and remove files of external storage.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list