You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2021/04/13 06:07:41 UTC

[pulsar] branch master updated (187fb97 -> 197bd93)

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 187fb97  Fix Prometheus metric parsing for "+Inf" in PrometheusMetricsTest and Function tests (#10193)
     add 197bd93  [Issue 10010][Client] fixed memory leak (#10028)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/broker/service/BrokerService.java       |   4 +-
 .../client/api/SimpleProducerConsumerTest.java     |  52 +++--
 .../apache/pulsar/client/impl/ConnectionPool.java  |  44 ++--
 .../pulsar/client/impl/PulsarClientImpl.java       | 223 +++++++++++++++------
 .../pulsar/client/impl/PulsarClientImplTest.java   |  21 +-
 5 files changed, 231 insertions(+), 113 deletions(-)