HBASE-25366 [Documentation] Fix spelling error in sync_replication.adoc(#2744)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
f813479510
commit
9a72b27f38
|
@ -99,7 +99,7 @@ hbase> transit_peer_sync_replication_state '1', 'ACTIVE'
|
||||||
Case.3 How to operate when active cluster crashed::
|
Case.3 How to operate when active cluster crashed::
|
||||||
|
|
||||||
If the active cluster has been crashed (it may be not reachable now), so let's just transit the standby cluster to
|
If the active cluster has been crashed (it may be not reachable now), so let's just transit the standby cluster to
|
||||||
DOWNGRANDE_ACTIVE state, and after that, we should redirect all the requests from client to the DOWNGRADE_ACTIVE cluster.
|
DOWNGRADE_ACTIVE state, and after that, we should redirect all the requests from client to the DOWNGRADE_ACTIVE cluster.
|
||||||
|
|
||||||
[source,ruby]
|
[source,ruby]
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in New Issue