From 434c0f24f9a342470d702db60a740570597c10f5 Mon Sep 17 00:00:00 2001 From: Igor Nikonov <954088+devcrafter@users.noreply.github.com> Date: Mon, 7 Nov 2022 19:40:59 +0100 Subject: [PATCH] Update docs/en/sql-reference/statements/system.md Co-authored-by: Alexander Tokmakov --- docs/en/sql-reference/statements/system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/sql-reference/statements/system.md b/docs/en/sql-reference/statements/system.md index 2257bbe64f3..c8b104ea91f 100644 --- a/docs/en/sql-reference/statements/system.md +++ b/docs/en/sql-reference/statements/system.md @@ -282,7 +282,7 @@ After running this statement the `[db.]replicated_merge_tree_family_table_name` ### RESTART REPLICA Provides possibility to reinitialize Zookeeper session's state for `ReplicatedMergeTree` table, will compare current state with Zookeeper as source of truth and add tasks to Zookeeper queue if needed. -Initialization replication queue based on ZooKeeper date happens in the same way as for `ATTACH TABLE` statement. For a short time, the table will be unavailable for any operations. +Initialization of replication queue based on ZooKeeper data happens in the same way as for `ATTACH TABLE` statement. For a short time, the table will be unavailable for any operations. ``` sql SYSTEM RESTART REPLICA [db.]replicated_merge_tree_family_table_name