Skip to content

Commit 9d962d3

Browse files
author
Young Liu
committed
Fix title underline
1 parent a4adf2a commit 9d962d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: documentation/sphinx/source/architecture.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ cluster. The life time is no longer tied with Master.
5555
|image1|
5656

5757
GRV Proxies
58-
~~~~~~~
58+
~~~~~~~~~~~
5959

6060
The GRV proxies are responsible for providing read versions, communicating
6161
with ratekeeper to control the rate providing read versions. To provide a
@@ -65,7 +65,7 @@ transaction logs have not been stopped. Ratekeeper will artificially slow
6565
down the rate at which the GRV proxy provides read versions.
6666

6767
Commit Proxies
68-
~~~~~~~
68+
~~~~~~~~~~~~~~
6969

7070
The proxies are responsible for committing transactions, report committed
7171
versions to master and tracking the storage servers responsible for each

Diff for: documentation/sphinx/source/kv-architecture.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Master
1818
The master is responsible for coordinating the transition of the write sub-system from one generation to the next. The write sub-system includes the master, GRV proxies, commit proxies, resolvers, and transaction logs. The three roles are treated as a unit, and if any of them fail, we will recruit a replacement for all three roles. The master keeps commit proxies' committed version, provides read version for GRV proxies, provides the commit versions for batches of the mutations to the commit proxies, runs data distribution algorithm, and runs ratekeeper.
1919

2020
GRV Proxies and Commit Proxies
21-
=======
21+
==============================
2222

2323
The GRV proxies are responsible for providing read versions. The commit proxies are responsible for committing transactions, and tracking the storage servers responsible for each range of keys. To provide a read version, a GRV proxy will ask master the largest committed version at this point in time, while simultaneously checking that the transaction logs have not been stopped. Ratekeeper will artificially slow down the rate at which the GRV proxy provides read versions.
2424

0 commit comments

Comments
 (0)