mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 18:02:31 +08:00
Merge pull request #6739 from sfc-gh-jslocum/ddq_assert
fix destination limiting and cancelling logic in move_to_removed_serv…
This commit is contained in:
commit
c7d2f5fee2
@ -1378,6 +1378,7 @@ ACTOR Future<Void> dataDistributionRelocator(DDQueueData* self, RelocateData rd,
|
|||||||
} else {
|
} else {
|
||||||
TEST(true); // move to removed server
|
TEST(true); // move to removed server
|
||||||
healthyDestinations.addDataInFlightToTeam(-metrics.bytes);
|
healthyDestinations.addDataInFlightToTeam(-metrics.bytes);
|
||||||
|
rd.completeDests.clear();
|
||||||
wait(delay(SERVER_KNOBS->RETRY_RELOCATESHARD_DELAY, TaskPriority::DataDistributionLaunch));
|
wait(delay(SERVER_KNOBS->RETRY_RELOCATESHARD_DELAY, TaskPriority::DataDistributionLaunch));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user