HBASE-25366 [Documentation] Fix spelling error in sync_replication.adoc(#2744)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
SWH12 2020-12-07 22:12:56 +08:00 committed by GitHub
parent f813479510
commit 9a72b27f38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ hbase> transit_peer_sync_replication_state '1', 'ACTIVE'
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
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]
----