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 9b66080ff75 [improve][ml] Optimize ledger opening by skipping fully 
acknowledged ledgers (#24655)
     new fd2b1093f68 [fix][broker] Add double-check for non-durable cursor 
creation (#24643)
     new fe97a29a1dc [fix][offload] Exclude unnecessary dependencies from 
tiered storage provider / offloader nar files (#24649)
     new a05e72726f8 [fix][broker] Fix race condition in 
MetadataStoreCacheLoader causing inconsistent availableBroker list caching 
(#24639)
     new 56cf85662d4 [fix][misc] Upgrade fastutil to 8.5.16 (#24659)
     new c966506efc4 [fix][client] fix ArrayIndexOutOfBoundsException in 
SameAuthParamsLookupAutoClusterFailover (#24662)
     new e52b4e0fa62 [improve][io] Upgrade AWS SDK v1 & v2, Kinesis KPL and KPC 
versions (#24661)
     new 68e9e8cf45d [improve][build] Increase maven resolver's sync context 
timeout (#24666)

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:
 .mvn/jvm.config                                    |   2 +-
 distribution/server/src/assemble/LICENSE.bin.txt   |   2 +-
 distribution/shell/src/assemble/LICENSE.bin.txt    |   2 +-
 docker/kinesis-producer-alpine/Dockerfile          |   2 +-
 docker/kinesis-producer-alpine/README.md           |   2 +-
 docker/kinesis-producer-alpine/build-alpine.sh     | 112 +++++++++++-------
 .../kinesis_producer_alpine.patch                  |  23 ++--
 docker/pulsar-all/pom.xml                          |   2 +-
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java |  25 +++-
 pom.xml                                            |  13 ++-
 .../broker/resources/MetadataStoreCacheLoader.java |  35 +++---
 ...ameAuthParamsLookupAutoClusterFailoverTest.java |   2 +-
 .../SameAuthParamsLookupAutoClusterFailover.java   |   2 +-
 pulsar-io/aws/pom.xml                              |   1 -
 .../kinesis-kpl-shaded}/pom.xml                    | 130 ++++++++++-----------
 pulsar-io/kinesis/pom.xml                          |  24 ++--
 .../org/apache/pulsar/io/kinesis/KinesisSink.java  |  15 +--
 .../pulsar/io/kinesis/KinesisSinkConfig.java       |   4 +-
 .../pulsar/io/kinesis/KinesisSinkConfigTest.java   |   2 +-
 pulsar-io/pom.xml                                  |   2 +
 tests/integration/pom.xml                          |   2 +-
 tiered-storage/file-system/pom.xml                 |  71 ++++++-----
 tiered-storage/jcloud/pom.xml                      |   1 +
 23 files changed, 268 insertions(+), 208 deletions(-)
 copy {jetcd-core-shaded => pulsar-io/kinesis-kpl-shaded}/pom.xml (54%)

Reply via email to