1
0
Fork 0
Commit Graph

42146 Commits

Author SHA1 Message Date
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
Matthew Von-Maszewski 141766d20e backport of PR 5201 to 3.3 code line (#6186) 2018-08-20 09:27:34 +02:00
Heiko 3e010965db added lost gharial tests (#6172) 2018-08-20 09:19:22 +02:00
Heiko 01e39a391b Feature/more api gharial tests (#6168) 2018-08-20 09:16:30 +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
jsteemann 0770bd279b updated CHANGELOG 2018-08-17 14:16:21 +02:00
Kaveh Vahedipour 628fbe23ef Bug fix 3.3/servers should retry registration (#5917) 2018-08-17 11:14:50 +02:00
Matthew Von-Maszewski 87ec4ec61f back port PR 5238 from devel to 3.3: Add pacing logic to arangoimp. (#6126) 2018-08-17 09:18:08 +02:00
jsteemann 8f71fa02a5 updated CHANGELOG 2018-08-16 16:37:49 +02:00
Heiko c150126ce8 fixed events not properly bound to view (#6144) 2018-08-16 08:46:06 +02:00
jsteemann 377be26533 release version 3.3.14 2018-08-15 13:35:48 +02:00
jsteemann 3330508a3a jslint 2018-08-15 12:09:47 +02:00
Alan Plum e41cece7c9 Fix Foxx CRUD errors (3.3) (#5877) 2018-08-15 11:56:16 +02:00
Alan Plum d56fdf3b84 Fix #5736 (3.3) (#5845) 2018-08-15 11:54:53 +02:00
sleto-it ddd7a5b482 Update CHANGELOG (#6163) 2018-08-15 10:00:23 +02:00