[FEAT MERGE] support connection from LB in Public Cloud
This commit is contained in:
@ -1392,6 +1392,9 @@ DEF_INT(sql_net_thread_count, OB_CLUSTER_PARAMETER, "0", "[0,64]",
|
||||
DEF_BOOL(_enable_tenant_sql_net_thread, OB_CLUSTER_PARAMETER, "True",
|
||||
"Dispatch mysql request to each tenant with True, or disable with False",
|
||||
ObParameterAttr(Section::OBSERVER, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||
DEF_STR(_endpoint_tenant_mapping, OB_CLUSTER_PARAMETER, "",
|
||||
"This parameter will store the mapping of endpoint and tenant",
|
||||
ObParameterAttr(Section::OBSERVER, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||
#ifndef ENABLE_SANITY
|
||||
#else
|
||||
DEF_STR_LIST(sanity_whitelist, OB_CLUSTER_PARAMETER, "", "vip who wouldn't leading to coredump",
|
||||
|
||||
Reference in New Issue
Block a user