We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rocksdb_target_file_size_base
rocksdb_write_buffer_size
detect_action::QUERY
#pragma once
replica_access_controller.allowed_users
do_disk_migrate_replica
[pegasus.server] + coarse_data_variance_threshold = 3 + data_capture_hash_bucket_num = 37 + max_seconds_to_detect_hotkey = 150 + rocksdb_enable_write_buffer_manager = false + rocksdb_total_size_across_write_buffer = 0 + rocksdb_max_open_files = -1 + rocksdb_index_type = binary_search | hash_search | two_level_index_search | binary_search_with_first_key + rocksdb_partition_filters = false + rocksdb_metadata_block_size = 4096 + rocksdb_cache_index_and_filter_blocks = false + rocksdb_pin_top_level_index_and_filter = true + rocksdb_cache_index_and_filter_blocks_with_high_priority = true + rocksdb_pin_l0_filter_and_index_blocks_in_cache = false [pegasus.collector] - hotspot_detect_algorithm + enable_hotkey_auto_detect = false + hot_partition_threshold = 3 + occurrence_threshold = 100 + hotkey_analyse_time_interval_s = 10 [apps.replica] - pools = THREAD_POOL_DEFAULT,THREAD_POOL_REPLICATION_LONG,THREAD_POOL_REPLICATION,THREAD_POOL_FD,THREAD_POOL_LOCAL_APP,THREAD_POOL_FDS_SERVICE,THREAD_POOL_COMPACT,THREAD_POOL_INGESTION,THREAD_POOL_SLOG + pools = THREAD_POOL_DEFAULT,THREAD_POOL_REPLICATION_LONG,THREAD_POOL_REPLICATION,THREAD_POOL_FD,THREAD_POOL_LOCAL_APP,THREAD_POOL_BLOCK_SERVICE,THREAD_POOL_COMPACT,THREAD_POOL_INGESTION,THREAD_POOL_SLOG,THREAD_POOL_PLOG [apps.meta] - pools = THREAD_POOL_DEFAULT,THREAD_POOL_META_SERVER,THREAD_POOL_META_STATE,THREAD_POOL_FD,THREAD_POOL_DLOCK,THREAD_POOL_FDS_SERVICE + pools = THREAD_POOL_DEFAULT,THREAD_POOL_META_SERVER,THREAD_POOL_META_STATE,THREAD_POOL_FD,THREAD_POOL_DLOCK,THREAD_POOL_BLOCK_SERVICE +[threadpool.THREAD_POOL_PLOG] + name = plog + partitioned = true + worker_count = 4 -[threadpool.THREAD_POOL_FDS_SERVICE] - name = fds_service +[threadpool.THREAD_POOL_BLOCK_SERVICE] + name = block_service [replication] - bulk_load_provider_root = bulk_load_root + hdfs_read_limit_rate_megabytes = 200 + gc_disk_migration_tmp_replica_interval_seconds = 86400 #1day + gc_disk_migration_origin_replica_interval_seconds = 604800 #7day + hdfs_read_batch_size_bytes = 67108864 # 64MB + hdfs_write_batch_size_bytes = 67108864 # 64MB +[security] + enable_acl = false + super_users = + meta_acl_rpc_allow_list = + service_name = + service_fqdn = + sasl_plugin_path = + mandatory_auth = false + krb5_keytab = + krb5_config = + krb5_principal = + enable_auth = false
The text was updated successfully, but these errors were encountered:
feat(bulk_load): add query compaction status http interface (#696)
2dd3b75
No branches or pull requests
rocksdb_target_file_size_base
androcksdb_write_buffer_size
detect_action::QUERY
#pragma once
to defer.hreplica_access_controller.allowed_users
is emptydo_disk_migrate_replica
to support migrate origin dataConfiguration updates
The text was updated successfully, but these errors were encountered: