Matthew Von-Maszewski
ef4a6b84fa
backport PR 6150: unique function to block network retries during shutdown. ( #6188 )
2018-08-20 12:58:25 +02:00
Matthew Von-Maszewski
141766d20e
backport of PR 5201 to 3.3 code line ( #6186 )
2018-08-20 09:27:34 +02:00
Matthew Von-Maszewski
5bff8bed45
Bugfix 3.3: port devel PR 5114 to 3.3 branch ( #6124 )
2018-08-17 14:19:42 +02:00
Kaveh Vahedipour
628fbe23ef
Bug fix 3.3/servers should retry registration ( #5917 )
2018-08-17 11:14:50 +02:00
Michael Hackstein
0a9005e890
Bug fix/dump restore under authentication ( #6156 )
...
* Let authentication dump test execute the dump under authentication as well.
* Added a test for active-failover to ensure users are kept during failover scenarios
* Added temporary rights for Admin users on dump and restore for indexes and inventory.
* Updated changelog
* Added a test for replication of _users in single-server replication case
* Added a regression test in replication that validates users are replicated under authentication
* Execute replication ongoing tests under authentication
2018-08-14 22:18:26 +02:00
jsteemann
328a80692b
add exception in case graph cannot be found
2018-08-14 14:06:07 +02:00
Simon
f5116c4bc3
support truncate marker, add intermediate commit hints ( #6125 )
2018-08-09 15:13:06 +02:00
Jan
c10eb9ee10
fix potential crash in shard distribution reporter ( #6120 )
2018-08-09 11:29:09 +02:00
Matthew Von-Maszewski
ec5a2f62b8
3.3: Bring two key Agency bug fixes, plus some secondary stuff back to 3.3 ( #6009 )
2018-08-08 10:33:17 +02:00
Kaveh Vahedipour
3e17bad2ae
Bug fix/parallel creation of indexes incluster ( #6086 )
2018-08-07 11:47:28 +02:00
Simon
8597708b3b
Fix intermediate commits ( #6039 )
2018-08-06 17:15:02 +02:00
Jan
40edf3150e
fixed issue #6076 : Segmentation fault after AQL query ( #6081 )
2018-08-06 14:27:07 +02:00
jsteemann
aabddb7c28
rename attribute to "engine" for consistency
2018-08-03 11:08:13 +02:00
Dan Larkin-York
fc7976b92d
Register version and storage engine info in agency to facilitate rolling upgrades ( #6062 )
2018-08-03 09:46:42 +02:00
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
Jan
ff856e7d1a
turn off RocksDB sync thread on Windows ( #6002 )
2018-07-26 16:48:32 +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
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
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
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
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
84dc409ecf
make shard key change check not start extra HTTP requests
2018-07-23 11:32:51 +02:00
Max Neunhoeffer
94ba83ae90
Keep failed follower in followers list in Plan.
2018-07-23 11:24:49 +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
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
Kaveh Vahedipour
3991525eea
compaction index should not go beyond own log index ever ( #5899 )
2018-07-17 15:54:44 +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
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
73cf95166c
backport devel fix for lastConfirmed bug fix ( #5743 )
2018-07-11 11:28:18 +02:00
Kaveh Vahedipour
bc8e73fce0
agent can now join with disaster-recovery-id and changed endpoint ( #5828 )
2018-07-11 11:24:36 +02:00
Jan
5c20d44edf
fix issue #5727 : Edge document with user provided key is inserted as many times as the number of shards, violating the primary index ( #5821 )
2018-07-10 16:08:28 +02:00
Jan
c21d2d46cd
Bug fix 3.3/fix hangs ( #5805 )
2018-07-10 13:52:58 +02:00
Jan Christoph Uhde
d536109760
propagate replication error messages ( #5785 )
2018-07-09 09:02:38 +02:00
Frank Celler
c87d95f72b
fixed wrong logging test for http-request-body
2018-07-05 11:35:30 +02:00
Michael Hackstein
131114292b
Bug fix/internal issue 2658 ( #5760 )
2018-07-04 21:51:24 +02:00
Jan
aae69eae5d
restrict translation of globally unique ids to names to 3.3 master servers ( #5720 )
2018-06-29 10:54:54 +02:00
Jan
fdcb9df17c
honor "restrictType" and "restrictCollections" in replication again ( #5685 )
2018-06-28 19:14:26 +02:00