1
0
Fork 0
Commit Graph

36535 Commits

Author SHA1 Message Date
Kaveh Vahedipour 9ca79d216a checking agency failures for high catchup data 2017-02-06 15:49:55 +01:00
jsteemann 6b3a4d1dc3 Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-02-06 15:48:54 +01:00
jsteemann d2a8aa2fbb Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api 2017-02-06 15:48:44 +01:00
jsteemann c93e794568 try to fix tests on Windows 2017-02-06 15:47:35 +01:00
jsteemann 00dbf5aa9e Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-02-06 15:44:01 +01:00
jsteemann ba44acdcff simplify optimizer API a bit 2017-02-06 15:43:49 +01:00
Max Neunhoeffer 139abbaf0e Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2017-02-06 15:25:38 +01:00
Max Neunhoeffer 71dae630c3 Store ClusterComm singleton in shared_ptr. 2017-02-06 15:25:18 +01:00
Andreas Streichardt b67b12aac5 Modify example to contain my-address for agents 2017-02-06 15:12:48 +01:00
Wilfried Goesgens 132ba8ba8e finalize the work on the debug packages 2017-02-06 13:54:53 +01:00
jsteemann ab11410911 Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-02-06 13:05:11 +01:00
jsteemann 32889266a5 turn off log analysis by default 2017-02-06 12:49:20 +01:00
jsteemann 31bb843f29 added test for sorting 2017-02-06 12:24:45 +01:00
Kaveh Vahedipour 72b1362902 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-02-06 10:18:50 +01:00
Kaveh Vahedipour c49c853b01 back ports from 3.1 2017-02-06 10:18:40 +01:00
jsteemann 19baba8555 updated CHANGELOG 2017-02-06 09:58:54 +01:00
Max Neunhoeffer ed0d5be0a6 If initial database is gone, use system database. 2017-02-06 09:47:19 +01:00
Max Neunhoeffer 61dcf8200f Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2017-02-06 09:46:20 +01:00
Max Neunhoeffer 20e2128a44 Fix shardDistribution in case of leader change. 2017-02-06 09:45:00 +01:00
jsteemann 93426ca720 fix sorting issue in cluster 2017-02-06 09:44:33 +01:00
Max Neunhoeffer b6dbbfa444 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2017-02-06 09:40:32 +01:00
Kaveh Vahedipour f846c0fd0f backports from 3.1 2017-02-06 09:26:37 +01:00
Michael Hackstein b3d457cd56 Merge branch 'devel' of github.com:arangodb/arangodb into engine-api 2017-02-05 15:01:58 +01:00
Frank Celler 765af468f5 ignore coordinators that have no endpoint 2017-02-05 09:37:46 +01:00
Frank Celler f2c3d2814a setting package revision to 1 2017-02-04 18:56:57 +01:00
Frank Celler 37805f6bc9 safety check 2017-02-04 13:08:13 +01:00
Frank Celler 602795deea safety check 2017-02-04 13:08:08 +01:00
jsteemann ed613ac660 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-02-03 22:40:32 +01:00
jsteemann c463955b68 re-added startup option compatibility with 3.1 2017-02-03 22:40:18 +01:00
jsteemann e39a457e46 micro optimizations 2017-02-03 22:28:51 +01:00
jsteemann 945edacf3f move connection info 2017-02-03 17:43:57 +01:00
Wilfried Goesgens 193f1213b3 fix generating of debug packages 2017-02-03 17:36:47 +01:00
Max Neunhoeffer 62521ee617 Fix synchronous replication.
It was possible that a follower got into sync after the list of
followers was retrieved, but before a single document was written.
This dropped this document for the new follower because the leader
forgot to replicate it. This lead to document loss in case of a
failover or planned leader change.
2017-02-03 16:51:51 +01:00
jsteemann c2671d7ba3 micro optimizations 2017-02-03 16:51:41 +01:00
jsteemann 3c9c826210 make method protected 2017-02-03 16:44:30 +01:00
Michael Hackstein 63f0e52e49 Fixed a bug in primaryindex. In some cases it reported that it could not find more documents although there were more. 2017-02-03 16:15:41 +01:00
jsteemann 13a2e93e61 fix my own logging badness 2017-02-03 15:09:39 +01:00
jsteemann 06a0449790 fix jslint 2017-02-03 14:59:04 +01:00
Jan Christoph Uhde 1bd37e9867 add tests for geoindex 2017-02-03 13:51:41 +01:00
Michael Hackstein eab6907678 Removed wrong assertion 2017-02-03 13:46:14 +01:00
Jan Christoph Uhde 7eca8f6b8e Merge branch 'devel' of github.com:arangodb/arangodb into devel
* 'devel' of github.com:arangodb/arangodb:
  make geo index work with nested attributes
  added tests
  updated CHANGELOG
  fix port number over-/underruns
  fixed web ui display bug
  mark the geo index as sorted
  don't tell GatherNode to sort data from an unsorted index
  fix cluster AQL statistics
  simplify stats a bit
2017-02-03 13:25:25 +01:00
Michael Hackstein 7083671116 Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api 2017-02-03 13:22:43 +01:00
Michael Hackstein 5e4b9e42b3 Fixed minor bugs in usage of callback-based index-api. Remove unused old next and nextBabies index iterator functions. 2017-02-03 13:22:06 +01:00
jsteemann 512672b3a4 make geo index work with nested attributes 2017-02-03 13:07:20 +01:00
jsteemann 593c38769d added tests 2017-02-03 12:33:21 +01:00
jsteemann 3c495cc658 updated CHANGELOG 2017-02-03 12:05:40 +01:00
jsteemann 91dcb713c7 fix port number over-/underruns 2017-02-03 12:04:53 +01:00
jsteemann cbcce38fa0 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-02-03 11:55:40 +01:00
hkernbach 5edfa22230 fixed web ui display bug 2017-02-03 11:50:48 +01:00
jsteemann f9105e8393 mark the geo index as sorted 2017-02-03 11:48:05 +01:00