This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from e20f34b Make stadnalone use setMetadataStoreUrl (#14384)
add 2979419 Support shrink in ConcurrentLongHashMap (#14497)
No new revisions were added by this update.
Summary of changes:
.../bookkeeper/mledger/impl/ManagedLedgerImpl.java | 7 +-
.../broker/TransactionMetadataStoreService.java | 5 +-
.../apache/pulsar/broker/service/ServerCnx.java | 10 +-
.../org/apache/pulsar/client/impl/ClientCnx.java | 22 +++-
.../client/impl/TransactionMetaStoreHandler.java | 5 +-
.../TransactionCoordinatorClientImpl.java | 6 +-
.../util/collections/ConcurrentLongHashMap.java | 139 ++++++++++++++++++---
.../collections/ConcurrentLongHashMapTest.java | 122 +++++++++++++++---
8 files changed, 274 insertions(+), 42 deletions(-)