gavinchou commented on code in PR #31247:
URL: https://github.com/apache/doris/pull/31247#discussion_r1498531014
##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -2488,6 +2488,9 @@ public class Config extends ConfigBase {
options = {"default", "ranger-doris"})
public static String access_controller_type = "default";
+ // https://forums.oracle.com/ords/apexds/post/je-log-checksumexception-2812
+ @ConfField
+ public static boolean ignore_bdbje_log_checksum_read = false;
Review Comment:
Add a comment here to describe when to set it to true, and what's the
defects.
--
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]