Jan
b25ffd9dae
fixed some TLS errors when combining protocols SSL/TLS and VST ( #6551 )
2018-09-20 15:31:12 +02:00
jsteemann
fbd49fe51a
support compilation with g++-8
2018-09-19 23:43:31 +02:00
Frank Celler
c765a7c564
release version 3.3.16
2018-09-19 17:59:26 +02:00
jsteemann
062b113e8f
updated CHANGELOG
2018-09-19 17:48:08 +02:00
Jan
02a08dfe56
fix undefined behavior/race in query cache result moving ( #6538 )
2018-09-19 17:41:34 +02:00
Heiko
5595317ecb
catch 501 (not implemented) in the query editor (ui) ( #6525 )
2018-09-18 17:46:48 +02:00
jsteemann
316a32e545
release version 3.3.16
2018-09-17 19:47:08 +02:00
jsteemann
4902fd283e
updated CHANGELOG
2018-09-17 18:52:32 +02:00
jsteemann
ef49b75dc8
updated CHANGELOG
2018-09-17 18:07:49 +02:00
Simon
fed9a45b20
Properly check syncer erros, catch more exceptions ( #6521 )
2018-09-17 16:39:10 +02:00
jsteemann
5135ec8282
prevent out-of-bounds array accesses
2018-09-17 16:30:27 +02:00
jsteemann
04b57f7ffc
updated CHANGELOG
2018-09-17 14:05:05 +02:00
Jan
f549dbe8cd
add ability to 3.3 to read compressed AqlItemBlocks ( #6517 )
...
but not the ability to produce them. This way we can support
running 3.3 as part of a mixed 3.3/3.4 cluster, and do not
break any clusters that run mixed versions of 3.3 current and
either 3.2 or 3.3 older versions
2018-09-17 13:46:17 +02:00
Jan
66ca6885e1
do not use a Builder object in every Aggregator ( #6511 )
...
Builder objects are only needed in few of them
This saves allocates for the "hash" COLLECT variant when
there are many distinct groups
2018-09-17 13:43:42 +02:00
Simon
781af3886c
Fix deduplication in IndexBlock ( #6510 )
2018-09-17 12:52:49 +02:00
Jan
dbb57eee56
do *not* modify _plannedCollections for selectivity estimates ( #6489 )
2018-09-13 17:19:04 +02:00
jsteemann
aa8047c093
added note about max JWT secret length
2018-09-11 14:56:40 +02:00
Alan Plum
d04ce21f6d
Fix getReadableName (3.3) ( #6273 )
2018-09-11 08:53:04 +02:00
jsteemann
15829f66c3
Merge branch '3.3' of https://github.com/arangodb/arangodb into 3.3
2018-09-10 22:17:16 +02:00
jsteemann
efd2a552d4
fix a test that failed
2018-09-10 22:16:55 +02:00
jsteemann
040c763f62
release version 3.3.15
2018-09-10 22:14:23 +02:00
jsteemann
5905944706
updated CHANGELOG
2018-09-10 21:10:48 +02:00
Jan
d991ba903d
fix two issues with sorted COLLECT ( #6431 )
2018-09-10 16:21:15 +02:00
jsteemann
ca97f4540e
update starter revision
2018-09-10 09:49:12 +02:00
Wilfried Goesgens
a9b7fbbf19
fix grammar in error message ( #6417 )
2018-09-06 18:20:55 +02:00
Heiko
f3a651e03b
fixed duplicate orphan bug ( #6406 )
...
* fixed duplicate orphan bug
* removed print
2018-09-06 12:29:01 +02:00
Max Neunhöffer
6f6e42e1f3
Wait 2s after switching server mode before answering. ( #6392 )
...
This is needed because the change is propagated via the agency and the
heartbeat, which only happens once per second.
2018-09-05 21:13:44 +02:00
Simran
433f26994b
Doc - Add 3.4 to version switcher ( #6386 )
2018-09-05 20:25:28 +02:00
Jan
3ac7868f6a
do not crash on an empty followers list ( #6373 )
2018-09-05 17:04:22 +02:00
jsteemann
8b58c92d17
added missing virtual destructor
2018-09-05 13:58:12 +02:00
maxkernbach
358c383c82
improve graph error messages in the UI ( #6367 )
2018-09-05 12:34:00 +02:00
Dan Larkin-York
2bd9887407
[3.3] Fix condition finders moving filters past modifications into index nodes ( #6328 )
2018-09-04 17:05:53 +02:00
jsteemann
6476106048
address an issue reported by TSan
2018-09-04 12:01:35 +02:00
jsteemann
88b6148662
release version 3.3.15
2018-09-03 20:40:03 +02:00
jsteemann
5f4a719be8
updated CHANGELOG
2018-09-03 19:33:22 +02:00
Jan
df61da5007
always remove LOCK file ( #6316 )
2018-09-03 15:33:16 +02:00
Michael Hackstein
99640a08a1
Bug fix 3.3/pathuniqueness in bfs ( #6303 )
2018-09-03 14:02:40 +02:00
Jan
6d888d4e95
more detailed progress output for arangorestore ( #6330 )
...
showing the percentage of how much data is restored for bigger collections
plus a set of overview statistics after each processed collection
2018-09-03 13:54:38 +02:00
Jan
71c42bec9f
added option `--rocksdb.use-file-logging` ( #6307 )
2018-08-31 17:24:34 +02:00
jsteemann
2ec21d1657
fix jslint warning
2018-08-30 08:35:01 +02:00
jsteemann
6ea7407b88
fix jslint warning
2018-08-30 08:32:59 +02:00
Alan Plum
0df237393c
Better Foxx errors (3.3) ( #6269 )
...
* Fix codeFrame formatting
Pushing the codeFrame first results in ugly line breaks or extra spaces.
* Include cause in MODULE_FAILURE message
The error is always a wrapper for an underlying cause so it should be easier to determine what caused it.
* Add a codeFrame for failed _install
We normally only want this in dev mode but service CRUD should always provide detailed info.
* Expose codeFrame in Foxx CRUD
The codeFrame can only come from a failed _install, so let's make it visible to Foxx CLI and friends.
* Add codeFrame to runScript
Scripts can also only be executed with access to the Foxx API so we can provide the same info as during CRUD.
* Trim codeFrame fileName to basePath
If we have a basePath, we don't need to expose the full path to the user for the codeFrame to be meaningful.
* Fix getReadableName
Previously 'catch-fire' would become 'Catch Ire'.
* Add to changelog
2018-08-28 14:32:31 +02:00
Jan
3795f8c773
speed up AQL query plan generation ( #6243 )
...
- add startup option `--query.optimizer-max-plans value`
- honor "maxNumberOfPlans" in all cases
- lower default value for "maxNumberOfPlans" from 192 to 128
2018-08-24 13:11:06 +02:00
Simon
91d4c7edb1
Make sure leader is doing a full resync ( #6236 )
2018-08-24 09:38:35 +02:00
jsteemann
ddefb77e7e
preparation for directory move
2018-08-22 11:09:21 +02:00
jsteemann
857ba0bd02
move blacklist file
2018-08-22 10:53:39 +02:00
Heiko
97c426a9c9
added gharial tests ( #6202 )
2018-08-21 11:37:47 +02:00
Omar_A
a4c50fd3f8
Removed Limitation note in transaction ( #6025 )
...
see: arangodb/planning#1911
2018-08-20 19:05:23 +02:00
jsteemann
e4ed8d503b
fix compilation with clang
2018-08-20 16:36:16 +02:00
Matthew Von-Maszewski
ef4a6b84fa
backport PR 6150: unique function to block network retries during shutdown. ( #6188 )
2018-08-20 12:58:25 +02:00