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

guangning pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 5c58ff4  [pulsar-flink]Cache Pulsar client to make it shared among 
tasks in a process (#5900)
     add c7094c9  [Reopen][Issue 5597] Retry when getPartitionedTopicMetadata 
failed (#5844)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/broker/service/BrokerServiceTest.java   |  34 +++--
 .../pulsar/broker/service/PeerReplicatorTest.java  |   3 +-
 .../api/AuthorizationProducerConsumerTest.java     |   5 +-
 .../pulsar/client/api/BrokerServiceLookupTest.java |   6 +-
 .../pulsar/client/api/TlsProducerConsumerBase.java |   4 +-
 .../client/impl/BrokerClientIntegrationTest.java   |   3 +-
 .../impl/PulsarMultiHostClientTest.java}           | 150 ++++++++-------------
 .../worker/PulsarFunctionE2ESecurityTest.java      |   3 +-
 .../stats/client/PulsarBrokerStatsClientTest.java  |  61 ---------
 .../pulsar/client/impl/PulsarClientImpl.java       |  13 +-
 .../pulsar/client/impl/ConnectionTimeoutTest.java  |  12 +-
 .../server/ProxyConnectionThrottlingTest.java      |   8 +-
 .../proxy/server/ProxyLookupThrottlingTest.java    |   9 +-
 .../proxy/server/ProxyWithAuthorizationTest.java   |   3 +-
 14 files changed, 119 insertions(+), 195 deletions(-)
 copy 
pulsar-broker/src/test/java/org/apache/pulsar/{stats/client/PulsarBrokerStatsClientTest.java
 => client/impl/PulsarMultiHostClientTest.java} (50%)

Reply via email to