From 62d493b2cb44c1263adb53ad490fa27c7f62466d Mon Sep 17 00:00:00 2001 From: tianhang Date: Thu, 3 Dec 2020 21:29:33 +0800 Subject: [PATCH] HBASE-25355 [Documentation] Fix spelling error (#2735) Signed-off-by: Duo Zhang --- src/main/asciidoc/_chapters/ops_mgt.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/_chapters/ops_mgt.adoc b/src/main/asciidoc/_chapters/ops_mgt.adoc index d27c5d6e488..e491cbc95b5 100644 --- a/src/main/asciidoc/_chapters/ops_mgt.adoc +++ b/src/main/asciidoc/_chapters/ops_mgt.adoc @@ -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