Merge pull request #1869 from alexmiller-apple/sharded-txs-performance

Raise the priority of TLogRejoin above TLogPeekReply
This commit is contained in:
Evan Tschannen 2019-07-26 13:30:13 -07:00 committed by GitHub
commit 98c3b24036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ struct MasterInterface {
void initEndpoints() {
getCommitVersion.getEndpoint( TaskPriority::ProxyGetConsistentReadVersion );
tlogRejoin.getEndpoint( TaskPriority::MasterTLogRejoin );
}
};

View File

@ -44,6 +44,7 @@ enum class TaskPriority {
FailureMonitor = 8700,
ResolutionMetrics = 8700,
ClusterController = 8650,
MasterTLogRejoin = 8646,
ProxyStorageRejoin = 8645,
ProxyCommitDispatcher = 8640,
TLogQueuingMetrics = 8620,