This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 9dd4057d5bc PIP-105 add support for updating the Subscription
properties (#15751)
new a85fdcec5cb [Broker, Functions, Websocket] Disable memory limit
controller in internal Pulsar clients (#15752)
new 774e22c2f47 [Broker] Add timeout to closing CoordinationServiceImpl
(#15777)
new d847e1cde5b [Cli tools] Disable Pulsar client memory limit by default
(#15748)
new 3f3d4525c49 [Tests] Fix OutOfMemoryError and NoClassDefFoundErrors in
tests (#15911)
new ec0215c1cf6 [ML] Fix race condition in getManagedLedgerInternalStats
when includeLedgerMetadata=true (#15918)
new 77292ad49fc Enable TCP/IP keepalive for all ZK client connections in
all components (#15908)
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:
bin/pulsar | 4 +-
.../bookkeeper/mledger/impl/ManagedLedgerImpl.java | 86 +++++++++++++---------
.../pulsar/broker/namespace/NamespaceService.java | 6 +-
.../apache/pulsar/compaction/CompactorTool.java | 5 +-
.../apache/pulsar/client/cli/PulsarClientTool.java | 4 +-
.../client/impl/BatchMessageContainerImplTest.java | 33 +++++++--
.../pulsar/functions/instance/InstanceUtils.java | 4 +-
.../runtime/thread/ThreadRuntimeFactoryTest.java | 5 +-
.../pulsar/functions/worker/WorkerUtils.java | 5 +-
.../coordination/impl/CoordinationServiceImpl.java | 7 +-
.../pulsar/testclient/LoadSimulationClient.java | 2 +
.../pulsar/testclient/PerformanceConsumer.java | 2 +
.../pulsar/testclient/PerformanceProducer.java | 2 +
.../pulsar/testclient/PerformanceReader.java | 2 +
.../pulsar/testclient/PerformanceTransaction.java | 5 +-
.../apache/pulsar/websocket/WebSocketService.java | 2 +
16 files changed, 120 insertions(+), 54 deletions(-)