Skip to content

Commit

Permalink
Remove txn add partition info log (apache#13670)
Browse files Browse the repository at this point in the history
During my test, there are many output logs `handle add partition to txn finish` for the broker.

### Documentation

Check the box below or label this PR directly (if you have committer privilege).
  • Loading branch information
codelipenghui authored Jan 10, 2022
1 parent dc1044d commit 53bd7a4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2348,7 +2348,6 @@ protected void handleAddSubscriptionToTxn(CommandAddSubscriptionToTxn command) {
}
ctx.writeAndFlush(Commands.newAddSubscriptionToTxnResponse(requestId,
txnID.getLeastSigBits(), txnID.getMostSigBits()));
log.info("handle add partition to txn finish.");
} else {
ex = handleTxnException(ex, BaseCommand.Type.ADD_SUBSCRIPTION_TO_TXN.name(), requestId);

Expand Down

0 comments on commit 53bd7a4

Please sign in to comment.