remove the unused code of RDMA
This commit is contained in:
@ -78,9 +78,6 @@ DEF_INT(net_thread_count, OB_CLUSTER_PARAMETER, "0", "[0,64]",
|
|||||||
DEF_INT(high_priority_net_thread_count, OB_CLUSTER_PARAMETER, "0", "[0,64]",
|
DEF_INT(high_priority_net_thread_count, OB_CLUSTER_PARAMETER, "0", "[0,64]",
|
||||||
"the number of rpc I/O threads for high priority messages, 0 means set off. Range: [0, 64] in integer",
|
"the number of rpc I/O threads for high priority messages, 0 means set off. Range: [0, 64] in integer",
|
||||||
ObParameterAttr(Section::OBSERVER, Source::DEFAULT, EditLevel::STATIC_EFFECTIVE));
|
ObParameterAttr(Section::OBSERVER, Source::DEFAULT, EditLevel::STATIC_EFFECTIVE));
|
||||||
DEF_INT(rdma_io_thread_count, OB_CLUSTER_PARAMETER, "0", "[0,8]",
|
|
||||||
"the number of RDMA I/O threads for Libreasy. Range: [0, 8] in integer, 0 stands for RDMA being disabled.",
|
|
||||||
ObParameterAttr(Section::OBSERVER, Source::DEFAULT, EditLevel::STATIC_EFFECTIVE));
|
|
||||||
DEF_INT(tenant_task_queue_size, OB_CLUSTER_PARAMETER, "16384", "[1024,]",
|
DEF_INT(tenant_task_queue_size, OB_CLUSTER_PARAMETER, "16384", "[1024,]",
|
||||||
"the size of the task queue for each tenant. Range: [1024,+∞)",
|
"the size of the task queue for each tenant. Range: [1024,+∞)",
|
||||||
ObParameterAttr(Section::OBSERVER, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
ObParameterAttr(Section::OBSERVER, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||||
|
|||||||
@ -172,7 +172,6 @@ query_response_time_flush
|
|||||||
query_response_time_range_base
|
query_response_time_range_base
|
||||||
query_response_time_stats
|
query_response_time_stats
|
||||||
range_optimizer_max_mem_size
|
range_optimizer_max_mem_size
|
||||||
rdma_io_thread_count
|
|
||||||
recyclebin_object_expire_time
|
recyclebin_object_expire_time
|
||||||
redundancy_level
|
redundancy_level
|
||||||
resource_hard_limit
|
resource_hard_limit
|
||||||
|
|||||||
Reference in New Issue
Block a user