Remove stale comment
This commit is contained in:
parent
898fbac191
commit
84632d63ad
|
@ -657,7 +657,6 @@ ACTOR Future<Void> shardTracker(DataDistributionTracker::SafeAccessor self, KeyR
|
|||
wait( delay(0, TaskPriority::DataDistribution) );
|
||||
}
|
||||
} catch (Error& e) {
|
||||
// If e is broken_promise then self may have already been deleted
|
||||
if (e.code() != error_code_actor_cancelled && e.code() != error_code_dd_tracker_cancelled) {
|
||||
self()->output.sendError(e); // Propagate failure to dataDistributionTracker
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue