Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1)

Unified Diff: src/FailureDetector.cc

Issue 208001: Proofread (Closed)
Patch Set: Created 12 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/CoordinatorMain.cc ('k') | src/FailureDetectorTest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/FailureDetector.cc
diff --git a/src/FailureDetector.cc b/src/FailureDetector.cc
index 599202b3b50ab6a0345b5c18badc49e8c26577f4..3d2ece370e73ef8072a18c4d12e375d194e0b338 100644
--- a/src/FailureDetector.cc
+++ b/src/FailureDetector.cc
@@ -24,6 +24,7 @@
#include "CoordinatorClient.h"
#include "FailureDetector.h"
#include "IpAddress.h"
+#include "MasterService.h"
#include "ShortMacros.h"
#include "WireFormat.h"
@@ -166,11 +167,13 @@ FailureDetector::pingRandomServer()
locator.c_str(), pingee.toString().c_str());
} catch (const CallerNotInClusterException &e) {
// See "Zombies" in designNotes.
+ MasterService::Disabler disabler(context->masterService);
CoordinatorClient::verifyMembership(context, ourServerId);
probesWithoutResponse = 0;
}
if (probesWithoutResponse >= MAX_FAILED_PROBES) {
// See "Zombies" in designNotes.
+ MasterService::Disabler disabler(context->masterService);
CoordinatorClient::verifyMembership(context, ourServerId);
probesWithoutResponse = 0;
}
« no previous file with comments | « src/CoordinatorMain.cc ('k') | src/FailureDetectorTest.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld aab5469