szetszwo commented on code in PR #953:
URL: https://github.com/apache/ratis/pull/953#discussion_r1377023976
##########
ratis-server-api/src/main/java/org/apache/ratis/server/RaftServerConfigKeys.java:
##########
@@ -381,7 +381,7 @@ static void setPurgePreservationLogNum(RaftProperties
properties, long purgePres
}
String SEGMENT_SIZE_MAX_KEY = PREFIX + ".segment.size.max";
- SizeInBytes SEGMENT_SIZE_MAX_DEFAULT = SizeInBytes.valueOf("8MB");
+ SizeInBytes SEGMENT_SIZE_MAX_DEFAULT = SizeInBytes.valueOf("128MB");
Review Comment:
It is good to know. Let's change to 32MB then. Filed RATIS-1924.
--
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]