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(),