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

yong pushed a change to branch branch-4.17
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


    from d95cf46e5a Exclude commons-collections from dependencies (#4689)
     new 22fe67ffd2 [fix]compile error of the file native_io_jni.c for the env 
jdk11 & windows (#4665)
     new 41bff23bd2 add rate limit for zk read rate in gc. (#4645)
     new 67eacd0e57 Only stop Gc for the fill disk for DbLedgerStorage (#4661)
     new 3c0cba1bd2 Upgrade OpenTelemetry to 1.56.0, Otel instrumentation to 
2.21.0 and Otel semconv to 1.37.0 (#4690)
     new 6e6081c500 Replace net.jpountz.lz4:lz4 with at.yawk.lz4:lz4-java 
(#4696)

The 5 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:
 .../src/main/resources/LICENSE-all.bin.txt         |  84 +++++++------
 .../src/main/resources/LICENSE-bkctl.bin.txt       |  41 ++++---
 .../src/main/resources/LICENSE-server.bin.txt      |  84 +++++++------
 .../bookie/ScanAndCompareGarbageCollector.java     |   7 ++
 .../bookie/storage/ldb/DbLedgerStorage.java        |   2 +-
 .../ldb/SingleDirectoryDbLedgerStorage.java        |  40 +++++-
 .../bookkeeper/conf/ServerConfiguration.java       |  19 +++
 .../bookie/BookieStorageThresholdTest.java         | 135 +++++++++++++++++++++
 .../org/apache/bookkeeper/meta/GcLedgersTest.java  |  48 ++++++++
 conf/bk_server.conf                                |   3 +
 .../src/main/native-io-jni/cpp/native_io_jni.c     |  14 ++-
 pom.xml                                            |  33 ++---
 shaded/distributedlog-core-shaded/pom.xml          |   2 +-
 site3/website/docs/reference/config.md             |   1 +
 .../bookkeeper/stats/otel/OtelMetricsProvider.java |   7 +-
 stream/distributedlog/common/pom.xml               |   4 +-
 .../distributedlog/io/LZ4CompressionCodec.java     |   8 +-
 17 files changed, 395 insertions(+), 137 deletions(-)

Reply via email to