You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by mm...@apache.org on 2023/03/04 16:26:46 UTC

[bookkeeper] branch master updated (20aad8006e -> b4112dfdbf)

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

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


    from 20aad8006e Avoid using thread-local WriteSet when possible (#3829)
     add b4112dfdbf Fix Spotbugs check failed (#3836)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/bk-ci.yml                        | 44 +++++++++++++++++++++-
 .../org/apache/bookkeeper/client/PendingAddOp.java |  2 +
 .../org/apache/bookkeeper/util/PageCacheUtil.java  |  2 +-
 .../apache/bookkeeper/bookie/LedgerCacheTest.java  |  9 ++++-
 .../main/resources/bookkeeper/findbugsExclude.xml  |  5 +++
 .../bookkeeper/bookie/GroupSortBenchmark.java      |  3 +-
 pom.xml                                            |  2 +-
 7 files changed, 61 insertions(+), 6 deletions(-)