You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by bo...@apache.org on 2022/04/02 09:38:20 UTC

[pulsar] branch master updated (8a6ecd7 -> 1544375)

This is an automated email from the ASF dual-hosted git repository.

bogong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 8a6ecd7  [Fix][Transaction] Fix transaction pendingAckStore asyncMarkDelete (#14974)
     add 1544375  [fix][transaction] Fix potentially unfinished CompletableFuture. (#14973)

No new revisions were added by this update.

Summary of changes:
 .../broker/TransactionMetadataStoreService.java    |   3 +-
 .../apache/pulsar/broker/service/ServerCnx.java    |  15 ++-
 .../buffer/impl/TopicTransactionBuffer.java        |   2 +-
 .../impl/MLTransactionMetadataStore.java           | 138 ++++++++++-----------
 4 files changed, 77 insertions(+), 81 deletions(-)