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

lhotari pushed a change to branch branch-4.2
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from b3c7f394c86 [fix][test] Fix flaky 
PulsarFunctionTlsTest.testFunctionsCreation() test (#25889)
     new 579d807bee4 [fix][broker] Fix compaction cursor reset may lose 
mark-delete properties (#25862)
     new 25af7cd00f9  Return 400 for invalid reader messageId query parameter 
(#25865)
     new c13b393a109 [fix][broker] Fix PersistentMessageExpiryMonitor 
findEntryComplete() method may lose mark-delete properties in race condition 
(#25803)
     new 879cc01697e [fix][bk] Fix NPE in IsolatedBookieEnsemblePlacementPolicy 
when policy class does not match (#25825)
     new 3629ba3ca2d [fix][broker] Fix non-batched null-value messages not 
removed during topic compaction (#25817)

The 5 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:
 .../bookkeeper/mledger/impl/ManagedCursorImpl.java |   2 +-
 .../bookkeeper/mledger/impl/ManagedCursorTest.java |  84 +++++++++++++
 .../IsolatedBookieEnsemblePlacementPolicy.java     |  28 +++--
 .../IsolatedBookieEnsemblePlacementPolicyTest.java | 136 +++++++++++++++++++++
 .../persistent/PersistentMessageExpiryMonitor.java |   3 +-
 .../compaction/AbstractTwoPhaseCompactor.java      |  20 ++-
 .../pulsar/compaction/EventTimeOrderCompactor.java |  14 +--
 .../service/PersistentMessageFinderTest.java       |  58 +++++++++
 .../apache/pulsar/compaction/CompactionTest.java   |  74 +++++++++++
 .../org/apache/pulsar/websocket/ReaderHandler.java |  36 ++++--
 .../apache/pulsar/websocket/ReaderHandlerTest.java |  97 ++++++++++++++-
 11 files changed, 510 insertions(+), 42 deletions(-)

Reply via email to