This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
discard efff0ee Configurable data source for offloaded messages (#8717)
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/branch-2.7 (cb55dae)
\
O -- O -- O (efff0ee)
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/ManagedLedgerImpl.java | 14 +--
managed-ledger/src/main/proto/MLDataFormats.proto | 4 +-
.../mledger/impl/OffloadPrefixReadTest.java | 125 +++------------------
.../bookkeeper/mledger/impl/OffloadPrefixTest.java | 10 +-
.../apache/pulsar/broker/ServiceConfiguration.java | 26 ++---
.../pulsar/broker/admin/AdminApiOffloadTest.java | 8 +-
.../apache/pulsar/broker/admin/NamespacesTest.java | 13 +--
.../common/naming/ServiceConfigurationTest.java | 3 +-
.../configurations/pulsar_broker_test.conf | 5 +-
pulsar-broker/src/test/resources/logback.xml | 2 +-
.../pulsar/admin/cli/PulsarAdminToolTest.java | 10 +-
.../org/apache/pulsar/admin/cli/CmdNamespaces.java | 40 ++-----
.../org/apache/pulsar/admin/cli/CmdTopics.java | 28 +----
.../common/policies/data/OffloadPolicies.java | 91 +++------------
.../common/policies/data/OffloadPoliciesTest.java | 9 +-
site2/docs/cookbooks-tiered-storage.md | 10 --
16 files changed, 85 insertions(+), 313 deletions(-)