mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 03:12:12 +08:00
Fix comment grammar typo
Co-authored-by: Xin Dong <jiangzian1987dx@gmail.com>
This commit is contained in:
parent
ea2837dd5e
commit
17056b2a24
@ -301,7 +301,7 @@ struct RemoveServersSafelyWorkload : TestWorkload {
|
||||
return killableProcesses;
|
||||
}
|
||||
|
||||
// toKill1 and toKill2 are a random subset of all processes. If simply kill all processes in toKill1 or toKill2,
|
||||
// toKill1 and toKill2 are two random subsets of all processes. If simply kill all processes in toKill1 or toKill2,
|
||||
// we may kill too many processes to make the cluster unavailable and stuck.
|
||||
ACTOR static Future<Void> workloadMain( RemoveServersSafelyWorkload* self, Database cx, double waitSeconds,
|
||||
std::set<AddressExclusion> toKill1, std::set<AddressExclusion> toKill2 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user