Skip to content

Commit

Permalink
set "enable_advance_next_id = true" to test acvance next id.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukang-Lian authored and dataroaring committed May 22, 2024
1 parent 119db75 commit f54bb0c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions regression-test/pipeline/p0/conf/fe.conf
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,8 @@ disable_datev1 = false

master_sync_policy = WRITE_NO_SYNC
replica_sync_policy = WRITE_NO_SYNC

# For debug
sys_log_verbose_modules = org.apache.doris.service.FrontendServiceImpl

enable_advance_next_id = true
6 changes: 5 additions & 1 deletion regression-test/pipeline/p1/conf/fe.conf
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,8 @@ disable_decimalv2 = false
disable_datev1 = false

auth_token = 5ff161c3-2c08-4079-b108-26c8850b6598
sys_log_verbose_modules = org.apache.doris.persist.EditLog,org.apache.doris.journal.bdbje.BDBJEJournal
sys_log_verbose_modules = org.apache.doris.persist.EditLog,org.apache.doris.journal.bdbje.BDBJEJournal, org.apache.doris.service.FrontendServiceImpl

# For debug

enable_advance_next_id = true

0 comments on commit f54bb0c

Please sign in to comment.