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

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


    from dd149d4ba4b [fix][broker] Allow intermittent error from topic policies 
service when loading topics (#24829)
     new 5c4ee536ba5 [fix] Fix mixed lookup/partition metadata requests causing 
reliability issues and incorrect responses (#24832)
     new 18323a9051a [fix][client] Fix getPendingQueueSize for 
PartitionedTopicProducerStatsRecorderImpl: avoid NPE and implement aggregation 
(#24830)

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:
 .../apache/pulsar/broker/service/ServerCnx.java    | 19 +++++++++++++---
 .../org/apache/pulsar/client/impl/ClientCnx.java   |  2 +-
 .../PartitionedTopicProducerStatsRecorderImpl.java |  8 +++++++
 .../client/impl/ProducerStatsRecorderImpl.java     |  2 +-
 .../apache/pulsar/client/impl/ClientCnxTest.java   |  5 ++++-
 .../client/impl/ProducerStatsRecorderImplTest.java | 25 ++++++++++++++++++++++
 .../pulsar/common/protocol/PulsarDecoder.java      |  5 +++++
 7 files changed, 60 insertions(+), 6 deletions(-)

Reply via email to