1
0
Fork 0
Commit Graph

9778 Commits

Author SHA1 Message Date
Max Neunhoeffer d988736ea9 Lower a logging level to DEBUG in performRequests.
Errors will be reported elsewhere.
2016-05-24 09:53:05 +02:00
Max Neunhoeffer 1e6fe40149 Reduce follower timeout to 3.0 seconds. 2016-05-24 08:38:01 +02:00
Max Neunhoeffer e06c65a7a6 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-05-23 20:38:31 +02:00
jsteemann f196428920 updated CHANGELOG 2016-05-23 18:45:48 +02:00
Kaveh Vahedipour fce32ab69e Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-23 17:35:21 +02:00
Kaveh Vahedipour 3d0ebeab13 Some surious warnings. 2016-05-23 17:34:52 +02:00
jsteemann 4b23b232a8 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-23 17:11:32 +02:00
jsteemann 398b76184f disable SyncWAL() on Windows (always reports a "not implemented") 2016-05-23 17:11:06 +02:00
jsteemann 7080f8293d various AQL changes
added behavior of TO_STRING() for arrays and objects
added C++ implementation for CONTAINS() function
added memmem implementation for Windows
2016-05-23 17:10:15 +02:00
Kaveh Vahedipour 6110773fdb Redone job design in supervision to simpler interface. 2016-05-23 17:07:35 +02:00
Max Neunhoeffer 79a3621430 Fix sync repl test. 2016-05-23 16:57:07 +02:00
Max Neunhoeffer 611b7f9ee0 Repair resilience for system collections.
Plus a lot of synchronous replication bugfixes.
2016-05-23 14:02:01 +02:00
Max Neunhoeffer 59852b6b53 Accept more HTTP routes in maintenance mode at cluster start. 2016-05-23 14:01:16 +02:00
Max Neunhoeffer b16bd2e003 Still rename ServerJob -> DBServerAgencySync. 2016-05-23 14:00:44 +02:00
Max Neunhoeffer 4761abd848 Better debugging message. 2016-05-23 13:59:35 +02:00
Max Neunhoeffer f1bb21b3a7 Finish renaming ServerJob -> DBServerAgencySync. 2016-05-23 13:59:00 +02:00
Max Neunhoeffer d1bff377d5 Rename ServerJob to DBServerAgencySync. 2016-05-23 13:58:23 +02:00
jsteemann 8716fc68ab silence warning 2016-05-23 09:46:03 +02:00
Max Neunhoeffer 6cd5e5f2cf Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-05-23 08:58:06 +02:00
jsteemann 6fb9fd1db8 simplify document lookup 2016-05-21 01:30:31 +02:00
Max Neunhoeffer fa27587124 Add /_api/replication/holdReadLockCollection for sync. replication. 2016-05-21 01:03:14 +02:00
jsteemann 8e445b5966 added comment 2016-05-21 00:09:57 +02:00
jsteemann c4ec5a1204 fixed some issues with persisted index 2016-05-21 00:08:53 +02:00
jsteemann 9166d0223f fix rev 2016-05-20 16:04:14 +02:00
jsteemann cdb728f807 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-20 16:00:10 +02:00
jsteemann 2c6166822d fix rev 2016-05-20 15:59:58 +02:00
Jan Steemann 893802ec98 casts for VS 2016-05-20 12:57:11 +02:00
Max Neunhoeffer b24bbeeda9 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-05-20 12:53:54 +02:00
Max Neunhoeffer d90e31eb71 System collections now resilient. :-) 2016-05-20 12:53:39 +02:00
Jan Steemann b07ce50090 fixed off-by-one issue after NOT token 2016-05-20 11:00:53 +02:00
Jan Steemann e5ceaf85b4 changed structure of response to GET /_api/collection 2016-05-19 17:56:15 +02:00
Jan Steemann f3fa45b6ae added --server.extra-threads option 2016-05-19 17:10:19 +02:00
Kaveh Vahedipour e3b78a8f6e supervising on 2016-05-19 16:59:08 +02:00
jsteemann e7f817ffb6 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-19 15:24:51 +02:00
jsteemann 2ed62d324a test fix 2016-05-19 15:24:45 +02:00
Max Neunhoeffer fea73956b6 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-05-19 14:55:09 +02:00
jsteemann 51d4e470be fixed async requests 2016-05-19 14:53:41 +02:00
Max Neunhoeffer aa720cadda Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-05-19 14:18:59 +02:00
jsteemann dd0fd3df90 added x-arango-start-thread header feature 2016-05-19 14:15:59 +02:00
jsteemann 04b1d22440 lol self 2016-05-19 14:06:16 +02:00
Max Neunhoeffer d810641ff3 Add a waitForSync in replication. 2016-05-19 14:04:52 +02:00
Max Neunhoeffer feb7b4e71b More logging, check Current/Version in every heartbeat in dbserver. 2016-05-19 14:03:49 +02:00
Max Neunhoeffer 410f3b3a12 Fix ClusterInfo: increase Current/Version with follower change. 2016-05-19 14:02:59 +02:00
jsteemann cf338c5997 require at least 4 dispatcher threads 2016-05-19 12:18:18 +02:00
jsteemann 7ca4d39c1f fix custom attribute handling 2016-05-19 11:16:29 +02:00
Andreas Streichardt a0be019e3c Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-05-19 10:40:50 +02:00
Andreas Streichardt d84e60108c move proxy thing into different section as it is only relevant for the frontend right now 2016-05-19 10:39:59 +02:00
jsteemann 97c5450e1f optimizations
added C++ implementation for AQL SLICE() function
allow execution of expressions in C++ that contain calculated object elements
do not merge two calculation nodes if they are of different expression types (e.g. simple vs. V8)
added de-duplication of object keys in case the object contains non-unique names
2016-05-19 00:22:35 +02:00
Kaveh Vahedipour 7a010902d9 more pedantic code check 2016-05-18 17:01:21 +02:00
Frank Celler 9646f736fb clang-format 2016-05-18 14:51:09 +00:00