morningman commented on code in PR #17881:
URL: https://github.com/apache/doris/pull/17881#discussion_r1206364285
##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -1988,4 +1988,9 @@ public class Config extends ConfigBase {
+ "the detailed information of all the replicas of the
tablet,"
+ " including the specific reason why they are
unqueryable, will be printed out."})
public static boolean show_details_for_unaccessible_tablet = false;
+
+ @ConfField(mutable = false, masterOnly = false, expType =
ExperimentalType.EXPERIMENTAL, description = {
+ "是否启用binlog特性",
+ "Whether to enable binlog feature"})
+ public static boolean enable_feature_binlog = false;
Review Comment:
```suggestion
public static boolean enable_binlog = false;
```
--
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]