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

penghui pushed a change to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 0706bc0  Fix compile issue after cherry-pick.
     new ab00b99  Added missing configuration entries (#11095)
     new 5fa23c7  [Broker] Fix async response filter (#11052)
     new 6430c54  Fix race condition of the 
SystemTopicBasedTopicPoliciesService (#11097)
     new 1eaade3  fix flaky test testBrokerRanking (#11114)
     new b8e074f  Fix Flaky-test: 
[TopicFromMessageTest].[testMultiTopicConsumerBatchShortName] (#11124) (#11125)
     new 1671baa  modify Boost downloads link (#11129)
     new 9021dea  Fix subscription permission not working in reset cursor 
(#11132)

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 conf/standalone.conf                               |  6 +++
 .../broker/admin/impl/PersistentTopicsBase.java    |  4 +-
 .../SystemTopicBasedTopicPoliciesService.java      |  5 +-
 .../pulsar/broker/web/ResponseHandlerFilter.java   | 40 ++++++++++++++-
 .../pulsar/broker/admin/TopicPoliciesTest.java     |  5 +-
 .../pulsar/broker/admin/v3/AsyncResponseTest.java  | 57 ++++++++++++++++++++++
 .../broker/auth/MockedPulsarServiceBaseTest.java   | 17 ++++++-
 .../broker/intercept/BrokerInterceptorTest.java    | 41 ++++++++++++++++
 .../broker/intercept/CounterBrokerInterceptor.java | 29 ++++++++++-
 .../broker/loadbalance/LoadBalancerTest.java       |  4 +-
 .../api/AuthorizationProducerConsumerTest.java     |  8 +++
 .../pulsar/client/impl/TopicFromMessageTest.java   |  8 ++-
 pulsar-client-cpp/docker/alpine/Dockerfile         |  2 +-
 .../docker/alpine/Dockerfile-alpine-3.8            |  2 +-
 pulsar-client-cpp/pkg/deb/Dockerfile               |  2 +-
 pulsar-client-cpp/pkg/rpm/Dockerfile               |  2 +-
 16 files changed, 214 insertions(+), 18 deletions(-)
 create mode 100644 
pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/v3/AsyncResponseTest.java

Reply via email to