You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by gh...@apache.org on 2020/10/20 14:37:28 UTC

[bookkeeper] branch master updated (01214aa -> 6deb7f4)

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

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


    from 01214aa  Issue 2445: Builds of Docker tag bookkeeper:latest are failing (#2446)
     add 6deb7f4  BP-41 Bookie Address changes tracking

No new revisions were added by this update.

Summary of changes:
 .../bookkeeper/conf/ClientConfiguration.java       |  24 +++
 .../bookkeeper/discover/ZKRegistrationClient.java  |  70 +++++++-
 .../bookkeeper/discover/ZKRegistrationManager.java |   3 +-
 .../bookkeeper/meta/zk/ZKMetadataClientDriver.java |   5 +-
 .../client/BookieNetworkAddressChangeTest.java     | 178 +++++++++++++++++++++
 ....java => AbstractTestZkRegistrationClient.java} |  23 ++-
 ...egistrationClientWithBookieAddressTracking.java |   9 +-
 ...strationClientWithoutBookieAddressTracking.java |  12 +-
 .../meta/zk/ZKMetadataClientDriverTest.java        |   7 +-
 .../bookkeeper/test/BookKeeperClusterTestCase.java |   9 +-
 .../service/RegistrationServiceProvider.java       |   6 +-
 11 files changed, 316 insertions(+), 30 deletions(-)
 create mode 100644 bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookieNetworkAddressChangeTest.java
 rename bookkeeper-server/src/test/java/org/apache/bookkeeper/discover/{TestZkRegistrationClient.java => AbstractTestZkRegistrationClient.java} (96%)
 copy stream/common/src/test/java/org/apache/bookkeeper/common/grpc/proxy/ProxyPingPongServiceTest.java => bookkeeper-server/src/test/java/org/apache/bookkeeper/discover/TestZkRegistrationClientWithBookieAddressTracking.java (74%)
 copy stream/common/src/test/java/org/apache/bookkeeper/common/grpc/proxy/ProxyPingPongServiceTest.java => bookkeeper-server/src/test/java/org/apache/bookkeeper/discover/TestZkRegistrationClientWithoutBookieAddressTracking.java (71%)