提交 8ea93fe3 编写于 作者: W wss

temp branch to reproduce cpp client core when meta closes connection of query...

temp branch to reproduce cpp client core when meta closes connection of query config if connection threshold is hit
上级 6f821b2a
Subproject commit fa251e2919abef66bbd2ca52920477ae96f899ce
Subproject commit a2d54cfb1dac6a18d5d02a3b8467c9f20c08a6c7
......@@ -519,7 +519,7 @@ function usage_start_onebox()
function run_start_onebox()
{
META_COUNT=3
REPLICA_COUNT=3
REPLICA_COUNT=5
COLLECTOR_COUNT=0
APP_NAME=temp
PARTITION_COUNT=8
......
......@@ -44,7 +44,7 @@ cli_remote = true
;aio_factory_name = dsn::tools::native_aio_provider
start_nfs = true
logging_start_level = LOG_LEVEL_DEBUG
logging_start_level = LOG_LEVEL_INFORMATION
logging_factory_name = dsn::tools::simple_logger
;logging_factory_name = dsn::tools::screen_logger
;logging_factory_name = dsn::tools::hpc_logger
......@@ -74,6 +74,7 @@ random_seed = 0
[network]
; how many network threads for network library(used by asio)
io_service_worker_count = 4
connection_threshold_endpoint = 7
; specification for each thread pool
[threadpool..default]
......
......@@ -51,7 +51,7 @@
enable_default_app_mimic = true
start_nfs = true
logging_start_level = LOG_LEVEL_DEBUG
logging_start_level = LOG_LEVEL_INFORMATION
logging_factory_name = dsn::tools::simple_logger
logging_flush_on_exit = true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册