From 29c7443509a704bce442ff35f1a84da35f61d9dd Mon Sep 17 00:00:00 2001 From: humengyu Date: Fri, 19 Nov 2021 13:04:23 +0800 Subject: [PATCH] TwoPhaseCommiter log should be debug level Signed-off-by: humengyu --- src/main/java/org/tikv/txn/TwoPhaseCommitter.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/tikv/txn/TwoPhaseCommitter.java b/src/main/java/org/tikv/txn/TwoPhaseCommitter.java index ce2568261de..d009751e501 100644 --- a/src/main/java/org/tikv/txn/TwoPhaseCommitter.java +++ b/src/main/java/org/tikv/txn/TwoPhaseCommitter.java @@ -396,7 +396,7 @@ private void doPrewriteSecondaryKeySingleBatchWithRetry( BatchKeys batchKeys, Map mutations) throws TiBatchWriteException { - LOG.info( + LOG.debug( "start prewrite secondary key, row={}, size={}KB, regionId={}", batchKeys.getKeys().size(), batchKeys.getSizeInKB(), @@ -444,7 +444,7 @@ private void doPrewriteSecondaryKeySingleBatchWithRetry( throw new TiBatchWriteException(errorMsg, e); } } - LOG.info( + LOG.debug( "prewrite secondary key successfully, row={}, size={}KB, regionId={}", batchKeys.getKeys().size(), batchKeys.getSizeInKB(),