From 88f7adc802d135f1052651b1878fa76bf34c6d1f Mon Sep 17 00:00:00 2001 From: Rohit Nayak <57520317+rohit-nayak-ps@users.noreply.github.com> Date: Thu, 22 Oct 2020 08:18:51 +0200 Subject: [PATCH] Address review comment Signed-off-by: Rohit Nayak --- tools/rowlog/rowlog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/rowlog/rowlog.md b/tools/rowlog/rowlog.md index ee695b519ac..1564dfeac86 100644 --- a/tools/rowlog/rowlog.md +++ b/tools/rowlog/rowlog.md @@ -1,4 +1,4 @@ -###rowlog +#rowlog `rowlog` is a diagnostic tool for researching issues reported by users in vreplication workflows. These are usually reported as data mismatches or loss and are not reproducible because of the huge amounts of data involved and @@ -32,4 +32,4 @@ Initial version is for unsharded keyspaces but can be easily extended for sharde Another possible enhancement is to also stream the events to the _vt.vreplication table so that we can track the source gtid positions related to the sql applied on the target. However this requires changes in vreplication: -currently the sidecar _vt database is not streamed. \ No newline at end of file +currently the sidecar _vt database is not streamed.