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
dbProperties only contains props those contains PREFIX , like `iceberg.xxx`.
data quota , replica quota are not in db properties. So is it better to put
txn quota out of the dbProperties?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]