horizonzy commented on issue #3521:
URL: https://github.com/apache/bookkeeper/issues/3521#issuecomment-1282183269

   The exception indicates that there is a large body write request in the 
bookie server, maybe there is an unknown bug at the AutoRecover client, it 
combines a large write request to send to the bookie server when the bookie 
server wants to decode the request body, it over the `nettyMaxFrameSizeBytes`, 
so throw an exception.
   
   Is it easy to reproduce? If so, we can use TCP dump to dump the network 
package, then analyze the request, and why it is so large.
   


-- 
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]

Reply via email to