mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 18:02:31 +08:00
Merge pull request #8727 from sfc-gh-xwang/fix/main/ddpriority
make trackExcludedServers PRIORITY_SYSTEM_IMMEDIATE
This commit is contained in:
commit
d09c0c71c8
@ -1834,6 +1834,7 @@ public:
|
||||
loop {
|
||||
try {
|
||||
tr.setOption(FDBTransactionOptions::ACCESS_SYSTEM_KEYS);
|
||||
tr.setOption(FDBTransactionOptions::PRIORITY_SYSTEM_IMMEDIATE);
|
||||
state Future<RangeResult> fresultsExclude = tr.getRange(excludedServersKeys, CLIENT_KNOBS->TOO_MANY);
|
||||
state Future<RangeResult> fresultsFailed = tr.getRange(failedServersKeys, CLIENT_KNOBS->TOO_MANY);
|
||||
state Future<RangeResult> flocalitiesExclude =
|
||||
|
Loading…
x
Reference in New Issue
Block a user