Update comments in DataDistributionCommand.actor.cpp

This commit is contained in:
Chaoguang Lin 2021-08-06 18:30:14 +00:00
parent 815ad03122
commit 768aaf76c4
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ ACTOR Future<Void> setDDMode(Reference<IDatabase> db, int mode) {
tr->set(fdb_cli::ddModeSpecialKey, boost::lexical_cast<std::string>(mode));
if (mode) {
// set DDMode to 1 will enable all disabled parts, for instance the SS failure monitors.
// Optional<Value> currentHealthyZoneValue = wait(safeThreadFutureToFuture(tr->get(healthyZoneKey));
// hold the returned standalone object's memory
state ThreadFuture<RangeResult> resultFuture =
tr->getRange(fdb_cli::maintenanceSpecialKeyRange, CLIENT_KNOBS->TOO_MANY);