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 2022/03/21 03:26:00 UTC

[pulsar] branch master updated (804f72a -> d4e0797)

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 804f72a  [Docs] Add instructions for configuring CA on macOS (#14763)
     add d4e0797  Replace lambda with method reference. (#14757)

No new revisions were added by this update.

Summary of changes:
 .../mledger/impl/EntryCacheManagerTest.java        |   4 +-
 .../bookkeeper/mledger/impl/EntryCacheTest.java    |   2 +-
 .../mledger/impl/ManagedCursorConcurrencyTest.java | 140 ++++++------
 .../bookkeeper/mledger/impl/ManagedCursorTest.java |  92 ++++----
 .../mledger/impl/ManagedLedgerBkTest.java          |  12 +-
 .../mledger/impl/ManagedLedgerErrorsTest.java      |   4 +-
 .../impl/ManagedLedgerSingleBookieTest.java        |   4 +-
 .../bookkeeper/mledger/impl/ManagedLedgerTest.java |  52 ++---
 .../mledger/impl/NonDurableCursorTest.java         |  36 +--
 .../bookkeeper/test/BookKeeperClusterTestCase.java |  40 ++--
 .../org/apache/bookkeeper/test/ZooKeeperUtil.java  |  20 +-
 .../org/apache/pulsar/PulsarStandaloneStarter.java |  32 ++-
 .../intercept/MangedLedgerInterceptorImplTest.java |   2 +-
 .../broker/service/BacklogQuotaManagerTest.java    | 216 +++++++++---------
 .../service/PersistentMessageFinderTest.java       |   2 +-
 .../service/PersistentTopicConcurrentTest.java     | 250 ++++++++++-----------
 .../pulsar/broker/service/PersistentTopicTest.java |   6 +-
 .../pulsar/broker/service/ServerCnxTest.java       |  15 +-
 .../client/impl/ClientWithSocks5ProxyTest.java     |  13 +-
 .../pulsar/client/admin/internal/BookiesImpl.java  |   4 +-
 .../client/admin/internal/BrokerStatsImpl.java     |  10 +-
 .../pulsar/client/admin/internal/BrokersImpl.java  |  12 +-
 .../pulsar/client/admin/internal/ClustersImpl.java |   2 +-
 .../functions/runtime/JavaInstanceStarter.java     |  17 +-
 .../org/apache/pulsar/io/solr/SolrServerUtil.java  |  20 +-
 .../LedgerUnderreplicationManagerTest.java         |  35 +--
 .../storage/bookkeeper/DLInputStream.java          |  16 +-
 .../storage/bookkeeper/DLInputStreamTest.java      |   4 +-
 .../bookkeeper/test/BookKeeperClusterTestCase.java |  40 ++--
 .../bookkeeper/bookkeeper/test/ZooKeeperUtil.java  |  20 +-
 .../pulsar/proxy/server/ProxyServiceStarter.java   |   4 +-
 31 files changed, 517 insertions(+), 609 deletions(-)