From 7adf444468bdd8c8fa7bd3adfb12172aa92291fd Mon Sep 17 00:00:00 2001 From: Jingyu Zhou Date: Wed, 18 Dec 2019 15:04:19 -0800 Subject: [PATCH] Apply review comment --- design/recovery-internals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/recovery-internals.md b/design/recovery-internals.md index b13d2f01e1..5f68c6d949 100644 --- a/design/recovery-internals.md +++ b/design/recovery-internals.md @@ -87,7 +87,7 @@ Master interface is stored in `serverDBInfo`. Once the CC recruits the master, i * tLog monitors `serverDBInfo` change and sends its interface to the new master; -* Data distributor (DD) and Ratekeeper rejoin themselves to CC because they are no longer a part of the recovery process (they are moved out of the master process since 6.2 release); +* Data distributor (DD) and Ratekeeper rejoin themselves to CC because they are no longer a part of the recovery process (they have been moved out of the master process since 6.2 release, before which they are part of the master process recovery in the FDB recovery procedure); * Storage server (SS) does not rejoin. It waits for the tLogs to be ready and commit their interfaces into database with a special transaction.