Lars Maier
1e94ecf414
Bug fix/supervision fixes4 ( #9016 )
...
* Try to fix agency problems with snapshots.
* Abort MoveShards jobs that have the failed server as fromServer.
* Report aborts.
* CHANGELOG.
2019-05-31 17:20:06 +02:00
Kaveh Vahedipour
773f3c8422
[devel] fix state clientlookuptable ( #9066 )
2019-05-30 04:24:46 +02:00
Lars Maier
49c568e674
Added reason to job abort method. ( #8877 )
2019-05-14 15:39:53 +02:00
Max Neunhöffer
80bfb85695
Port agency performance tuning for many shards to devel. ( #8647 )
...
* Port agency performance tuning for many shards to devel.
* Add more IDs to LOG_TOPIC calls.
* Even more IDs for LOG_TOPIC.
* Fix a duplicate LOG_TOPIC ID.
* Fix an old merging bug in devel.
* Don't hesitate between phases one and two for small clusters.
2019-04-11 11:14:56 +02:00
Jan Christoph Uhde
c3f7961b88
apply unique log ids ( #8561 )
2019-03-25 20:26:51 +01:00
Kaveh Vahedipour
5038dfe685
supervision must not copy snapshots into jobs ( #8425 )
...
* supervision must not copy snapshots into jobs
* CHANGELOG.
2019-03-20 17:07:54 +01:00
Kaveh Vahedipour
68178ba165
[devel] supervision bug fix backports ( #8314 )
...
* back ports for supervision fixes from 3.4 part 1
* back ports for supervision fixes from 3.4 part 2
2019-03-04 19:27:24 +01:00
Kaveh Vahedipour
22639f53f1
Failed servers now transactionally adds along the leader/follower jobs ( #8096 )
...
* failed servers now transactionally adds along the leader/follower jobs
* one pending still left
* typos
2019-02-05 13:56:27 +01:00
Frank Celler
ac9f375fb5
big reformat
2018-12-26 00:54:03 +01:00
Kaveh Vahedipour
a73023e512
Bug fix/agency update endpoints ( #6519 )
...
* update endpoints in agency done the RAFT way
* fix mock interface
* tests functioning with new agent interfacwe
* handling non-leader
2018-09-28 15:14:48 +02:00
Matthew Von-Maszewski
c0c149cf5b
Create non-throwing wrappers for Node access in Agency ( #4598 )
...
* safety checkin of Node throw reduction.
* final round of Node throw protection. Common accessors now protected to force code to hasAsXXX() functions.
2018-04-17 10:21:14 +02:00
Simon
68442dae5a
Fixing agency prefix in Agency/Job.cpp ( #5039 )
...
* Fixing some test issues and fixing the agency prefix in Agency/Job.cpp
* Making logic consistent in failed- leader / follower job
* reverting condition back to == GOOD
2018-04-09 16:21:24 +02:00
Andreas Streichardt
dd89653798
typo in error message
2017-06-09 12:20:35 +02:00
Andreas Streichardt
439203dc3b
Better logging
2017-05-11 12:20:15 +02:00
Kaveh Vahedipour
1f81ce28b0
merge in cpp & js from 3.1.18 yet to do tests
2017-04-21 15:41:05 +02:00
Kaveh Vahedipour
4cc830b0df
merge from 3.1
2017-02-20 20:05:52 +01:00
jsteemann
b3ac54d065
remove global namespace include
2017-02-13 13:03:33 +01:00
Kaveh Vahedipour
f47b3b3c9d
transient heartbeats
2017-01-18 17:26:45 +01:00
Kaveh Vahedipour
0df8e4e2cd
isWatch no longer needed after move to arangodb agency
2016-12-16 12:26:27 +01:00
jsteemann
404e04baa4
fix art
2016-12-08 17:36:42 +01:00
Kaveh Vahedipour
b930b23fc2
AddFollower jobs for newly arrived db server to satisfy replication factors
2016-12-07 16:20:47 +01:00
Kaveh Vahedipour
3a1a9c898c
correct handling of distributeShardsLike in FailedFollower
2016-12-05 15:44:53 +01:00
Kaveh Vahedipour
77c8c51865
FailedFollower and Windows build problmes
2016-11-30 15:39:10 +01:00
Kaveh Vahedipour
575a671fac
AddFollower added to supervisionm
2016-11-29 17:29:44 +01:00
Kaveh Vahedipour
5c3f5f8013
AddFollower added to supervisionm
2016-11-29 17:28:17 +01:00
Kaveh Vahedipour
f0e1168e5a
Merge remote-tracking branch 'origin/devel' into FMH
2016-11-22 17:48:36 +01:00
Andreas Streichardt
63a173f002
Delete all shard move jobs when server is healthy again
2016-11-22 14:13:09 +01:00
Frank Celler
e4ba82e8e9
rewrite of AgencyComm
2016-10-23 00:46:30 +02:00
Kaveh Vahedipour
cf09546d93
fixed erroneous break of supervision agency updates
2016-10-07 11:01:45 +02:00
Kaveh Vahedipour
c793c3ac44
FailedServer jobs can report when last FailedLeader has been processed
2016-09-22 17:23:56 +02:00
Kaveh Vahedipour
16a35ee15a
multi-host agency in tests
2016-09-09 14:46:54 +02:00
Kaveh Vahedipour
85ea1d5ff9
clang-format
2016-09-06 10:01:33 +02:00
Kaveh Vahedipour
f066ff9920
looks good for dangling creation of shards
2016-09-05 11:03:37 +02:00
Kaveh Vahedipour
f0023d70e1
half way through unassumed leadership
2016-09-02 17:38:49 +02:00
Kaveh Vahedipour
e669de0f70
removed bug into failedserver
2016-09-02 14:39:15 +02:00
Kaveh Vahedipour
b3b7d7c907
failed servers are excluded from new shard creation
2016-09-02 12:37:53 +02:00
Kaveh Vahedipour
3603a6d63d
failed server entry in target and plan increase until resolution
2016-09-02 09:28:08 +02:00
Kaveh Vahedipour
e6ec1864c5
move-shard slightly changed order of actions
2016-06-09 12:01:44 +02:00
Max Neunhoeffer
5668e6e524
Agency changes.
2016-06-09 10:51:46 +02:00
Kaveh Vahedipour
382ac052d4
resilience green
2016-06-08 18:27:59 +02:00
Kaveh Vahedipour
3090710b31
bug in subjobs iteration
2016-06-06 17:08:22 +02:00
Kaveh Vahedipour
a2af8e1176
move shards are planned correctly
2016-06-06 15:04:10 +02:00
Kaveh Vahedipour
6f62f5baa3
checking before range loops for emptyness
2016-06-02 17:22:12 +02:00
Kaveh Vahedipour
f56d36d168
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-06-02 12:17:40 +02:00
Kaveh Vahedipour
2e87f59218
Testing supervision
2016-06-02 12:17:35 +02:00
Jan Steemann
192caed889
fix Visual Studio compile warnings
2016-06-01 17:09:43 +02:00
Kaveh Vahedipour
cc23d0df99
Cleaning out server
2016-06-01 13:44:27 +02:00
Kaveh Vahedipour
f4591e3a6f
hunting down exceptions in agency supervision
2016-05-31 22:28:02 +02:00
Kaveh Vahedipour
402ed3c2a3
hunting down the exeption in agency
2016-05-31 21:35:07 +02:00
Kaveh Vahedipour
b6e15313c3
Moving Job classes out of Supervision
2016-05-31 16:45:23 +02:00