[branch-2.1] Picks "[opt](merge-on-write) Reduce the version not continuous logs for merge-on-write table #40946" (#40996)
picks https://github.com/apache/doris/pull/40946
This commit is contained in:
@ -1134,6 +1134,10 @@ DEFINE_mBool(enable_missing_rows_correctness_check, "false");
|
||||
// When the number of missing versions is more than this value, do not directly
|
||||
// retry the publish and handle it through async publish.
|
||||
DEFINE_mInt32(mow_publish_max_discontinuous_version_num, "20");
|
||||
// When the version is not continuous for MOW table in publish phase and the gap between
|
||||
// current txn's publishing version and the max version of the tablet exceeds this value,
|
||||
// don't print warning log
|
||||
DEFINE_mInt32(publish_version_gap_logging_threshold, "200");
|
||||
|
||||
// The secure path with user files, used in the `local` table function.
|
||||
DEFINE_mString(user_files_secure_path, "${DORIS_HOME}");
|
||||
|
||||
Reference in New Issue
Block a user