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

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


    from c8872591e2e [fix][ml] Fix asyncReadEntries might never complete if 
empty entries are read from BK (#24515)
     new 306b4ce78ee [fix][client] Fix ClientCnx handleSendError NPE (#24517)
     new 2ce5a40d2f0 [fix][client] Close orphan producer or consumer when the 
creation is interrupted (#24539)
     new f604a14732d [fix][broker] Fix matching of topicsPattern for topic 
names which contain non-ascii characters (#24543)

The 3 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:
 .../pulsar/broker/resources/TopicResources.java    |   2 +-
 .../broker/resources/TopicResourcesTest.java       |   9 +
 .../pulsar/client/impl/ClientInterruptTest.java    | 188 +++++++++++++++++++++
 .../pulsar/client/impl/ConsumerCloseTest.java      |  46 -----
 .../org/apache/pulsar/client/impl/ClientCnx.java   |  13 +-
 .../pulsar/client/impl/ConsumerBuilderImpl.java    |  26 +--
 .../pulsar/client/impl/ProducerBuilderImpl.java    |   2 +-
 .../pulsar/client/impl/ReaderBuilderImpl.java      |   2 +-
 .../org/apache/pulsar/common/util/FutureUtil.java  |  29 ++++
 9 files changed, 239 insertions(+), 78 deletions(-)
 create mode 100644 
pulsar-broker/src/test/java/org/apache/pulsar/client/impl/ClientInterruptTest.java

Reply via email to