Yunze Xu
Yunze Xu
Is it ready to review? If yes, you can remove the "WIP" from the title.
@lin-zhao I think yes. @ZiyaoWei Could you rebase it to master again? I think it should be ready to review.
Could you try a smaller `maxReadEntriesNum` (like 1)?
I saw some similar logs in my env. ``` 2568:08:01:08.139 [pulsar-io-4-4] WARN org.apache.pulsar.broker.service.ServerCnx - [/:44426] Got exception io.netty.handler.codec.TooLongFrameException: Adjusted frame length exceeds 5253120: 1195725860 - discarded 2659:08:01:09.465 [pulsar-io-4-3] WARN org.apache.pulsar.broker.service.ServerCnx...
The error in my env is a little different, it's just caused by sending a HTTP request to Kafka's port: ```bash curl http://localhost:9092 ```
Add following config to your `conf/broker.conf`: ```bash maxReadEntriesNum=1 ``` Or you can wait for the incoming KoP 2.8.0 that may be released in one to two weeks.
@Hanfee Hi, now KoP 2.8.0 is released, see https://github.com/streamnative/kop/releases/tag/v2.8.0.1. This problem won't happen anymore. For old versions KoP, have you tried with my suggestions?
Could you try the `streamnative/sn-pulsar:2.9.2.17` image? It looks more like a Pulsar side problem. There should be some fixes since 2.9.1 but I didn't remember the specific PRs. In addition,...
Sorry I'm busy with other tasks recently, I will take a look at these logs soon.
It still looks like a Pulsar side bug and triggered by the bundle split. You can try to reproduce it with bundle split disabled and see if it will still...