This is an automated email from the ASF dual-hosted git repository.
bogong pushed a change to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 8a13146dd81 Upgrade Netty to 4.1.77.Final and netty-tcnative to
2.0.52.Final (#15646)
new 9eeb885cafa [Fix][txn] Make transaction stats consistent at end txn
(#15472)
new 67c57802ee3 [Fix][Txn] Fix transaction PendingAck lowWaterMark (#15530)
new 0b400b2478d Cherry pick #15418 #15530 #15472
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../buffer/impl/TopicTransactionBuffer.java | 7 +-
.../pendingack/impl/MLPendingAckStore.java | 6 +-
.../pendingack/impl/PendingAckHandleImpl.java | 22 ++--
.../pulsar/broker/transaction/TransactionTest.java | 24 +++++
.../pendingack/PendingAckPersistentTest.java | 117 +++++++++++++++++++++
.../coordinator/impl/MLTransactionLogImpl.java | 6 +-
.../impl/MLTransactionMetadataStore.java | 29 +++--
7 files changed, 174 insertions(+), 37 deletions(-)