From c4723eeb1f1517ef73d7394e5723e6bab185732b Mon Sep 17 00:00:00 2001 From: Weizhen Wang Date: Mon, 13 Feb 2023 10:34:44 +0800 Subject: [PATCH] update Signed-off-by: Weizhen Wang --- ddl/ddl_tiflash_api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddl/ddl_tiflash_api.go b/ddl/ddl_tiflash_api.go index acd0925eaff0e..c601093ca5963 100644 --- a/ddl/ddl_tiflash_api.go +++ b/ddl/ddl_tiflash_api.go @@ -403,7 +403,7 @@ func pollAvailableTableProgress(schemas infoschema.InfoSchema, ctx sessionctx.Co // In the test, the server cannot start up because the port is occupied. // Although the port is random. so we need to quickly return when to // fail to get tiflash sync. - //https://github.com/pingcap/tidb/issues/39949 + // https://github.com/pingcap/tidb/issues/39949 panic(err) } continue