This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git

commit d32292b2925acf0cbdbc3682fededee3707df721
Author: shuke <[email protected]>
AuthorDate: Sun Feb 4 14:40:14 2024 +0800

    [regression-test][conf] add master_sync_policy = WRITE_NO_SYNC 
replica_sync_policy = WRITE_NO_SYNC (#30494)
    
    There is no power off scene in regression-test, so add these two configure 
has no side-effect.
---
 regression-test/pipeline/p0/conf/fe.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/regression-test/pipeline/p0/conf/fe.conf 
b/regression-test/pipeline/p0/conf/fe.conf
index 655aac0ba2f..0b9c904ffa6 100644
--- a/regression-test/pipeline/p0/conf/fe.conf
+++ b/regression-test/pipeline/p0/conf/fe.conf
@@ -112,3 +112,6 @@ enable_workload_group = true
 
 sys_log_verbose_modules = 
org.apache.doris.persist.EditLog,org.apache.doris.journal.bdbje.BDBJEJournal
 
+master_sync_policy = WRITE_NO_SYNC
+replica_sync_policy = WRITE_NO_SYNC
+


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to