This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from b97c18f3375 [fix][sql][branch-3.0] Fix long decimal compatibility in
Trino 368. (#23419)
new 7daad7a3f57 [fix][ml] Managed ledger should recover after open ledger
failed (#23368)
new df18bac7161 [improve][misc] Upgrade Jetty to 9.4.56.v20240826 (#23405)
new 395ba7f3cc8 [improve][build] Update maven-wrapper (mvnw) to recent
stable version 3.3.2 (#23410)
new 15e76a8f0a3 [improve][client] Increase default Java client
connectionMaxIdleSeconds to 60 seconds (#23430)
new 7299f1af75f [fix][broker] Avoid orphan ledgers in
BucketDelayedDeliveryTracker (#22802)
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:
.mvn/wrapper/maven-wrapper.properties | 9 +-
distribution/server/src/assemble/LICENSE.bin.txt | 38 +-
distribution/shell/src/assemble/LICENSE.bin.txt | 16 +-
.../mledger/impl/ManagedLedgerFactoryImpl.java | 1 +
.../mledger/impl/ManagedLedgerErrorsTest.java | 31 ++
mvnw | 457 +++++++++------------
mvnw.cmd | 287 ++++++-------
pom.xml | 2 +-
.../BucketDelayedDeliveryTrackerFactory.java | 7 +-
.../bucket/BookkeeperBucketSnapshotStorage.java | 18 +-
.../bucket/BucketDelayedDeliveryTracker.java | 30 +-
...Exception.java => BucketNotExistException.java} | 14 +-
.../broker/delayed/bucket/ImmutableBucket.java | 10 +-
.../client/impl/conf/ClientConfigurationData.java | 2 +-
14 files changed, 448 insertions(+), 474 deletions(-)
copy
pulsar-broker/src/main/java/org/apache/pulsar/broker/delayed/bucket/{BucketSnapshotPersistenceException.java
=> BucketNotExistException.java} (77%)