You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2019/11/11 05:43:51 UTC

[pulsar] branch master updated (006f291 -> f2f801a)

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

sijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 006f291  [Docs] Fix the go client docs missing in website (#5595)
     add f2f801a  [Issue 5585][pulsar-client] Fix producer Semaphore release error  (#5587)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/client/impl/ProducerSemaphoreTest.java  | 135 +++++++++++++++++++++
 .../apache/pulsar/client/impl/ProducerImpl.java    |  31 +++--
 2 files changed, 157 insertions(+), 9 deletions(-)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/client/impl/ProducerSemaphoreTest.java