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 2020/06/01 06:16:13 UTC

[GitHub] [pulsar] liudezhi2098 commented on a change in pull request #7116: fix support set nettyMaxFrameSizeBytes on bookeeper config

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:
users@infra.apache.org