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

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


    from abe6d79510c [fix][broker] Fix ProducerBusy issue due to incorrect 
userCreatedProducerCount on non-persistent topic (#22685)
     new 3e2ca291d3e [fix] Remove blocking calls from BookieRackAffinityMapping 
(#22846)
     new 217f1f011b6 [improve] Refactored BK ClientFactory to return futures 
(#22853)

The 2 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/ManagedLedgerFactoryImpl.java     | 213 ++++++++++-----------
 .../mledger/impl/ManagedLedgerOfflineBacklog.java  |  20 +-
 .../rackawareness/BookieRackAffinityMapping.java   |  44 +++--
 .../IsolatedBookieEnsemblePlacementPolicy.java     |   2 +-
 .../pulsar/broker/BookKeeperClientFactory.java     |  19 +-
 .../pulsar/broker/BookKeeperClientFactoryImpl.java |  28 +--
 .../pulsar/broker/ManagedLedgerClientFactory.java  |  39 ++--
 .../bucket/BookkeeperBucketSnapshotStorage.java    |   2 +-
 .../service/schema/BookkeeperSchemaStorage.java    |   2 +-
 .../apache/pulsar/compaction/CompactorTool.java    |   2 +-
 .../broker/MockedBookKeeperClientFactory.java      |  18 +-
 .../testcontext/MockBookKeeperClientFactory.java   |  15 +-
 .../pulsar/compaction/CompactedTopicTest.java      |   6 +-
 .../pulsar/compaction/CompactionRetentionTest.java |   2 +-
 .../apache/pulsar/compaction/CompactionTest.java   |   2 +-
 .../apache/pulsar/compaction/CompactorTest.java    |   2 +-
 .../compaction/ServiceUnitStateCompactionTest.java |   2 +-
 .../compaction/TopicCompactionServiceTest.java     |   2 +-
 18 files changed, 216 insertions(+), 204 deletions(-)

Reply via email to