Add TODO comments

This commit is contained in:
Chaoguang Lin 2020-07-13 13:34:15 -07:00
parent 13c37f7e10
commit b0b601478c
1 changed files with 1 additions and 1 deletions

View File

@ -1555,7 +1555,7 @@ ACTOR Future<int> setDDMode( Database cx, int mode ) {
}
ACTOR Future<bool> checkForExcludingServersTxActor(Transaction* tr, std::set<AddressExclusion>* exclusions, std::set<NetworkAddress>* 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;