Jan
f482b7aed4
Feature 3.3/small optimizations for query registry ( #4259 )
2018-01-15 22:44:17 +01:00
Jan
0a28878059
Bug fix 3.3/micro fixes ( #4235 )
2018-01-12 13:59:18 +01:00
Jan
7b370dbf23
fix memory hunger of cache ( #4269 )
2018-01-12 12:15:19 +01:00
Mark
bd8f474528
REST API docs: POST /_api/cursor: Add skipInaccessibleCollections ( #4289 )
2018-01-12 11:26:46 +01:00
Jan
15d21ced0b
Bug fix 3.3/proper shutdown of throttle ( #4250 )
2018-01-10 00:08:17 +01:00
Wilfried Goesgens
3b9a10a5c8
Merge pull request #4253 from arangodb/documentation-3.3/remove_unused_examples
...
remove old examples
2018-01-09 12:31:34 +01:00
Wilfried Goesgens
7ba1fdff68
remove old examples
2018-01-09 12:10:58 +01:00
Jan
402ed9a99d
ensure proper shutdown of throttle ( #4233 )
2018-01-05 14:56:52 +01:00
Max Neunhoeffer
b20212f7c1
Merge branch '3.3' of ssh://github.com/arangodb/ArangoDB into 3.3
2018-01-05 14:25:39 +01:00
Max Neunhoeffer
b6c11634c0
Same procedure: bump arangosync version.
2018-01-05 14:25:19 +01:00
Wilfried Goesgens
546e9fd68e
build client path the same way in the client package as in the server package. ( #4227 ) ( #4231 )
2018-01-05 13:29:00 +01:00
Max Neunhoeffer
dcbf9012e4
Bump arangosync version once more.
2018-01-05 11:57:47 +01:00
Max Neunhoeffer
5f340c6ced
Another update for the syncer version.
2018-01-04 20:42:33 +01:00
jsteemann
81f3b9487e
updated syncer version
2018-01-04 16:39:47 +01:00
jsteemann
e4ebf9ab16
updated CHANGELOG
2018-01-04 16:32:39 +01:00
Jan
b8c043945f
try to not fail hard when a collection is dropped while the WAL is tailed ( #4225 )
2018-01-04 16:31:17 +01:00
jsteemann
8908d39031
release version 3.3.2
2018-01-04 09:41:19 +01:00
Max Neunhoeffer
c8f4d87aab
Bump syncer version.
2018-01-04 00:08:47 +01:00
Max Neunhoeffer
f964d080cc
Add entry to CHANGELOG.
2018-01-04 00:08:04 +01:00
Jan
b2e3a6614a
fixed issue #4197 : AQL statement not working in 3.3.1 when upgraded from 3.2.10 ( #4207 )
2018-01-04 00:06:41 +01:00
Jan
75953d69e8
do not reuse collection ids when restoring ( #4218 )
2018-01-03 23:48:47 +01:00
Max Neunhoeffer
b876fc8371
Add two changes to CHANGELOG.
2018-01-03 22:22:30 +01:00
Max Neunhöffer
f58301ed8c
clusterInventory: distinguish between isReady and allInSync. ( #4214 )
2018-01-03 22:18:15 +01:00
Kaveh Vahedipour
56a9ad69b1
Bug fix 3.3/supervision no longer fails to remove server from failed when back to good ( #4210 )
...
* let's not miss failedserver removal
* remove resetting of FailedServers in test code
* Only call abortRequestsToFailedServers at most every 3 seconds.
2018-01-03 21:55:01 +01:00
Jan
1bcab5628d
Bug fix 3.3/fix issue 4199 ( #4201 )
2018-01-03 21:32:49 +01:00
Heiko
4a22fdba31
ui - updated support view ( #4205 )
2018-01-03 17:04:17 +01:00
Jan
d80daeb450
Bug fix 3.3/pre release woes ( #4084 )
2018-01-03 16:02:30 +01:00
maxkernbach
47bbfdc503
Doc - new cookbook 'Speeding up slave initialization' ( #4193 )
...
* Implemented changes requested by Simran
* Cherry-pick from devel
2018-01-03 13:05:22 +00:00
Matthew Von-Maszewski
41d1bfce23
create independent executeLockedRead and executeLockedWrite to speed performance ( #4178 )
2017-12-29 13:36:48 +01:00
Frank Celler
1c01d07dbd
release version 3.3.1
2017-12-28 14:32:01 +01:00
Max Neunhoeffer
d98a2fc4a3
Add Agency fixes to CHANGELOG
2017-12-28 12:28:18 +01:00
Heiko
953e41b5e2
Bug fix 3.3/issue 4152 ui wfs rocksdb ( #4154 )
...
* ui displayed wrong wfs property for a collection while using rocksdb storage engine
* changelog
2017-12-28 12:25:31 +01:00
Heiko
3b5a397241
Bug fix 3.3/ui fix foxx configuration keys 3818 ( #3994 )
...
* ui: fixed broken foxx configuration keys. Some valid values could not be handled by the ui.
* changelog
2017-12-28 12:09:12 +01:00
Kaveh Vahedipour
d6ce7a1301
Agency read write locks ported from devel ( #4175 )
2017-12-28 11:28:11 +01:00
Matthew Von-Maszewski
392ddde251
Bug fix 3.3: Fix supervisor thread crash ( #4165 )
...
* port devel branch to 3.3 of supervisor thread death fix
2017-12-27 22:34:29 +01:00
Max Neunhöffer
ef8fcd101c
Port to 3.3 of various fixes around leadership preparation in agency. ( #4150 )
...
* Add logging for _earliestPackage in Agent.
* Really enforce the hidden option --server.maximal-threads if given.
* Switch off --log.force-direct in scripts/startStandAloneAgency.sh
* Lower the timeout for sending AppendEntriesRPC to 150s.
* Erase _earliestPackage when becoming a leader.
* Challenge leadership in agent main loop.
* Use steady_clock for _earliestPackage.
* Change _lastAcked and _leaderSince to steady_clock as well.
* time difference calculations based on old readSystemClock to steadyClockToDouble
* All system_clock transitioned to steady_clock in Agent. Remaining system_clock are user input / output or timestamps
* Inception system_clock to steady_clock
2017-12-27 16:47:16 +01:00
Matthew Von-Maszewski
d35ebbe6a1
move from devel to 3.3 the dynamic chooseTimeout() feature. ( #4166 )
2017-12-27 16:36:42 +01:00
Jan
60ecfcfce4
fix wrong lock usage (did not have any effect except misleading the reader of the code) ( #4086 )
2017-12-23 00:19:46 +01:00
Jan
0a3fa506e0
some more release notes ( #4145 )
...
* some more release notes
* added `--cluster.my-local-info`
2017-12-22 11:23:45 +01:00
Jan
0bb6abb106
fix logrotate command ( #4125 )
2017-12-22 11:09:23 +01:00
Jan
cfe94a0913
add `--ignore-missing` option to arangoimp ( #4128 )
...
this option allows importing lines with less fields than specified in the CSV
header line
2017-12-22 11:09:03 +01:00
Jan
e804f1d861
fix nullptr access ( #4143 )
...
* fix nullptr access
* fix compile error
2017-12-22 10:56:01 +01:00
Jan
fda5ea77b3
fix file descriptor issue in LogAppenderFile::reopenAll ( #4115 )
2017-12-21 22:03:09 +01:00
Matthew Von-Maszewski
f35215ea51
Have twice seen coordinator go into long loop on shutdown. Added two tests for isStopping() to break the loops. ( #4139 )
2017-12-21 20:56:14 +01:00
Jan
223f63bed1
change error message from "no leader" to "not a leader" ( #4135 )
2017-12-21 20:41:35 +01:00
Jan
8b873bdf4a
prefer unique equality lookups, as they do not have O(log(n)) complexity ( #4096 )
2017-12-21 20:41:10 +01:00
Simran
2af1c10c03
Bug fix/windows open ui in default browser ( #3940 ) ( #4137 )
...
* NSIS: Open web interface after installation in default browser instead of IE
Removed plugin to open in new browser window. The plugin looked up a registry key which always stores the path to IE (even on Windows 10), not the default browser. Every modern browser should open a new tab using the new approach.
* Improve wording and fix some typos
* Add missing curly braces
2017-12-21 20:32:59 +01:00
Jan Christoph Uhde
c91cfecded
remove superfluous decrease memory usage ( #4132 )
2017-12-21 20:15:03 +01:00
Simran
6c0f7bb2c0
Merge pull request #4136 from arangodb/documentation-3.3/using-automatic-failover
...
Add link to sub-headline of blog post temporarily
2017-12-21 16:20:08 +01:00
Simran Brucherseifer
ed7b719faf
Add link to sub-headline of blog post temporarily
2017-12-21 16:08:25 +01:00