-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[opt](cloud) Simplify default config file of meta-service (#43381)
Remove some entries in the default doris_cloud.conf which may make users hard to understand.
- Loading branch information
Showing
2 changed files
with
9 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,33 +15,18 @@ | |
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
# // meta_service | ||
brpc_listen_port = 5000 | ||
brpc_num_threads = -1 | ||
brpc_idle_timeout_sec = 30 | ||
fdb_cluster = xxx:[email protected]:4500 | ||
fdb_cluster_file_path = ./conf/fdb.cluster | ||
# http request to meta-service needs this token for auth | ||
http_token = greedisgood9999 | ||
# use CIDR to mask if there are multiple NICs | ||
# priority_networks = 192.168.0.1/24 | ||
|
||
# // doris txn config | ||
label_keep_max_second = 259200 | ||
expired_txn_scan_key_nums = 1000 | ||
|
||
# // logging | ||
# logging | ||
log_dir = ./log/ | ||
# info warn error | ||
# candidates: info warn error | ||
log_level = info | ||
log_size_mb = 1024 | ||
log_filenum_quota = 10 | ||
log_immediate_flush = false | ||
# log_verbose_modules = * | ||
|
||
# // recycler config | ||
recycle_interval_seconds = 3600 | ||
retention_seconds = 259200 | ||
recycle_concurrency = 16 | ||
# recycle_whitelist = | ||
# recycle_blacklist = | ||
|
||
# //max stage num | ||
max_num_stages = 40 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters