Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
Technoboy- committed Aug 18, 2023
1 parent 33681e6 commit b64ee22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ void tryCompletePending() {
MessageIdData messageId = messageAndCnx.msg.getMessageIdData();
lastDequeuedMessageId = new BatchMessageIdImpl(messageId.getLedgerId(), messageId.getEntryId(),
messageId.getPartition(), numMsg - 1);
log.info("update lastDequeuedMessageId: {}, lastDequeuedMessageId");

ClientCnx currentCnx = cnx();
if (currentCnx == messageAndCnx.cnx) {
Expand Down

0 comments on commit b64ee22

Please sign in to comment.