From 1ba786df840954128bc5a7f1d281ce1565e7168f Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Tue, 8 Sep 2026 15:22:09 +0900 Subject: [PATCH] dm-faq: fix table_parttern_ typo to table_pattern_ Co-Authored-By: Claude Sonnet 5 --- dm/dm-faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dm/dm-faq.md b/dm/dm-faq.md index 32988d2524aef..497406fd37cfc 100644 --- a/dm/dm-faq.md +++ b/dm/dm-faq.md @@ -146,7 +146,7 @@ You need to check the error message and log files to further analyze this error. Check the configuration items `block-allow-list` and `table-route`: - You need to configure the names of upstream databases and tables under `block-allow-list`. You can add "~" before `do-tables` to use regular expressions to match names. -- `table-route` uses wildcard characters instead of regular expressions to match table names. For example, `table_parttern_[0-63]` only matches 7 tables, from `table_parttern_0` to `table_pattern_6`. +- `table-route` uses wildcard characters instead of regular expressions to match table names. For example, `table_pattern_[0-63]` only matches 7 tables, from `table_pattern_0` to `table_pattern_6`. ## Why does the `replicate lag` monitor metric show no data when DM is not replicating from upstream?