liudezhi2098 commented on a change in pull request #7116:
URL: https://github.com/apache/pulsar/pull/7116#discussion_r433059532



##########
File path: conf/bookkeeper.conf
##########
@@ -268,6 +268,9 @@ serverTcpNoDelay=true
 # The Recv ByteBuf allocator max buf size.
 # byteBufAllocatorSizeMax=1048576
 
+# The maximum netty frame size in bytes. Any message received larger than this 
will be rejeted. Default value is 1G.

Review comment:
       use 5MB as the default value , will cause problems,can be changed to 
5253120(
   5242880 + Commands.MESSAGE_SIZE_FRAME_PADDING)




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to