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 f50e94aa760 [improve][offloaders] Automatically evict Offloaded
Ledgers from memory (#19783)
new dcbe23f94a8 [improve][ml]Release idle offloaded read handle only the
ref count is 0 (#24381)
new 31bae699ef3 [improve][broker] Added synchronized for sendMessages in
Non-Persistent message dispatchers (#24386)
new 17f04efa17b [improve][broker] Make maxBatchDeletedIndexToPersist
configurable and document other related configs (#24392)
new 5a7ad7edad4 [improve][broker] Add
managedCursor/LedgerInfoCompressionType settings to broker.conf (#24391)
new 9b60bd4cab4 [improve][misc] Upgrade Netty to 4.1.122.Final and
tcnative to 2.0.72.Final (#24397)
new 1294a56b95b [fix][ml]Revert a behavior change of releasing idle
offloaded ledger handle: only release idle BlobStoreBackedReadHandle (#24384)
The 6 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:
buildtools/pom.xml | 2 +-
conf/broker.conf | 57 ++++++++++++++++++----
conf/standalone.conf | 44 +++++++++++++++--
distribution/server/src/assemble/LICENSE.bin.txt | 54 ++++++++++----------
distribution/shell/src/assemble/LICENSE.bin.txt | 52 ++++++++++----------
.../bookkeeper/mledger/ManagedLedgerConfig.java | 10 ++++
.../bookkeeper/mledger/OffloadedLedgerHandle.java | 4 ++
.../bookkeeper/mledger/impl/ManagedLedgerImpl.java | 13 +++--
pom.xml | 2 +-
.../apache/pulsar/broker/ServiceConfiguration.java | 24 +++++++--
.../pulsar/broker/service/BrokerService.java | 2 +
...onPersistentDispatcherSingleActiveConsumer.java | 2 +-
...istentStickyKeyDispatcherMultipleConsumers.java | 2 +-
.../jcloud/impl/BlobStoreBackedReadHandleImpl.java | 24 +++++++--
14 files changed, 208 insertions(+), 84 deletions(-)