From 49a98e3726ee545633ae2d826a4b4635c9a0c816 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Thu, 15 Jul 2021 16:39:33 +0800 Subject: [PATCH] Update complex-cdc.yaml (#6465) (#6676) --- config-templates/complex-cdc.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config-templates/complex-cdc.yaml b/config-templates/complex-cdc.yaml index 4f5b19244ba75..8a999364cf796 100644 --- a/config-templates/complex-cdc.yaml +++ b/config-templates/complex-cdc.yaml @@ -97,14 +97,17 @@ cdc_servers: port: 8300 deploy_dir: "/tidb-deploy/cdc-8300" log_dir: "/tidb-deploy/cdc-8300/log" + # gc-ttl: 86400 - host: 10.0.1.2 port: 8300 deploy_dir: "/tidb-deploy/cdc-8300" log_dir: "/tidb-deploy/cdc-8300/log" + # gc-ttl: 86400 - host: 10.0.1.3 port: 8300 deploy_dir: "/tidb-deploy/cdc-8300" log_dir: "/tidb-deploy/cdc-8300/log" + # gc-ttl: 86400 monitoring_servers: - host: 10.0.1.10