1
0
Fork 0
arangodb/arangod/Replication
Jan 9b5d75071d make replication timeouts configurable via startup options (#10472)
* make replication timeouts configurable via startup options

The following options are available (for active failover
and master-slave replication):

    --replication.connect-timeout
    --replication.request-timeout

Values can be specified in seconds. If these options are used, they will
be used for replication requests, overriding any hard-coded defaults or
explicitly configured timeouts.

Additionally, this change increases the default request timeout
for replication from 10 minutes to 20 minutes.

* do *not* change timeouts

* make tests work again
2019-11-19 19:45:40 +03:00
..
DatabaseInitialSyncer.cpp cover more cases of "unique constraint violated" issues during replication (#9828) 2019-09-11 12:48:08 +03:00
DatabaseInitialSyncer.h [3.4] Bug fix 3.4/add shard id to replication client identifier (#9466) 2019-09-11 12:45:57 +03:00
DatabaseReplicationApplier.cpp multiplex REPLICATION-APPLIER-STATE files for RocksDB engine (#7897) 2019-01-08 14:26:09 +01:00
DatabaseReplicationApplier.h big reformat 2018-12-26 00:57:05 +01:00
DatabaseTailingSyncer.cpp Bug fix 3.4/cleanup 31032019 (#8633) 2019-04-01 17:02:00 +02:00
DatabaseTailingSyncer.h big reformat 2018-12-26 00:57:05 +01:00
GlobalInitialSyncer.cpp [3.4] Bug fix 3.4/add shard id to replication client identifier (#9466) 2019-09-11 12:45:57 +03:00
GlobalInitialSyncer.h big reformat 2018-12-26 00:57:05 +01:00
GlobalReplicationApplier.cpp big reformat 2018-12-26 00:57:05 +01:00
GlobalReplicationApplier.h big reformat 2018-12-26 00:57:05 +01:00
GlobalTailingSyncer.cpp big reformat 2018-12-26 00:57:05 +01:00
GlobalTailingSyncer.h big reformat 2018-12-26 00:57:05 +01:00
InitialSyncer.cpp [3.4] Bug fix 3.4/add shard id to replication client identifier (#9466) 2019-09-11 12:45:57 +03:00
InitialSyncer.h Bug fix 3.4/address jenkins fails (#7985) 2019-01-22 12:32:17 +01:00
ReplicationApplier.cpp prevent PregelFeature from shutting down while its workers are running (#8627) 2019-03-29 18:22:37 +01:00
ReplicationApplier.h various replication improvements (#8300) 2019-03-11 13:07:43 +01:00
ReplicationApplierConfiguration.cpp make replication timeouts configurable via startup options (#10472) 2019-11-19 19:45:40 +03:00
ReplicationApplierConfiguration.h Sync Foxx Queues (#8254) 2019-02-25 17:16:26 +01:00
ReplicationApplierState.cpp various replication improvements (#8300) 2019-03-11 13:07:43 +01:00
ReplicationApplierState.h various replication improvements (#8300) 2019-03-11 13:07:43 +01:00
ReplicationClients.cpp [3.4] Bug fix 3.4/add shard id to replication client identifier (#9466) 2019-09-11 12:45:57 +03:00
ReplicationClients.h [3.4] Bug fix 3.4/add shard id to replication client identifier (#9466) 2019-09-11 12:45:57 +03:00
ReplicationFeature.cpp make replication timeouts configurable via startup options (#10472) 2019-11-19 19:45:40 +03:00
ReplicationFeature.h make replication timeouts configurable via startup options (#10472) 2019-11-19 19:45:40 +03:00
ReplicationTransaction.h big reformat 2018-12-26 00:57:05 +01:00
Syncer.cpp cover more cases of "unique constraint violated" issues during replication (#9828) 2019-09-11 12:48:08 +03:00
Syncer.h [3.4] Bug fix 3.4/add shard id to replication client identifier (#9466) 2019-09-11 12:45:57 +03:00
SyncerId.cpp [3.4] Bug fix 3.4/add shard id to replication client identifier (#9466) 2019-09-11 12:45:57 +03:00
SyncerId.h [3.4] Bug fix 3.4/add shard id to replication client identifier (#9466) 2019-09-11 12:45:57 +03:00
TailingSyncer.cpp various replication improvements: (#9674) 2019-08-12 10:44:50 +02:00
TailingSyncer.h various replication improvements: (#9674) 2019-08-12 10:44:50 +02:00
common-defines.cpp various replication improvements (#8300) 2019-03-11 13:07:43 +01:00
common-defines.h various replication improvements (#8300) 2019-03-11 13:07:43 +01:00
utilities.cpp [3.4] Bug fix 3.4/add shard id to replication client identifier (#9466) 2019-09-11 12:45:57 +03:00
utilities.h [3.4] Bug fix 3.4/add shard id to replication client identifier (#9466) 2019-09-11 12:45:57 +03:00