dataroaring commented on code in PR #36349:
URL: https://github.com/apache/doris/pull/36349#discussion_r1641885387


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/Database.java:
##########
@@ -124,6 +125,7 @@ public enum DbState {
     @SerializedName(value = "dbProperties")
     private DatabaseProperty dbProperties = new DatabaseProperty();
 
+    @SerializedName(value = "bc")
     private BinlogConfig binlogConfig = new BinlogConfig();

Review Comment:
   Do not need to persist.



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

Reply via email to