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 2020/08/27 16:23:00 UTC

[pulsar] branch master updated (0b7f034 -> 23dc5c7)

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 0b7f034  Split message ranges by ledger ID and store them in individualDeletedMessages (#7861)
     add 23dc5c7  [broker] Fix deadlock when adding consumer (#7841)

No new revisions were added by this update.

Summary of changes:
 .../AbstractDispatcherSingleActiveConsumer.java    |  7 ----
 .../pulsar/broker/service/AbstractTopic.java       | 37 ++++++++++++++++++
 .../NonPersistentDispatcherMultipleConsumers.java  | 15 +-------
 ...onPersistentDispatcherSingleActiveConsumer.java | 24 +-----------
 .../service/nonpersistent/NonPersistentTopic.java  |  3 +-
 .../PersistentDispatcherMultipleConsumers.java     | 27 -------------
 .../PersistentDispatcherSingleActiveConsumer.java  | 24 +-----------
 .../broker/service/persistent/PersistentTopic.java |  3 +-
 .../pulsar/broker/service/PersistentTopicTest.java | 45 +++++++++++++---------
 9 files changed, 71 insertions(+), 114 deletions(-)