gaozhangmin opened a new issue, #3521: URL: https://github.com/apache/bookkeeper/issues/3521
maxMessageSize=10485760 nettyMaxFrameSizeBytes=15728640 The above configurations is related to max messages size on broker and bookkeeper side. entry size is expected to be smaller than 10MB, but during AutoRecovery, it throws below exception, caused write entry failed. ``` 2022-10-03 12:17:19.961 [bookie-io-1-95] ERROR org.apache.bookkeeper.proto.BookieRequestHandler - Unhandled exception occurred in I/O thread or handler on [id: 0x8138791c, L:/x.x.x.x:3181 - R:/x.x.x.x:57664] io.netty.handler.codec.TooLongFrameException: Adjusted frame length exceeds 15728640: 1195854718 - discarded ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
