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

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


    from d692f8b  If mark-delete operation fails, mark the cursor as "dirty" 
(#14256)
     new 9b37232  [pulsar-client] Add conf backoff values (#12520)
     new da86d9d  Remove log unacked msg. (#14246)
     new b1bf002  Fix PersistentAcknowledgmentsGroupingTracker set bitSet 
issue. (#14260)
     new 2bfa601  Check ``getTlsTrustStorePath`` NPE when user forget to set 
it. (#14253)
     new 2554db4  Fix validateGlobalNamespaceOwnership wrap exception issue. 
(#14269)
     new 59fdd43  Fix IllegalArgumentException: Invalid period 0.0 to calculate 
rate
     new 48dbf01  Fix batch ack count is negtive issue. (#14288)
     new 4c016b9  Fix time unit error in errMsg when producer send fails. 
(#14299)

The 8 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     |  2 +-
 .../apache/pulsar/broker/admin/AdminResource.java  |  5 +-
 .../org/apache/pulsar/broker/service/Consumer.java |  9 +-
 .../pulsar/broker/web/PulsarWebResource.java       |  4 +-
 .../pulsar/broker/admin/PersistentTopicsTest.java  | 30 +++++++
 .../BatchMessageWithBatchIndexLevelTest.java       | 96 +++++++++++++++++++++-
 .../pulsar/client/impl/BatchMessageIdImpl.java     |  4 +
 .../PersistentAcknowledgmentsGroupingTracker.java  |  2 +-
 .../apache/pulsar/client/impl/ProducerImpl.java    |  3 +-
 .../client/impl/PulsarChannelInitializer.java      | 12 ++-
 .../pulsar/client/impl/PulsarClientImpl.java       |  4 +-
 .../impl/AcknowledgementsGroupingTrackerTest.java  | 41 ++++++++-
 12 files changed, 185 insertions(+), 27 deletions(-)

Reply via email to