You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by zh...@apache.org on 2021/03/08 01:15:26 UTC

[bookkeeper] branch master updated (c62eacf -> 346e375)

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

zhaijia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git.


    from c62eacf  BP-43 CI/CD migration to gradle (#2639)
     add 346e375  Allow DBLedgerStorage to force GC by disk listener (#2627)

No new revisions were added by this update.

Summary of changes:
 .../bookkeeper/bookie/GarbageCollectorThread.java  |  3 ++
 .../bookie/storage/ldb/DbLedgerStorage.java        |  1 +
 .../ldb/SingleDirectoryDbLedgerStorage.java        | 61 ++++++++++++++++++++++
 .../bookie/storage/ldb/DbLedgerStorageTest.java    | 10 ++++
 4 files changed, 75 insertions(+)