You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by eo...@apache.org on 2022/07/01 06:13:52 UTC

[bookkeeper] branch master updated (649d2bbd47 -> dc0918288f)

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

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


    from 649d2bbd47 use estimateMaxDirectMemory instead of maxDirectMemory (#3375)
     add dc0918288f add and check indexDirs in Cookie meta (#3372)

No new revisions were added by this update.

Summary of changes:
 bookkeeper-proto/src/main/proto/DataFormats.proto  |   1 +
 .../java/org/apache/bookkeeper/bookie/Cookie.java  |  60 ++++-
 .../bookkeeper/bookie/LegacyCookieValidation.java  |  10 +-
 .../{CookieTest.java => CookieIndexDirTest.java}   | 269 ++++++++++++++++++---
 4 files changed, 290 insertions(+), 50 deletions(-)
 copy bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/{CookieTest.java => CookieIndexDirTest.java} (74%)