HBASE-25355 [Documentation] Fix spelling error (#2735)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
tianhang 2020-12-03 21:29:33 +08:00 committed by GitHub
parent fa257539ca
commit 62d493b2cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2697,7 +2697,7 @@ up, while `Source.TimeStampOfLastShippedOp`, `Source.EditsReadFromLogQueue`,
`Source.OpsShippedToTarget` or `Source.TimeStampOfNextToReplicate` do not change at all,
then replication flow is failing to progress, and there might be problems within
clusters communication. This could also happen if replication is manually paused
(via hbase shell `disable_peer` command, for example), but date keeps getting ingested
(via hbase shell `disable_peer` command, for example), but data keeps getting ingested
in the source cluster tables.
== Running Multiple Workloads On a Single Cluster