Mark Volmary
3706515b4f
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-06-09 16:21:16 +02:00
Mark Volmary
b5f69f9ca4
Add startLocalCluster.sh option --ongoing-ports
2017-06-09 16:20:42 +02:00
Frank Celler
cf89496faa
shutdown will close sockets immediately ( #2540 )
2017-06-09 16:08:54 +02:00
Andreas Streichardt
f9947c988e
Enable supervision for windows
2017-06-09 15:52:57 +02:00
Andreas Streichardt
8e15412e06
Wait for supervision node to prevent races
2017-06-09 15:52:29 +02:00
jsteemann
b334a6132c
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-06-09 14:51:20 +02:00
jsteemann
8add368a78
merged shutdown and close
2017-06-09 14:51:11 +02:00
jsteemann
ad9fa2bd78
cleanup error codes a bit
2017-06-09 14:50:05 +02:00
Frank Celler
4e88adeed6
changed to public address, repositories are not private
2017-06-09 14:42:43 +02:00
Kaveh Vahedipour
6348945711
revert ssl handshake timeout
2017-06-09 14:04:59 +02:00
Kaveh Vahedipour
7bb62b84ef
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-06-09 14:03:51 +02:00
Kaveh Vahedipour
72721f5b2b
_preparing is enough for both persistent restart and leadership change in agency
2017-06-09 14:03:47 +02:00
Max Neunhoeffer
1b618a9e47
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
2017-06-09 13:07:02 +02:00
Max Neunhoeffer
29921d32a8
Fix behaviour of synchronous replication in dropFollower case.
...
If we are already in shutdown, we do not drop a follower.
If we cannot drop a follower (no contact to agency), we error out.
2017-06-09 13:06:02 +02:00
jsteemann
21ac01fba6
remove unused functions
2017-06-09 12:29:14 +02:00
Andreas Streichardt
dd89653798
typo in error message
2017-06-09 12:20:35 +02:00
Kaveh Vahedipour
3f0b4ad4ee
investigating ssl handshake bug
2017-06-09 11:58:45 +02:00
Kaveh Vahedipour
1503ca2510
also while preparing, the agency should not answer to api
2017-06-09 11:54:58 +02:00
Max Neunhoeffer
f1db8666ac
Catch a rare error condition in Maintainer mode.
2017-06-09 11:06:49 +02:00
Max Neunhoeffer
2e9d525256
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
2017-06-09 10:46:47 +02:00
Max Neunhoeffer
cc985becd3
One more logging line in resilience test output.
2017-06-09 10:46:26 +02:00
Max Neunhoeffer
8fbe63e29a
Switch on replication logging on jenkins in dbservers.
2017-06-09 10:45:58 +02:00
Alan Plum
57487d6f4d
Expose internal.time ( #2530 )
2017-06-09 10:44:29 +02:00
Alan Plum
548f83ceec
Reword 'horrible' messages ( #2531 )
2017-06-09 10:20:57 +02:00
Jan Christoph Uhde
2b0aec8acc
Create KnownIssues32.md
2017-06-09 09:18:39 +02:00
Jan Christoph Uhde
540ba48f57
add note about windows installer to known issues
2017-06-09 09:12:55 +02:00
Jan
c176a11930
control RocksDB block cache filling for the primary and edge indexes ( #2532 )
2017-06-09 08:32:46 +02:00
Max Neunhoeffer
4a0ec64668
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
2017-06-09 00:43:04 +02:00
Max Neunhoeffer
a97ec1cc29
Try to handle another shutdown hanger.
2017-06-09 00:42:31 +02:00
Frank Celler
c17d749f01
removed concurrency ( #2536 )
2017-06-09 00:10:43 +02:00
Max Neunhoeffer
5bebd359cb
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
2017-06-09 00:08:35 +02:00
Kaveh Vahedipour
a45709d64a
fix for cluster restart in multi-host agency
2017-06-09 00:05:56 +02:00
Kaveh Vahedipour
827f431711
broken single host restart
2017-06-08 23:53:30 +02:00
Kaveh Vahedipour
9986752051
broken single host restart
2017-06-08 23:52:58 +02:00
Max Neunhoeffer
f2154cdda4
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
2017-06-08 23:14:42 +02:00
Kaveh Vahedipour
c7467dada9
OMG bug in agency::write and startup sequence
2017-06-08 23:10:47 +02:00
Max Neunhoeffer
99d6624fd4
Detect a tick zero response in logger-state in replication.
2017-06-08 22:45:24 +02:00
jsteemann
8f92dde3c3
remove only-assigned string variable
2017-06-08 22:20:48 +02:00
jsteemann
3bb8367ff4
removed one known issue that was fixed in the meantime
2017-06-08 22:16:00 +02:00
jsteemann
b9c000253d
fix tick assignment
...
arangod may report a "lastLogTick" value of "0" when a request to
/_api/replication/logger-state was made before the first WAL write
operation was synced to disk. After the first sync operation, the
"lastLogTick" values were ok then.
Now a "lastLogTick" value of "0" should not be returned even when
the logger state API is queried directly after the startup.
2017-06-08 22:12:23 +02:00
Wilfried Goesgens
860971bdcb
fix variable referencing - its special in the debian scripts
2017-06-08 18:52:47 +02:00
jsteemann
9b77aae857
fixed some tests
2017-06-08 17:56:58 +02:00
Frank Celler
3cd1e197c5
removed --vm.resident-limit for 3.2.beta
2017-06-08 17:33:11 +02:00
Wilfried Goesgens
6bd5df42ea
also mention that this is not available in sharded collections.
2017-06-08 16:43:40 +02:00
Wilfried Goesgens
7224e7515c
Implement testcases, this fixes #1806
2017-06-08 15:59:05 +02:00
Andreas Streichardt
06e32f37a0
aql now properly propagates the error again
2017-06-08 15:56:01 +02:00
Andreas Streichardt
749f4b980b
Revert "Revert "Response can always be a nullptr""
...
This reverts commit c3c76e9a8f
.
2017-06-08 15:56:01 +02:00
jsteemann
e6fb0036dd
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-06-08 15:55:06 +02:00
jsteemann
40cf731cd7
fixed typos in error messages
2017-06-08 15:54:57 +02:00
Kaveh Vahedipour
74a78a5267
avoiding avalanche of appendEntries
2017-06-08 15:54:32 +02:00