From 8e556fe83e33a7fe5cb2712ce7ed24d70b05ed59 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Tue, 8 Sep 2026 15:22:58 +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 4e03e87e6fb9d..79618c65ef25f 100644 --- a/dm/dm-faq.md +++ b/dm/dm-faq.md @@ -147,7 +147,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?