This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 1d82d22 add if for SubscriptionBusyException (#9017)
new 5febead remove duplicated broker prometheus metrics type (#8995)
new fbbc251 Issue 8974: Peeking at compressed messages throws an
exception (Readonly buffers not supported by Airlift) (#8990)
The 2 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:
.../prometheus/PrometheusMetricsGenerator.java | 12 +++--
.../pulsar/broker/stats/PrometheusMetricsTest.java | 53 ++++++++++++++++++++--
...CompressionCodecNone.java => AirliftUtils.java} | 26 +++++------
.../common/compression/CompressionCodecLZ4.java | 3 +-
.../common/compression/CompressionCodecSnappy.java | 1 +
.../common/compression/CompressionCodecZstd.java | 2 +-
.../common/compression/CompressorCodecTest.java | 31 +++++++++++++
7 files changed, 105 insertions(+), 23 deletions(-)
copy
pulsar-common/src/main/java/org/apache/pulsar/common/compression/{CompressionCodecNone.java
=> AirliftUtils.java} (63%)