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

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


    from 43234c63bab Allow PULSAR_MEM & PULSAR_GC to be Overridden in 
pulsar_tool_env.sh (#15868)
     new 55e4a1d66a7 [cleanup] [broker] Remove useless code to avoid confusion 
in OpReadEntry#checkReadCompletion. (#15104)
     new 960b80f59e8 [fix][broker] Fix MultiRolesTokenAuthorizationProvider 
`authorize` issue. (#15454)
     new b2de04362b3 [feat] [tiered-storage] Add pure S3 provider for the 
offloader (#15710)
     new c1e66066820 fix bug in getNumberOfEntriesInStorage (#15627)
     new 89e005f939f Fix NPE in MessageDeduplication. (#15820)
     new d6565a5d3da Fix avro conversion order of registration (#15863)
     new 4a471d06ce1 [Revert] [#15483] Remove sensitive msg from 
consumer/producer stats log (#15817)
     new dac1c6f39d1 [fix][broker]Fast return if ack cumulative illegal (#15695)
     new faac51937d2 [fix][txn]Fix transasction ack batch message (#15875)
     new 43ab20b735f [fix][auth] Generate correct well-known OpenID 
configuration URL (#15928)
     new 53615e05cff [Fix][broker] Fix NPE when ledger id not found in 
`OpReadEntry` (#15837)
     new 3411bf21176 [fix][txn] fix NPE of TransactionMetaStoreHandler (#15840)

The 12 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 |   2 +-
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java |   9 +-
 .../bookkeeper/mledger/impl/OpReadEntry.java       |  10 +-
 .../bookkeeper/mledger/impl/ManagedLedgerTest.java |  57 ++++++
 .../MultiRolesTokenAuthorizationProvider.java      |  37 +---
 .../org/apache/pulsar/broker/service/Consumer.java |   9 +-
 .../service/persistent/MessageDeduplication.java   |   2 +-
 .../broker/service/MessageCumulativeAckTest.java   | 194 +++++++++++++++++++++
 .../service/persistent/MessageDuplicationTest.java |   7 +
 .../pendingack/PendingAckPersistentTest.java       |  71 ++++++++
 pulsar-client-cpp/lib/auth/AuthOauth2.cc           |   9 +-
 pulsar-client-cpp/lib/auth/AuthOauth2.h            |   1 +
 pulsar-client-cpp/tests/AuthPluginTest.cc          |  20 +++
 .../client/impl/TransactionMetaStoreHandler.java   |   8 +-
 .../client/impl/conf/ClientConfigurationData.java  |   7 -
 .../pulsar/client/impl/schema/AvroSchema.java      |   3 +-
 .../impl/conf/ClientConfigurationDataTest.java     |   1 -
 .../pulsar/client/impl/schema/AvroSchemaTest.java  |  21 +++
 .../org/apache/pulsar/common/util/FutureUtil.java  |  47 ++++-
 .../apache/pulsar/common/util/FutureUtilTest.java  |  45 +++++
 .../jcloud/provider/JCloudBlobStoreProvider.java   |  54 ++++--
 .../provider/TieredStorageConfiguration.java       |  13 ++
 .../provider/JCloudBlobStoreProviderTests.java     |  31 +++-
 .../provider/TieredStorageConfigurationTests.java  |  17 ++
 24 files changed, 597 insertions(+), 78 deletions(-)
 create mode 100644 
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/MessageCumulativeAckTest.java

Reply via email to