Home
last modified time | relevance | path

Searched refs:failover_timeout (Results 1 – 19 of 19) sorted by relevance

/dports/databases/py-aioredis/aioredis-1.3.1/tests/
H A Dsentinel_failover_test.py26 failover_timeout=1000)
29 failover_timeout=1000)
170 failover_timeout=1000)
H A Dconftest.py389 failover_timeout=1000): argument
421 failover_timeout)
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/db_ido/
H A Ddbconnection.ti44 [config] double failover_timeout {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/administration/redis/
H A Dreplication_and_failover_external.md182 ## Define a value for `sentinel failover_timeout` in `ms`. This has multiple
202 sentinel failover_timeout 30000
291 sentinel failover_timeout 30000
316 sentinel failover_timeout 30000
341 sentinel failover_timeout 30000
H A Dreplication_and_failover.md163 `sentinel['failover_timeout']` (in milliseconds).
166 We can see where `sentinel['failover_timeout']` is defined later.
168 The `failover_timeout` variable has a lot of different use cases. According to
442 # sentinel['failover_timeout'] = 60000
568 # sentinel['failover_timeout'] = 60000
590 # sentinel['failover_timeout'] = 60000
612 # sentinel['failover_timeout'] = 60000
/dports/databases/redis6/redis-6.0.16/src/
H A Dsentinel.c1258 ri->failover_timeout = SENTINEL_DEFAULT_FAILOVER_TIMEOUT; in createSentinelRedisInstance()
1658 ri->failover_timeout = atoi(argv[2]); in sentinelHandleConfiguration()
1659 if (ri->failover_timeout <= 0) in sentinelHandleConfiguration()
1820 master->name, (long) master->failover_timeout); in rewriteConfigSentinelOption()
2349 mstime_t wait_time = ri->master->failover_timeout; in sentinelRefreshInstanceInfo()
2921 addReplyBulkLongLong(c,ri->failover_timeout); in addReplySentinelRedisInstance()
3493 ri->failover_timeout = ll; in sentinelSetCommand()
4079 master->failover_timeout*2) in sentinelStartFailoverIfNeeded()
4221 if (election_timeout > ri->failover_timeout) in sentinelFailoverWaitStart()
4222 election_timeout = ri->failover_timeout; in sentinelFailoverWaitStart()
[all …]
/dports/databases/redis5/redis-5.0.14/src/
H A Dsentinel.c1242 ri->failover_timeout = SENTINEL_DEFAULT_FAILOVER_TIMEOUT; in createSentinelRedisInstance()
1641 ri->failover_timeout = atoi(argv[2]); in sentinelHandleConfiguration()
1642 if (ri->failover_timeout <= 0) in sentinelHandleConfiguration()
1798 master->name, (long) master->failover_timeout); in rewriteConfigSentinelOption()
2290 mstime_t wait_time = ri->master->failover_timeout; in sentinelRefreshInstanceInfo()
2861 addReplyBulkLongLong(c,ri->failover_timeout); in addReplySentinelRedisInstance()
3433 ri->failover_timeout = ll; in sentinelSetCommand()
4011 master->failover_timeout*2) in sentinelStartFailoverIfNeeded()
4153 if (election_timeout > ri->failover_timeout) in sentinelFailoverWaitStart()
4154 election_timeout = ri->failover_timeout; in sentinelFailoverWaitStart()
[all …]
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dsentinel.c1327 ri->failover_timeout = sentinel_default_failover_timeout; in createSentinelRedisInstance()
1849 ri->failover_timeout = atoi(argv[2]); in sentinelHandleConfiguration()
1850 if (ri->failover_timeout <= 0) in sentinelHandleConfiguration()
2053 master->name, (long) master->failover_timeout); in rewriteConfigSentinelOption()
2668 mstime_t wait_time = ri->master->failover_timeout; in sentinelRefreshInstanceInfo()
3342 addReplyBulkLongLong(c,ri->failover_timeout); in addReplySentinelRedisInstance()
4195 ri->failover_timeout = ll; in sentinelSetCommand()
4795 master->failover_timeout*2) in sentinelStartFailoverIfNeeded()
4937 if (election_timeout > ri->failover_timeout) in sentinelFailoverWaitStart()
4938 election_timeout = ri->failover_timeout; in sentinelFailoverWaitStart()
[all …]
/dports/net-mgmt/icinga2/icinga2-2.13.2/tools/syntax/nano/
H A Dicinga2.nanorc26 icolor red "(^|^\s+)(endpoints|env|event_command|failover_timeout|fixed|flapping_threshold|groups…
/dports/net-mgmt/icinga2/icinga2-2.13.2/tools/syntax/vim/syntax/
H A Dicinga2.vim84 syn keyword icinga2ObjAttr contained endpoints env event_command excludes failover_timeout fixed …
/dports/devel/grpc134/grpc-1.34.1/test/cpp/end2end/
H A Dxds_end2end_test.cc1435 void ResetStub(int failover_timeout = 0) { in ResetStub() argument
1436 channel_ = CreateChannel(failover_timeout); in ResetStub()
1443 int failover_timeout = 0, const char* server_name = kServerName, in CreateChannel() argument
1446 if (failover_timeout > 0) { in CreateChannel()
1447 args.SetInt(GRPC_ARG_PRIORITY_FAILOVER_TIMEOUT_MS, failover_timeout); in CreateChannel()
/dports/devel/grpc130/grpc-1.30.2/test/cpp/end2end/
H A Dxds_end2end_test.cc1181 void ResetStub(int failover_timeout = 0, in ResetStub() argument
1185 if (failover_timeout > 0) { in ResetStub()
1186 args.SetInt(GRPC_ARG_PRIORITY_FAILOVER_TIMEOUT_MS, failover_timeout); in ResetStub()
/dports/devel/grpc/grpc-1.42.0/test/cpp/end2end/xds/
H A Dxds_end2end_test.cc849 void ResetStub(int failover_timeout = 0) { in ResetStub() argument
850 channel_ = CreateChannel(failover_timeout); in ResetStub()
857 int failover_timeout = 0, const char* server_name = kServerName, in CreateChannel() argument
861 if (failover_timeout > 0) { in CreateChannel()
862 args.SetInt(GRPC_ARG_PRIORITY_FAILOVER_TIMEOUT_MS, failover_timeout); in CreateChannel()
/dports/net-mgmt/icinga2/icinga2-2.13.2/doc/
H A D16-upgrading-icinga-2.md340 The reconnect failover has been improved, and the default `failover_timeout`
H A D19-technical-concepts.md809 against the current timestamp plus the configured `failover_timeout` offset.
H A D06-distributed-monitoring.md3079 `failover_timeout` attribute, but not lower than 60 seconds.
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/administration/reference_architectures/
H A D3k_users.md721 # sentinel['failover_timeout'] = 60000
H A D5k_users.md719 # sentinel['failover_timeout'] = 60000
/dports/net-mgmt/icinga2/icinga2-2.13.2/
H A DCHANGELOG.md4759 * New config attributes: `enable_ha` and `failover_timeout`