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

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


    omit 3a04eb5798a [branch-2.8][fix][security] Add timeout of sync methods 
and avoid call sync method for AuthoriationService (#15694)
     add a3515aba8d0 [fix][broker][branch-2.8] Fix potential to add duplicated 
consumer (#16826)
     add a5692a6a685 fix: NamespacesTest execution order (#14552)
     add bdd65f510ed [fix][branch-2.9] Fix wrong unit of NIC speed on linux  
(#15770)
     add 969871d6727 [Authorization] Optimize the logic of allowing namespace 
operation (#13090)
     add c0999e51125 [Authorization] Role with namespace produce authz can also 
get topics (#13773)
     add 556e4e03a2f Fix wrong prompt exception when get non-persistent topic 
list without GET_BUDNLE permission (#14638)
     add 428f453fc28 [pulsar-admin] Add corresponding get command for namespace 
(#12322)
     add 42704c6c588 [fix][broker] Fix NPE when set `AutoTopicCreationOverride` 
(#15653)
     add e3ac4fb8d3d Fix grant all permissions but can't list topic. (#15501)
     add a7d22cabab2 [fix][tests] TieredStorageConfigurationTests - clear 
system properties (#15957)
     add c534be7e72b [branch-2.8] Fix 
ManagedLedgerTest#testGetNumberOfEntriesInStorage
     add a4ece07c107 [branch-2.8][fix][security] Add timeout of sync methods 
and avoid call sync method for AuthoriationService (#15694)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3a04eb5798a)
            \
             N -- N -- N   refs/heads/bewaremypower/2.8-pick-15694 (a4ece07c107)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../bookkeeper/mledger/impl/ManagedLedgerTest.java |   4 +-
 .../authorization/PulsarAuthorizationProvider.java | 159 ++++++++++++-------
 .../pulsar/broker/admin/impl/NamespacesBase.java   |  33 +++-
 .../apache/pulsar/broker/admin/v1/Namespaces.java  |  65 ++++++++
 .../broker/admin/v1/NonPersistentTopics.java       |  25 ++-
 .../apache/pulsar/broker/admin/v2/Namespaces.java  |  59 +++++++
 .../broker/admin/v2/NonPersistentTopics.java       |  31 ++--
 .../loadbalance/impl/LinuxBrokerHostUsageImpl.java |   8 +-
 .../apache/pulsar/broker/service/ServerCnx.java    |  47 +++---
 .../apache/pulsar/broker/admin/AdminApi2Test.java  |  44 ++++++
 .../apache/pulsar/broker/admin/NamespacesTest.java |   2 +-
 .../pulsar/broker/auth/AuthorizationTest.java      |  33 +++-
 .../loadbalance/LoadReportNetworkLimitTest.java    |   4 +-
 .../BrokerServiceAutoSubscriptionCreationTest.java |  19 ++-
 .../BrokerServiceAutoTopicCreationTest.java        |  37 +++--
 .../pulsar/broker/service/ServerCnxTest.java       | 140 ++++++++++++++++-
 .../api/AuthorizationProducerConsumerTest.java     |  13 ++
 .../org/apache/pulsar/client/admin/Namespaces.java |  81 ++++++++++
 .../client/admin/internal/NamespacesImpl.java      | 170 +++++++++++++++++++++
 .../pulsar/admin/cli/PulsarAdminToolTest.java      |   6 +
 .../org/apache/pulsar/admin/cli/CmdNamespaces.java |  65 ++++++++
 .../provider/TieredStorageConfigurationTests.java  |  42 ++---
 22 files changed, 924 insertions(+), 163 deletions(-)

Reply via email to