Merge pull request #8727 from sfc-gh-xwang/fix/main/ddpriority

make trackExcludedServers PRIORITY_SYSTEM_IMMEDIATE
This commit is contained in:
Xiaoxi Wang 2022-11-07 20:08:54 -08:00 committed by GitHub
commit d09c0c71c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 =