From 1e4f33b198ad6c1cb89c4465984a3a22cc4fce02 Mon Sep 17 00:00:00 2001 From: Lilian Lee Date: Tue, 5 Nov 2024 16:08:29 +0800 Subject: [PATCH] Update troubleshoot-lock-conflicts.md --- troubleshoot-lock-conflicts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troubleshoot-lock-conflicts.md b/troubleshoot-lock-conflicts.md index 686c7c92305f5..9267104f45ed5 100644 --- a/troubleshoot-lock-conflicts.md +++ b/troubleshoot-lock-conflicts.md @@ -161,7 +161,7 @@ If the `start_ts` of the current transaction is unknown, you can try to find it ### Metadata locks -When a session is waiting on a schema change, this can be because of a metadata lock. +If a session is waiting on a schema change, this can be because of a metadata lock. See [Metadata Lock](/metadata-lock.md) for more information.