diff --git a/fdbclient/ManagementAPI.actor.cpp b/fdbclient/ManagementAPI.actor.cpp index 7c66e709ab..03b6b8b92b 100644 --- a/fdbclient/ManagementAPI.actor.cpp +++ b/fdbclient/ManagementAPI.actor.cpp @@ -1555,7 +1555,7 @@ ACTOR Future setDDMode( Database cx, int mode ) { } ACTOR Future checkForExcludingServersTxActor(Transaction* tr, std::set* exclusions, std::set* inProgressExclusion) { - + // TODO : replace using ExclusionInProgressRangeImpl in special key space ASSERT(inProgressExclusion->size() == 0); // Make sure every time it is cleared beforehand if (!exclusions->size()) return true;