You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/05/20 10:09:09 UTC

[GitHub] [pulsar] minchowang commented on issue #15688: Using Regex Subscription topics Got exception io.netty.handler.codec.TooLongFrameException: Adjusted frame length exceeds - discarded

minchowang commented on issue #15688:
URL: https://github.com/apache/pulsar/issues/15688#issuecomment-1132725507

   ```bash
   2022-05-20T08:40:02,737+0000 [pulsar-proxy-io-2-1] INFO  org.apache.pulsar.proxy.server.ProxyConnection - [/10.49.16.56:25674] New connection opened
   2022-05-20T08:40:02,803+0000 [pulsar-proxy-io-2-1] INFO  org.apache.pulsar.proxy.server.ProxyConnection - [/10.49.16.56:25674] complete connection, init proxy handler. authenticated with token role admin, hasProxyToBrokerUrl: false
   2022-05-20T08:40:02,850+0000 [pulsar-proxy-io-2-1] INFO  org.apache.pulsar.client.impl.ConnectionPool - [[id: 0x3de7061f, L:/10.54.9.231:58416 - R:lx-pulsar-sn-platform-broker.poc-pulsar.svc.cluster.local/10.54.14.159:6650]] Connected to server
   2022-05-20T08:40:03,304+0000 [pulsar-proxy-io-2-1] WARN  org.apache.pulsar.client.impl.ClientCnx - [lx-pulsar-sn-platform-broker.poc-pulsar.svc.cluster.local/10.54.14.159:6650] Got exception io.netty.handler.codec.TooLongFrameException: Adjusted frame length exceeds 5253120: 5488916 - discarded
    at io.netty.handler.codec.LengthFieldBasedFrameDecoder.fail(LengthFieldBasedFrameDecoder.java:503)
    at io.netty.handler.codec.LengthFieldBasedFrameDecoder.failIfNecessary(LengthFieldBasedFrameDecoder.java:489)
    at io.netty.handler.codec.LengthFieldBasedFrameDecoder.exceededFrameLength(LengthFieldBasedFrameDecoder.java:376)
    at io.netty.handler.codec.LengthFieldBasedFrameDecoder.decode(LengthFieldBasedFrameDecoder.java:419)
    at io.netty.handler.codec.LengthFieldBasedFrameDecoder.decode(LengthFieldBasedFrameDecoder.java:332)
    at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:510)
    at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:449)
    at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:279)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
    at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
    at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
    at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:795)
    at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:480)
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:378)
    at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
    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:829)
   
   2022-05-20T08:40:03,304+0000 [pulsar-proxy-io-2-1] INFO  org.apache.pulsar.client.impl.ClientCnx - [id: 0x3de7061f, L:/10.54.9.231:58416 ! R:lx-pulsar-sn-platform-broker.poc-pulsar.svc.cluster.local/10.54.14.159:6650] Disconnected
   2022-05-20T08:40:03,304+0000 [pulsar-proxy-io-2-1] WARN  org.apache.pulsar.proxy.server.LookupProxyHandler - [/10.49.16.56:25674] Failed to get TopicsOfNamespace wangminchao/ad: Disconnected from server at lx-pulsar-sn-platform-broker.poc-pulsar.svc.cluster.local/10.54.14.159:6650
   
   ```


-- 
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@pulsar.apache.org

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