Commit Graph

19 Commits

Author SHA1 Message Date
Jon Fu 3c08901d2c
Kill datacenter in simulation as part of repair process (#8914)
* kill datacenter in simulation as part of repair process

* fix typo
2022-12-05 18:09:51 -05:00
Jingyu Zhou 5257bcdcf8 Update backup documentation with cluster recovery
Mainly replaces "Master" with "CC". Also changes branch from "master" to "main".
2022-01-18 11:37:11 -08:00
Ata E Husain Bohra 0858c6b6b9
Update recovery-internals documentation (#6229)
* Update recovery-internals documentation

Patch updates recovery-internals documentation to record changes
related to CC driving cluster-recovery state machine (earlier driven
by the master)
2022-01-11 13:20:20 -08:00
Ata E Husain Bohra 936bf5336a
Revert "Revert "Refactor: ClusterController driving cluster-recovery state machine" (#6191)
* Revert "Revert "Refactor: ClusterController driving cluster-recovery state machine""

Major changes includes:
1. Re-revert Sequencer refactor commits listed below (in listed order):
1.a. This reverts commit bb17e194d9.
1.b. This reverts commit d174bb2e06.
1.c. This reverts commit 30b05b469c.

2. Update Status.actor to track ClusterController interface to track
   recovery status.
3. Introduce a ServerKnob to define "cluster recovery trace event"
   prefix; for now keeping it as "Master", however, it should allow
   smooth transition to "Cluster" prefix as it seems more appropriate.
2022-01-06 12:15:51 -08:00
晓楚 254d7e235c fix typo 2021-06-28 11:14:55 +08:00
Young Liu 5ba123493e resolve comments 2020-09-25 17:27:46 -07:00
Young Liu 3278e21b0b Change description of GRV proxy and Commit proxy in docs and add backward compatibility support for configuring proxies in fdbcli 2020-09-25 10:50:48 -07:00
bchavez ecf340da88
Corrects spelling mistakes in various markdown files. 2020-06-28 21:30:34 -07:00
Meng Xu e011f39829 FastRestore:Add sanity check and trace events 2020-01-23 16:03:41 -08:00
Bhaskar Muppana e1b5ef2672 Fixing minor inaccuracy in recovery internals design doc. 2019-12-27 10:14:25 -08:00
Jingyu Zhou 7adf444468 Apply review comment 2019-12-18 15:05:07 -08:00
Jingyu Zhou e6b942dccc Reorganize structure a bit 2019-12-18 15:00:43 -08:00
Jingyu Zhou 7debde6fda Some formatting changes, e.g., remove extra spaces 2019-12-16 15:55:51 -08:00
Jingyu Zhou a98b466f98 Add explanation of recovery version and copy data during recovery 2019-12-16 15:41:19 -08:00
Meng Xu a48bd841e4 Design doc:Recovery:Better define knownCommittedVersion
The definition of knownCommittedVersion is authored by Alex Miller;
The revision on which version of data SS should revert is based on
Jingyu Zhou's review comment.
2019-12-13 15:58:12 -08:00
Meng Xu feb38be413 Design doc:Recovery internal: mark code as code style
which is suggested by Jingyu Zhou.
2019-12-11 16:57:41 -08:00
Meng Xu e73fc515bd Resolve review comments and suggestions from A.J. Beamon and Markus Pilman 2019-12-10 14:48:39 -08:00
Meng Xu 1a6864de42 Resolve review comments from Neelam Goyal and Jingyu Zhou 2019-12-09 22:47:20 -08:00
Meng Xu a81a4f8179 Design doc: Recovery internals 2019-12-08 22:39:00 -08:00