1
0
Fork 0

fixed erroneous break of supervision agency updates

This commit is contained in:
Kaveh Vahedipour 2016-10-07 09:19:29 +02:00
parent 2d4e5ababc
commit 0d82614fcc
1 changed files with 1 additions and 0 deletions

View File

@ -408,6 +408,7 @@ void Supervision::run() {
}
while (!this->isStopping()) {
updateSnapshot();
// mop: always do health checks so shutdown is able to detect if a server
// failed otherwise
if (_agent->leading()) {