This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch dave2wave-branch-14693 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 760fee818358f037511ee987a73b5681ebc95486 Merge: c2bc666 7c1f17a Author: Dave Fisher <[email protected]> AuthorDate: Wed Mar 9 08:39:55 2022 -0800 Merge branch 'master' of https://github.com/apache/pulsar .github/changes-filter.yaml | 2 + .github/workflows/ci-build-macos.yaml | 1 + .github/workflows/ci-cpp-build-centos7.yaml | 3 +- .github/workflows/ci-cpp-build-windows.yaml | 1 + .github/workflows/ci-cpp.yaml | 1 + .github/workflows/ci-go-functions-style.yaml | 1 + .github/workflows/ci-go-functions-test.yaml | 1 + .../ci-integration-backwards-compatibility.yaml | 3 +- .github/workflows/ci-integration-cli.yaml | 3 +- .github/workflows/ci-integration-function.yaml | 3 +- .github/workflows/ci-integration-messaging.yaml | 3 +- .github/workflows/ci-integration-process.yaml | 3 +- .../workflows/ci-integration-pulsar-io-ora.yaml | 3 +- .github/workflows/ci-integration-pulsar-io.yaml | 3 +- .github/workflows/ci-integration-schema.yaml | 3 +- .github/workflows/ci-integration-sql.yaml | 3 +- .github/workflows/ci-integration-standalone.yaml | 3 +- .github/workflows/ci-integration-thread.yaml | 3 +- .../ci-integration-tiered-filesystem.yaml | 3 +- .../workflows/ci-integration-tiered-jcloud.yaml | 3 +- .github/workflows/ci-integration-transaction.yaml | 3 +- .github/workflows/ci-license.yaml | 1 + .github/workflows/ci-python-build-3.9-client.yaml | 3 +- .github/workflows/ci-shade-test.yaml | 3 +- .github/workflows/ci-unit-broker-broker-gp.yaml | 7 +-- .github/workflows/ci-unit-broker-client-api.yaml | 3 +- .github/workflows/ci-unit-broker-client-impl.yaml | 3 +- .github/workflows/ci-unit-broker-jdk8.yaml | 3 +- .github/workflows/ci-unit-broker-other.yaml | 3 +- .github/workflows/ci-unit-proxy.yaml | 3 +- .github/workflows/ci-unit.yaml | 3 +- build/retry.sh | 9 +++- .../org/apache/pulsar/tests/RetryAnalyzer.java | 35 +++++++++++++ distribution/server/pom.xml | 14 +++++ distribution/server/src/assemble/LICENSE.bin.txt | 8 +-- managed-ledger/pom.xml | 14 +++++ pom.xml | 26 ++++++---- .../pulsar/broker/admin/v2/PersistentTopics.java | 2 +- .../SystemTopicBasedTopicPoliciesService.java | 39 +++++++------- .../service/persistent/DispatchRateLimiter.java | 58 +++++++-------------- .../service/BrokerDispatchRateLimiterTest.java | 59 ++++++++++++++++++++++ pulsar-client-cpp/lib/ClientConnection.cc | 28 +++++++--- pulsar-metadata/pom.xml | 14 +++++ .../bookkeeper-storage/pom.xml | 14 +++++ .../bookkeeper/BookKeeperPackagesStorage.java | 3 +- .../bookkeeper/BookKeeperPackagesStorageTest.java | 8 +-- pulsar-sql/presto-distribution/LICENSE | 6 +-- pulsar-testclient/pom.xml | 14 +++++ pulsar-zookeeper-utils/pom.xml | 14 +++++ site2/docs/client-libraries-java.md | 7 ++- testmocks/pom.xml | 14 +++++ 51 files changed, 351 insertions(+), 119 deletions(-)
