Jan Christoph Uhde
0356897536
fix exposed function name
2017-05-03 10:52:48 +02:00
Max Neunhoeffer
461b8d6900
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
2017-05-03 10:52:27 +02:00
Max Neunhoeffer
4090f7422b
Take out precondition in createCollectionCoordinator.
2017-05-03 10:52:01 +02:00
Kaveh Vahedipour
a3efc57ff9
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-03 10:47:12 +02:00
Kaveh Vahedipour
41e8e0220d
fixed bug in shard numbering
2017-05-03 10:47:04 +02:00
Jan Christoph Uhde
626849763b
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
* 'devel' of https://github.com/arangodb/arangodb :
added missing override
detect cluster startup crashes
2017-05-03 10:43:49 +02:00
Jan Christoph Uhde
53004f2a64
recaluclate count by collection scan on request
2017-05-03 10:42:58 +02:00
jsteemann
e830b914ac
added missing override
2017-05-03 10:34:38 +02:00
Wilfried Goesgens
b698b71605
detect cluster startup crashes
2017-05-03 10:25:33 +02:00
Jan Christoph Uhde
c1cbc890d6
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
* 'devel' of https://github.com/arangodb/arangodb :
Fix ignoreDistributeShardsLikeErrors behaviour.
Fixed logic bug preventing file deletions in RocksDB engine.
Translate distributeShardsLike into collection name in dump.
Revert "Unwurst results"
Revert "Fail lint"
Revert "Remove debug leftover"
Enabled/fixed check for empty transactions to reduce WAL spam.
Remove debug leftover
Fail lint
Unwurst results
2017-05-03 09:47:36 +02:00
Michael Hackstein
8dd82f375b
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-05-03 09:43:40 +02:00
Michael Hackstein
528bb3d827
Removed default values for ignoreDistributeShardsLikeErrors snad waitForSyncReplication in clusterMethods. They are explicitly handed in everywhere
2017-05-03 09:43:36 +02:00
Max Neunhoeffer
a347c57927
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
2017-05-03 09:13:24 +02:00
Max Neunhoeffer
1b0e976a55
Fix ignoreDistributeShardsLikeErrors behaviour.
2017-05-03 09:13:03 +02:00
Dan Larkin
ea462b60ab
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-05-02 17:00:50 -04:00
Dan Larkin
57606e3e18
Fixed logic bug preventing file deletions in RocksDB engine.
2017-05-02 17:00:45 -04:00
Max Neunhoeffer
b2e6ca3aa2
Translate distributeShardsLike into collection name in dump.
2017-05-02 22:36:15 +02:00
Andreas Streichardt
1252318180
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-05-02 19:05:58 +02:00
Andreas Streichardt
6527c8ceed
Revert "Unwurst results"
...
This reverts commit 8312c64f60
.
2017-05-02 19:05:48 +02:00
Andreas Streichardt
525a9a0d4c
Revert "Fail lint"
...
This reverts commit 59df82c975
.
2017-05-02 19:05:40 +02:00
Andreas Streichardt
6112caec4a
Revert "Remove debug leftover"
...
This reverts commit 570a5a67b3
.
2017-05-02 19:05:27 +02:00
Dan Larkin
ae1566fd7b
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-05-02 13:03:08 -04:00
Dan Larkin
860dcbbf9a
Enabled/fixed check for empty transactions to reduce WAL spam.
2017-05-02 13:03:00 -04:00
Andreas Streichardt
570a5a67b3
Remove debug leftover
2017-05-02 18:35:51 +02:00
Jan Christoph Uhde
8e4d5b879b
create transaction to get collection lock
2017-05-02 18:34:02 +02:00
Andreas Streichardt
59df82c975
Fail lint
2017-05-02 18:26:27 +02:00
Andreas Streichardt
8312c64f60
Unwurst results
2017-05-02 18:21:16 +02:00
Jan Christoph Uhde
381a266fcc
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
* 'devel' of https://github.com/arangodb/arangodb :
Fixing issues with the seek incremental sync optimization
fixed typo
debugging
2017-05-02 17:55:07 +02:00
Jan Christoph Uhde
b7f42f638e
add empty impl for recalculating counts in rocksdb engine
2017-05-02 17:54:36 +02:00
Simon Grätzer
1e2a4628cc
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-02 17:24:53 +02:00
Simon Grätzer
953b017d37
Fixing issues with the seek incremental sync optimization
2017-05-02 17:24:49 +02:00
jsteemann
34f4b837b8
fixed typo
2017-05-02 17:19:53 +02:00
jsteemann
e58dddd566
debugging
2017-05-02 17:19:38 +02:00
Jan Christoph Uhde
3cb1cc7a52
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
* 'devel' of https://github.com/arangodb/arangodb :
Fixing index markers
exclusive locks for indexes
better incremental sync
grunt build
Avoid log spam.
Removed code paths that wrote objectIds into the Agency. This did break replication.
WAL: honor tick end value
WAL fiter after collection
Reactivated client-side filtering of unnecessary markers
Added an Assert when persisting an index it's objectId is not allowed to be 0
The RestReplicationHandler now inserts new ObjectIds when replicating collections
moved files
add dependencies for TransactionManager
fix include
move engine-specific test into engine test
2017-05-02 16:41:43 +02:00
Jan Christoph Uhde
da02fd36c6
move engine specific syncer code into engines
2017-05-02 16:36:27 +02:00
Simon Grätzer
98c41423b3
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-02 16:35:07 +02:00
Simon Grätzer
5f1880f839
Fixing index markers
2017-05-02 16:35:01 +02:00
jsteemann
45096dd503
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-02 16:09:35 +02:00
jsteemann
f815f9e37a
exclusive locks for indexes
2017-05-02 16:09:27 +02:00
Simon Grätzer
9f40893bfd
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-02 15:08:13 +02:00
Simon Grätzer
e335a29326
better incremental sync
2017-05-02 15:08:05 +02:00
hkernbach
9224092253
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-05-02 15:04:25 +02:00
hkernbach
d856a33f3a
grunt build
2017-05-02 15:04:16 +02:00
Max Neunhoeffer
ce2f59c12c
Avoid log spam.
2017-05-02 15:02:48 +02:00
Michael Hackstein
cf12573507
Removed code paths that wrote objectIds into the Agency. This did break replication.
2017-05-02 14:59:19 +02:00
Simon Grätzer
c55ce367eb
WAL: honor tick end value
2017-05-02 13:55:19 +02:00
Simon Grätzer
39d8186e16
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-02 13:46:48 +02:00
Simon Grätzer
09de672ba1
WAL fiter after collection
2017-05-02 13:46:43 +02:00
Michael Hackstein
4fa2ef485d
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-05-02 13:19:25 +02:00
Michael Hackstein
bedf5e9245
Reactivated client-side filtering of unnecessary markers
2017-05-02 13:19:06 +02:00