From 6f5a28d22615fb8d7e7c42101ea9a376d3629812 Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Mon, 20 Apr 2020 10:48:31 +0800 Subject: [PATCH] reference/tiflash: modify tiflash proxy config explanation (#2301) --- reference/tiflash/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/tiflash/configuration.md b/reference/tiflash/configuration.md index 8024d5de8f00e..5147bd7026208 100644 --- a/reference/tiflash/configuration.md +++ b/reference/tiflash/configuration.md @@ -75,6 +75,6 @@ Multiple TiFlash nodes elect a master to add or delete placement rules to PD, an ``` [server] - engine-addr = The listening address of the TiFlash Raft service. + engine-addr = The listening address of the TiFlash coprocessor service. status-addr = The port and IP through which Prometheus pulls proxy metrics information. ```