swuferhong commented on code in PR #3614:
URL: https://github.com/apache/fluss/pull/3614#discussion_r3595028217


##########
fluss-common/src/main/java/org/apache/fluss/config/ConfigOptions.java:
##########
@@ -319,6 +319,17 @@ public class ConfigOptions {
                                     + "This default is capped to reduce the 
risk that an assignment znode exceeds "
                                     + "ZooKeeper's packet size limit.");
 
+    public static final ConfigOption<MemorySize> 
KV_LEADER_REPLICA_MEMORY_RESERVED =
+            key("kv.leader-replica.memory-reserved")
+                    .memoryType()
+                    .defaultValue(MemorySize.parse("8mb"))

Review Comment:
   Ok, I aggre with you, and I will introduce documents in next pr.



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