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/06/04 10:15:06 UTC

[pulsar] branch master updated (d8567a8 -> 4f23767)

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 d8567a8  [Schema] Fix AutoConsumeSchema decode null schema version data (#10811)
     add 4f23767  Fix consumer stuck issue due to reuse entry wrapper. (#10824)

No new revisions were added by this update.

Summary of changes:
 .../broker/service/AbstractBaseDispatcher.java     |  13 +--
 .../PersistentDispatcherMultipleConsumers.java     |  11 ++-
 .../client/impl/DispatchAccordingPermitsTests.java | 105 +++++++++++++++++++++
 3 files changed, 118 insertions(+), 11 deletions(-)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/client/impl/DispatchAccordingPermitsTests.java