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

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


    from 6981ba8  [Broker/Bookie] Set 
-Dio.netty.tryReflectionSetAccessible=true for pulsar processes (#11138)
     new c710c18  fix compaction entry read exception (#11175)
     new fdaa859  Fix the dead lock when using hasMessageAvailableAsync and 
readNextAsync (#11183)
     new ef7a46d  Fix failing test. (#11186)
     new 5f0b787  Fix some typos of the PersistentTopics (#11187)
     new 936629c  [Ledger] Fix ledger rollover scheduled task (#11116)
     new 14a731e  Fixed possible deadlock in the initialization of 
MLTransactionLog (#11194)

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:
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java | 31 ++++++------
 .../bookkeeper/mledger/impl/ManagedLedgerTest.java | 17 +++++++
 .../pulsar/broker/admin/v2/PersistentTopics.java   |  5 +-
 .../pulsar/compaction/CompactedTopicImpl.java      |  1 +
 .../service/CurrentLedgerRolloverIfFullTest.java   |  2 +-
 .../broker/stats/ManagedLedgerMetricsTest.java     |  3 +-
 .../TokenAuthenticatedProducerConsumerTest.java    | 36 ++++++++++++--
 .../org/apache/pulsar/client/impl/ReaderTest.java  | 46 ++++++++++++++++-
 .../pulsar/compaction/CompactedTopicTest.java      | 57 +++++++++++++++++++++-
 .../apache/pulsar/client/impl/ConsumerImpl.java    | 27 ++++++----
 .../transaction/coordinator/TransactionLog.java    |  5 ++
 .../coordinator/impl/MLTransactionLogImpl.java     | 46 ++++++++++++++---
 .../impl/MLTransactionMetadataStoreProvider.java   | 17 +++----
 .../MLTransactionMetadataStoreTest.java            | 13 ++++-
 14 files changed, 252 insertions(+), 54 deletions(-)

Reply via email to