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

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


    from 37ba76b  Explicitly search for bookkeeper-server jar
     new 4a8b1f1  Make LedgerEntries an Iterable<LedgerEntry>
     new df7fe17  Don't print out redundant JMX notice
     new 0db0cf6  ISSUE #544: Bootup cookie validation considers an empty 
journal to signify a new bookie
     new e2a5e7c  Tests wait for client to see started bookie

The 4 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:
 bookkeeper-server/bin/bookkeeper                   |   1 -
 .../java/org/apache/bookkeeper/bookie/Bookie.java  | 424 ++++++++++-----------
 .../org/apache/bookkeeper/bookie/BookieShell.java  |   1 +
 .../bookie/ScanAndCompareGarbageCollector.java     |   6 +
 .../org/apache/bookkeeper/client/BookKeeper.java   |   4 +-
 .../apache/bookkeeper/client/BookieWatcher.java    |  39 +-
 .../bookkeeper/client/api/LedgerEntries.java       |  13 +-
 .../bookkeeper/discover/RegistrationClient.java    |   8 +-
 .../bookkeeper/discover/ZKRegistrationClient.java  |  23 +-
 .../bookie/BookieInitializationTest.java           |  30 +-
 .../org/apache/bookkeeper/bookie/CookieTest.java   | 107 +++++-
 .../bookkeeper/bookie/UpdateCookieCmdTest.java     |  10 +-
 .../bookkeeper/client/BookKeeperTestClient.java    |  51 ++-
 .../bookkeeper/client/api/BookKeeperApiTest.java   |  40 ++
 .../bookkeeper/test/BookKeeperClusterTestCase.java |  44 +--
 .../apache/bookkeeper/test/ReadOnlyBookieTest.java |  27 +-
 .../tests/backward/TestBackwardCompat.java         |   6 +-
 17 files changed, 518 insertions(+), 316 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@bookkeeper.apache.org" <commits@bookkeeper.apache.org>'].

Reply via email to