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

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


    from 9bc38565421 [fix][ml]Fix EOFException after enabled topics offloading 
(#24753)
     new f427b97cd9a [fix][broker] First entry will be skipped if opening 
NonDurableCursor while trimmed ledger is adding first entry. (#24738)
     new e199b24ef22 [improve][broker] If there is a deadlock in the service, 
the probe should return a failure because the service may be unavailable 
(#23634)
     new 003e5d0dcec [improve][build] Upgrade Lombok to 1.18.42 to fully 
support JDK25 (#24763)

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:
 .../mledger/impl/NonDurableCursorImpl.java         |   5 +-
 .../mledger/impl/NonDurableCursorTest.java         |  58 ++++++++
 pom.xml                                            |   2 +-
 pulsar-broker-common/pom.xml                       |   6 +
 .../pulsar/common/configuration/VipStatus.java     |  99 +++++++++++--
 .../pulsar/common/configuration/VipStatusTest.java | 161 +++++++++++++++++++++
 6 files changed, 316 insertions(+), 15 deletions(-)
 create mode 100644 
pulsar-broker-common/src/test/java/org/apache/pulsar/common/configuration/VipStatusTest.java

Reply via email to