Skip to content

Commit

Permalink
fix fe.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
hubgeter authored and morningman committed Aug 22, 2024
1 parent 335747a commit 162cb00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java
Original file line number Diff line number Diff line change
Expand Up @@ -1836,9 +1836,8 @@ protected void startNonMasterDaemonThreads() {
domainResolver.start();
// fe disk updater
feDiskUpdater.start();
if (Config.enable_hms_events_incremental_sync) {
metastoreEventsProcessor.start();
}

metastoreEventsProcessor.start();

dnsCache.start();

Expand Down
2 changes: 0 additions & 2 deletions regression-test/pipeline/external/conf/fe.conf
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ auth_token = 5ff161c3-2c08-4079-b108-26c8850b6598
infodb_support_ext_catalog=true

trino_connector_plugin_dir=/tmp/trino_connector/connectors
enable_hms_events_incremental_sync=true
hms_events_polling_interval_ms=2000
hms_events_batch_size_per_rpc=10000


KRB5_CONFIG=/keytabs/krb5.conf

0 comments on commit 162cb00

Please sign in to comment.