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

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


    from b0421a6f453 [fix][broker] Fix chunked message loss when no consumers 
are available (#25077)
     new 0f17a2483a3 [fix][ml] Fix cursor backlog size to account for 
individual acks (#25089)
     new dd3e802b99c [fix][broker] Fix MultiRolesTokenAuthorizationProvider 
error when subscription prefix doesn't match. (#25121)
     new 5bb18eeca33 [improve][broker] Fix thread safety issue in 
ManagedCursorImpl.removeProperty  (#25104)
     new 4d9f2b250c7 [fix][broker] Fix compaction horizon might be reset to an 
old position when phase two is interrupted (#25119)
     new cd3535ffb7c [fix][admin] Fix asyncGetRequest to handle 204 (#25124)
     new 44945bffd5d [fix][broker]Topic deleting failed after removed local 
cluster from namespace policies (#25114)
     new b5ce6f0aa18 [improve][admin] Add counter for marker messages in 
PersistentTopics.analyzeSubscriptionBacklog() rest api (#25091)
     new aca3cf0fc09 [fix][test] Wait for txn.abort() to complete to avoid 
AdminApiTransactionTest.testAnalyzeSubscriptionBacklogWithTransactionMarker() 
flaky test (#25125)

The 8 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:
 .../bookkeeper/mledger/impl/ManagedCursorImpl.java |  81 ++++++++-
 .../bookkeeper/mledger/impl/ManagedCursorTest.java | 189 +++++++++++++++++++++
 .../MultiRolesTokenAuthorizationProvider.java      |   6 +-
 .../MultiRolesTokenAuthorizationProviderTest.java  | 107 ++++++++++++
 .../broker/admin/impl/PersistentTopicsBase.java    |   1 +
 .../broker/service/AnalyzeBacklogResult.java       |   1 +
 .../service/persistent/PersistentSubscription.java |   6 +
 .../broker/service/persistent/PersistentTopic.java |  43 +++--
 .../compaction/AbstractTwoPhaseCompactor.java      |   6 +-
 .../admin/AnalyzeBacklogSubscriptionTest.java      |   1 +
 .../broker/admin/v3/AdminApiTransactionTest.java   |  59 +++++++
 .../service/OneWayReplicatorUsingGlobalZKTest.java |   1 +
 .../broker/service/ReplicatedSubscriptionTest.java |   8 +
 .../broker/service/plugin/FilterEntryTest.java     |  11 +-
 .../apache/pulsar/compaction/CompactionTest.java   | 140 ++++++++++++---
 .../pulsar/compaction/StrategicCompactionTest.java |  45 +++--
 .../stats/AnalyzeSubscriptionBacklogResult.java    |   1 +
 .../pulsar/client/admin/internal/BaseResource.java |  12 +-
 .../client/admin/internal/PulsarAdminImpl.java     |   6 +
 .../client/admin/internal/AsyncGetRequestTest.java | 168 ++++++++++++++++++
 20 files changed, 809 insertions(+), 83 deletions(-)
 create mode 100644 
pulsar-client-admin/src/test/java/org/apache/pulsar/client/admin/internal/AsyncGetRequestTest.java

Reply via email to