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 2020/06/11 03:00:02 UTC

[pulsar] branch master updated (e1c04ef -> 0c9c9fc)

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 e1c04ef  Fix hash range conflict issue in Key_Shared with sticky hash range (#7231)
     add 0c9c9fc  [Issue 6319][Pulsar client] connection leak fix (#6524)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/client/impl/ConnectionPoolTest.java     |  65 +++++--
 .../client/impl/BinaryProtoLookupService.java      | 187 ++++++++++++---------
 .../pulsar/client/impl/ConnectionHandler.java      |   1 +
 .../apache/pulsar/client/impl/ConnectionPool.java  |  18 ++
 .../pulsar/proxy/server/LookupProxyHandler.java    | 103 +++++++-----
 5 files changed, 234 insertions(+), 140 deletions(-)