You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2021/04/28 00:02:02 UTC

[pulsar] branch master updated (2daa8c0 -> f2d72c9)

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

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


    from 2daa8c0  [Broker] Prevent carrying state of PositionImplRecyclable when recycled (#10404)
     add f2d72c9  [Broker] Fix issue in reusing EntryBatchIndexesAcks instances (#10400)

No new revisions were added by this update.

Summary of changes:
 .../broker/service/EntryBatchIndexesAcks.java      | 22 ++++++---
 .../broker/service/EntryBatchIndexesAcksTest.java  | 53 ++++++++++++++++++++++
 2 files changed, 68 insertions(+), 7 deletions(-)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/broker/service/EntryBatchIndexesAcksTest.java