mirror of https://gitee.com/bigwinds/arangodb
* Added some DEBUG output for replication rest handler * Some more debug logging. * Increased the priority of the ReplicationHandler. This way we will not get stuck with locks that cannot be canceled. Also cancel the lock on the correct database. * Added extensive log output for replication thins * Added tombstones to RestReplicationHandler. In a very unlikely case the cancel of a lock can be executed BEFORE the code that actually registers the lock, in this case we will now write a tombstone and do not lock. * Revert "Added extensive log output for replication thins" This reverts commit 6d4e37ea1e59e3b3457336019cc7dbc4c979504d. * Added extensive log output for replication things, now in ERR level instead of MAINTAINER only * Now actually use hours for synchronization * React to errors under soft lock if they show up. * Added a retry loop to increase the read-lock timer. * Added more timeing output in RocksDB collection internals to figure out why the followers are dropped * Tweaked RocksDB options * Revert "Tweaked RocksDB options" This reverts commit 2bf9c43280beda4792c47d079387fe5154cdd896. * Removed debug output * Applied all requested changes by goedderz * Deleted unused variable |
||
---|---|---|
.. | ||
DatabaseInitialSyncer.cpp | ||
DatabaseInitialSyncer.h | ||
DatabaseReplicationApplier.cpp | ||
DatabaseReplicationApplier.h | ||
DatabaseTailingSyncer.cpp | ||
DatabaseTailingSyncer.h | ||
GlobalInitialSyncer.cpp | ||
GlobalInitialSyncer.h | ||
GlobalReplicationApplier.cpp | ||
GlobalReplicationApplier.h | ||
GlobalTailingSyncer.cpp | ||
GlobalTailingSyncer.h | ||
InitialSyncer.cpp | ||
InitialSyncer.h | ||
ReplicationApplier.cpp | ||
ReplicationApplier.h | ||
ReplicationApplierConfiguration.cpp | ||
ReplicationApplierConfiguration.h | ||
ReplicationApplierState.cpp | ||
ReplicationApplierState.h | ||
ReplicationFeature.cpp | ||
ReplicationFeature.h | ||
ReplicationTransaction.h | ||
Syncer.cpp | ||
Syncer.h | ||
TailingSyncer.cpp | ||
TailingSyncer.h | ||
common-defines.cpp | ||
common-defines.h | ||
utilities.cpp | ||
utilities.h |