1
0
Fork 0
arangodb/arangod
Tobias Gödderz 87e5fe7dd2 Bug fix 3.5/clean replication api wal tracking (#9503)
* Use int type for server id

Change serverId to an int

Pass syncerId only for synchronous replication

Added UrlBuilder

structs to classes, reordering

Added Location class, cleanup

Fixed initialization order

Use Location class

Use string for large ints

Documentation

Added clientInfo to ReplicationClientProgressTracker and corresponding rest handlers

Pass clientInfo string in sync replication

Pass clientInfo in addFollower, too

Updated docu

Renamed UrlBuilder to UrlHelper

Updated docu

Try to fix compile error on windows

Fixed a bug and a test

* Implemented @jsteeman's comments
2019-07-18 19:38:31 +03:00
..
Actions Foxx Security (#8845) 2019-04-25 09:56:29 +02:00
Agency refactoring (#9411) 2019-07-09 11:15:52 +02:00
Aql Bug fix/fix snippet responsibility for views (#9416) 2019-07-09 16:21:43 +03:00
Auth refactoring (#9411) 2019-07-09 11:15:52 +02:00
Cache Bug fix/remove io task (#9056) 2019-05-22 14:34:49 +02:00
Cluster Bug fix 3.5/clean replication api wal tracking (#9503) 2019-07-18 19:38:31 +03:00
ClusterEngine Merge branch 'devel' of github.com:arangodb/arangodb into 3.5 2019-07-11 15:22:32 +02:00
GeneralServer Port changes to fix the keep alive timeout (#9483) 2019-07-16 19:39:40 +03:00
GeoIndex forwardport changes from 3.4 (#8894) 2019-05-08 14:34:25 +02:00
Graph refactoring (#9411) 2019-07-09 11:15:52 +02:00
IResearch Merge branch 'devel' of github.com:arangodb/arangodb into 3.5 2019-07-11 15:22:32 +02:00
Indexes add VelocyPackHelper::equal method (#9389) 2019-07-03 12:15:11 +02:00
InternalRestHandler Bug fix/cleanup system includes (#8962) 2019-05-15 15:12:59 +02:00
MMFiles Bug fix 3.5/clean replication api wal tracking (#9503) 2019-07-18 19:38:31 +03:00
Pregel Pregel additional test & TSan error fix (#9357) 2019-07-04 09:36:40 +02:00
Replication Bug fix 3.5/clean replication api wal tracking (#9503) 2019-07-18 19:38:31 +03:00
RestHandler Bug fix 3.5/clean replication api wal tracking (#9503) 2019-07-18 19:38:31 +03:00
RestServer Merge branch 'devel' of github.com:arangodb/arangodb into 3.5 2019-07-11 15:22:32 +02:00
RocksDBEngine Bug fix 3.5/clean replication api wal tracking (#9503) 2019-07-18 19:38:31 +03:00
Scheduler [Devel] Queue-Full-Logging (#9388) 2019-07-03 13:07:24 +02:00
Sharding remove some containers from common.h (#9223) 2019-06-07 13:27:24 +02:00
Statistics remove bogus warnings about statistics thread (#9446) 2019-07-10 14:12:11 +03:00
StorageEngine Merge branch 'devel' of github.com:arangodb/arangodb into 3.5 2019-07-11 15:22:32 +02:00
Transaction Bug fix/replication fast lane (#9373) 2019-07-10 17:30:31 +03:00
Utils Bug fix 3.5/clean replication api wal tracking (#9503) 2019-07-18 19:38:31 +03:00
V8Server Bug fix/fix cluster tests for analyzers (#9370) 2019-07-01 16:52:06 +02:00
VocBase refactoring (#9411) 2019-07-09 11:15:52 +02:00
CMakeLists.txt Bug fix 3.5/clean replication api wal tracking (#9503) 2019-07-18 19:38:31 +03:00
dbg.cmake