make trackExcludedServers PRIORITY_SYSTEM_IMMEDIATE

This commit is contained in:
Xiaoxi Wang 2022-11-07 14:38:04 -08:00
parent 9332a155d5
commit 4971976a61
1 changed files with 1 additions and 0 deletions

View File

@ -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 =