Henry2SS commented on code in PR #15830:
URL: https://github.com/apache/doris/pull/15830#discussion_r1071976353


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/Database.java:
##########
@@ -557,6 +570,7 @@ public void write(DataOutput out) throws IOException {
 
         out.writeLong(replicaQuotaSize);
         dbProperties.write(out);
+        out.writeLong(transactionQuotaSize);

Review Comment:
   > We can use dbProperties to save this, so that we don't need to upgrade 
meta version
   
   OK. let me change it
   



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to