areyouok commented on code in PR #4338:
URL: https://github.com/apache/rocketmq/pull/4338#discussion_r878101313
##########
store/src/main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java:
##########
@@ -87,8 +87,8 @@ public class MessageStoreConfig {
private int fileReservedTime = 72;
// Flow control for ConsumeQueue
private int putMsgIndexHightWater = 600000;
- // The maximum size of message,default is 4M
- private int maxMessageSize = 1024 * 1024 * 4;
+ // The maximum size of message body,default is 4M,4M only for body
length,not include others.
+ private int maxMessageBodySize = 1024 * 1024 * 4;
Review Comment:
If someone deploy broker and set maxMessageSize=8M, the setting has no
effect after upgrade.
--
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]