This is an automated email from the ASF dual-hosted git repository.
rxl pushed a change to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 848e53d Fix producer stucks on creating ledger timeout (#7319)
new 3dc58d0 limiting batch size to the minimum of the maxNumberOfMessages
and maxSizeOfMessages (#6865)
new 1593dfa Fix hash range conflict issue in Key_Shared with sticky hash
range (#7231)
new e752e0f Fix lookup permission error (#7234)
new cbf5bb2 Update Jetty to 9.4.29 (#7235)
new 450ec37 Fixed readers backlog stats after data is skipped (#7236)
new dd2cadb Fix the regression from #6428 (#7241)
new 86c69e8 Avoid introduce null read position for the managed cursor.
(#7264)
new 3498f40 typo (#7281)
new a994d5d Fix partition index error in close callback (#7282)
new 231aaa4 [PIP-55][Doc]--Update security overview (#7302)
new 4c4107a Fix issue where HTTP header used in Athenz authentication can
not be renamed (#7311)
new b6d71b7 Fix issue #7315 (#7316)
new a5a863e Fixing go instance config port apache/pulsar#7267 (#7322)
new 14710a9 chunking for PIP-37 support large message size (#7334)
new a050d78 Add more detail information of retry errors (#7341)
new 4b103cd Handling error in creation of non-durable cursor (#7355)
new 8c61215 Fix bug related to managedLedger properties (#7357)
new b48120f Use fully qualified hostname as default to advertise worker.
(#7360)
new bbcb4ee Use hostname for bookie rackawareness mapping (#7361)
new 63d4078 Fix conflict
The 20 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:
distribution/server/src/assemble/LICENSE.bin.txt | 34 ++--
.../standalone-dashboard/docker-compose.yml | 2 +-
.../apache/bookkeeper/mledger/AsyncCallbacks.java | 6 +-
.../apache/bookkeeper/mledger/ManagedLedger.java | 46 +++++-
.../bookkeeper/mledger/impl/ManagedCursorImpl.java | 2 +-
.../bookkeeper/mledger/impl/ManagedLedgerImpl.java | 184 +++++++++++++++------
.../bookkeeper/mledger/impl/ManagedLedgerTest.java | 112 ++++++++++---
.../mledger/impl/NonDurableCursorTest.java | 45 +++++
pom.xml | 2 +-
.../authorization/AuthorizationProvider.java | 14 +-
.../broker/authorization/AuthorizationService.java | 14 +-
.../authorization/PulsarAuthorizationProvider.java | 10 +-
.../pulsar/broker/admin/impl/NamespacesBase.java | 20 ++-
...ashRangeExclusiveStickyKeyConsumerSelector.java | 9 +-
.../broker/service/persistent/PersistentTopic.java | 59 +++----
.../pulsar/broker/admin/AdminApiSchemaTest.java | 3 +
.../apache/pulsar/broker/admin/NamespacesTest.java | 17 +-
.../broker/service/BacklogQuotaManagerTest.java | 2 +-
.../pulsar/broker/service/BrokerServiceTest.java | 8 +-
.../client/api/ConsumerBatchReceiveTest.java | 31 ++++
.../client/api/KeySharedSubscriptionTest.java | 64 +++++++
.../pulsar/client/admin/PulsarAdminException.java | 2 +-
.../admin/internal/http/AsyncHttpConnector.java | 5 +-
.../pulsar/client/api/PulsarClientException.java | 19 +++
.../client/impl/auth/AuthenticationAthenz.java | 16 +-
.../client/impl/auth/AuthenticationAthenzTest.java | 89 ++++++----
pulsar-client-cpp/lib/PartitionedConsumerImpl.cc | 14 +-
pulsar-client-cpp/lib/PartitionedProducerImpl.cc | 16 +-
pulsar-client-cpp/lib/ProducerImpl.h | 2 +
.../org/apache/pulsar/client/impl/ClientCnx.java | 2 +
.../apache/pulsar/client/impl/MessagesImpl.java | 12 +-
.../client/impl/MultiTopicsConsumerImpl.java | 1 +
.../pulsar/functions/runtime/RuntimeUtils.java | 1 +
.../pulsar/functions/worker/WorkerConfig.java | 3 +-
pulsar-sql/presto-distribution/LICENSE | 12 +-
.../zookeeper/ZkBookieRackAffinityMapping.java | 5 -
site2/docs/assets/chunking-01.png | Bin 0 -> 11881 bytes
site2/docs/assets/chunking-02.png | Bin 0 -> 30135 bytes
site2/docs/concepts-messaging.md | 26 +++
site2/docs/security-overview.md | 4 +
40 files changed, 681 insertions(+), 232 deletions(-)
create mode 100644 site2/docs/assets/chunking-01.png
create mode 100644 site2/docs/assets/chunking-02.png