1
0
Fork 0
Commit Graph

42077 Commits

Author SHA1 Message Date
Jan Christoph Uhde 1ffcfd63ba fix timeout issue next try: no subquery nodes on dbservers (#6036) 2018-08-03 09:43:35 +02:00
Jan 0660044448
fixed issue #6031: Broken LIMIT in nested list iterations (#6032) 2018-08-01 08:29:57 +02:00
Matthew Von-Maszewski 2ae7b78fa9 add bool option rocksdb.debug-logging to easily enable rocksdb logging (#6012) 2018-07-30 14:30:49 +02:00
Wilfried Goesgens ccc339ca46 Feature 3.3/forward compatible sync (#6001) 2018-07-30 08:55:26 +02:00
jsteemann 92a0c395de release version 3.3.13 2018-07-26 18:15:59 +02:00
Jan ff856e7d1a
turn off RocksDB sync thread on Windows (#6002) 2018-07-26 16:48:32 +02:00
jsteemann 8483726af5 updated CHANGELOG 2018-07-26 15:03:28 +02:00
Heiko 1809b86009 fixed usage of server short name due api change (#5998) 2018-07-26 14:56:52 +02:00
jsteemann d18cff77d6 release version 3.3.13 2018-07-25 20:01:36 +02:00
jsteemann 131254308c updated CHANGELOG 2018-07-25 19:07:55 +02:00
Jan Christoph Uhde 7c63c0e2fc bug-fix-3.3/double-modification-bug (#5981) 2018-07-25 18:26:02 +02:00
Jan e266efdf96
fixed issue #5977: Unexpected execution plan when subquery contains COLLECT (#5983) 2018-07-25 17:33:45 +02:00
jsteemann 9b28232b12 added tests 2018-07-25 17:08:41 +02:00
Jan dc5f6b89d6
replication improvements (#5958) 2018-07-25 12:49:24 +02:00
Tobias Gödderz b91d22d97d [3.3] Bugfix: Fix `_rev` handling in `UPDATE`/`REPLACE` `WITH` clauses (#5967) 2018-07-25 12:28:16 +02:00
Michael Hackstein 628dd917fc Let the read-only-mode-spec wait longer. Unfortunately the read only information is not bound to the version so we can only do a waiting stunt (#5969) 2018-07-25 09:41:51 +02:00
Jan 761621ec56
make AQL in 3.3 somewhat forward-compatible with 3.4 (#5907) 2018-07-25 09:13:52 +02:00
Jan 03933e6e02
Speed up `db.<collection>.any()` for the RocksDB storage engine (#5934) 2018-07-24 18:03:22 +02:00
Wilfried Goesgens 7c61ad92f5 remove support for installing openssl dlls (#5955) (#5970) 2018-07-24 16:04:36 +02:00
Jan cd45d348e4
Merge branch '3.3' into bug-fix-3.3/fix-geo-index-oom 2018-07-24 12:13:14 +02:00
Dan Larkin-York 1897fd029f Add load balancing support to cursor API in 3.3 (#5797) 2018-07-24 09:56:40 +02:00
Jan 9a639e0d48
Bug fix 3.3/fix hanging tests (#5944) 2018-07-24 09:35:06 +02:00
Tobias Gödderz 209e53aaf7 [3.3] Bugfix: Add missing plan version increments in repair-distributeShardsLike (#5952)
* Added missing plan version increments. Taken from #5649.

* Fix test: increase plan version after changing the plan
2018-07-24 09:14:08 +02:00
jsteemann f45d855071 make VelocyPack exception not use std::string 2018-07-23 13:02:20 +02:00
jsteemann 84dc409ecf make shard key change check not start extra HTTP requests 2018-07-23 11:32:51 +02:00
jsteemann 64ad1bfb47 updated CHANGELOG 2018-07-23 11:27:08 +02:00
Max Neunhoeffer 94ba83ae90 Keep failed follower in followers list in Plan. 2018-07-23 11:24:49 +02:00
sleto-it 3191a27911
Doc - some EE notes (#5949) 2018-07-23 11:14:46 +02:00
jsteemann 557a0f2fb1 fix double definition of ARANGODB_STANDALONE_ASIO 2018-07-20 21:46:05 +02:00
Wilfried Goesgens 315d23d03d Feature 3.3/backport openssl windows (#5892) 2018-07-20 17:23:27 +02:00
jsteemann 3a93f56782 do not log closing of connections in level warning 2018-07-20 16:37:49 +02:00
jsteemann 104226d22b fix jslint warnings 2018-07-20 16:34:16 +02:00
jsteemann cf47a0e8f0 added facility to turn off specific endpoints tests
use `--skipEndpointsIpv6 true` to turn off Ipv6 endpoint tests
  use `--skipEndpointsUnix true` to turn off Unix domain socket endpoint tests

  additionally, use a random filename for the unix socket descriptor file
2018-07-20 16:29:56 +02:00
Simon 25ceed2c40 keep replication batches alive for longer (#5931)
* keeping replication batches alive for longer

* fix timeouts, fix revisions

* honor force in gc
2018-07-20 11:16:48 +02:00
jsteemann 3a6737e37a reset force32mode attribute 2018-07-19 22:57:48 +02:00
Jan 1b8d8e728b
fix Unix domain socket connections (#5913) 2018-07-19 14:56:34 +02:00
Kaveh Vahedipour 5e104f53be Feature 3.3/add engine statistics and data size (#5908) 2018-07-19 11:18:43 +02:00
Dan Larkin-York 7929859b23 Fixed behavior of graph._countCommonNeighbors with includeData true. (#5893) 2018-07-18 12:35:16 +02:00
jsteemann 1513563972 added version test to blacklist 2018-07-18 12:21:29 +02:00
jsteemann 3c1b607e95 create _fishbowl collection with same distribution as other system collections 2018-07-17 20:42:27 +02:00
Kaveh Vahedipour 3991525eea compaction index should not go beyond own log index ever (#5899) 2018-07-17 15:54:44 +02:00
Tobias Gödderz 9b85243f69 [3.3] Bugfix: Creating a graph failed erroneously (v2) (#5898)
* Regression test & bugfix: comparison of edge definitions didn' order from and to

* Updated CHANGELOG
2018-07-17 12:56:00 +02:00
Kaveh Vahedipour 773a4a231c Bug fix 3.3/mv faster agency gossip (#5422)
* backport of multiplier + version interaction bug from devel
* change log order
2018-07-16 15:08:48 +02:00
Kaveh Vahedipour c1d671dcb9 Bug fix 3.3/agency better log compaction (#5098)
* agency's log compaction according to internal issue #2249
2018-07-16 12:12:05 +02:00
jsteemann aac19cc60d updated CHANGELOG 2018-07-13 14:11:15 +02:00
Wilfried Goesgens dae3c25757 Bug fix 3.3/multipart with quotes (#5866) 2018-07-13 14:09:39 +02:00
Matthew Von-Maszewski 225095d762 BugFix 3.3: adjust SetThrottle() to only call GetDelayToken() first time. (#5854)
* adjust SetThrottle() to only call GetDelayToken() first time.  Each call disrupts throttle timing.

* add ChangeLog entry
2018-07-12 20:01:41 +02:00
Kaveh Vahedipour 7a058a589b allow for longer timeouts in larger agency tests (#5836) 2018-07-12 17:01:01 +02:00
Dan Larkin-York 14496b872f Add Oskar suite blacklist. (#5794) 2018-07-12 16:59:39 +02:00
jsteemann 6c42122178 release version 3.3.12 2018-07-12 14:34:33 +02:00