mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
Merge branch 'release-5.2' into release-6.0
# Conflicts: # documentation/sphinx/source/downloads.rst # documentation/sphinx/source/release-notes.rst # fdbclient/MasterProxyInterface.h # packaging/msi/FDBInstaller.wxs
This commit is contained in:
commit
65057b4788
@ -56,7 +56,7 @@ struct MasterProxyInterface {
|
||||
getConsistentReadVersion.getEndpoint(TaskProxyGetConsistentReadVersion);
|
||||
getRawCommittedVersion.getEndpoint(TaskProxyGetRawCommittedVersion);
|
||||
commit.getEndpoint(TaskProxyCommitDispatcher);
|
||||
getKeyServersLocations.getEndpoint(TaskProxyGetKeyServersLocations);
|
||||
//getKeyServersLocations.getEndpoint(TaskProxyGetKeyServersLocations); //do not increase the priority of these requests, because clients cans bring down the cluster with too many of these messages.
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -54,7 +54,6 @@ enum {
|
||||
TaskProxyCommit = 8540,
|
||||
TaskTLogConfirmRunningReply = 8530,
|
||||
TaskTLogConfirmRunning = 8520,
|
||||
TaskProxyGetKeyServersLocations = 8515,
|
||||
TaskProxyGRVTimer = 8510,
|
||||
TaskProxyGetConsistentReadVersion = 8500,
|
||||
TaskDefaultPromiseEndpoint = 8000,
|
||||
|
Loading…
x
Reference in New Issue
Block a user