| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Set benchmark script to executable (BOOKKEEPER-158) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/bookkeeper/trunk@1298847 13f79535-47bb-0310-9956-ffa450edef68 | 14 年前 | |
[CLEAN] remove duplicate property key in log4j.properties ### Motivation 1. Fix duplicate key in log4j.properties 2. http to https in README ### Changes   Reviewers: Enrico Olivelli <eolivelli@gmail.com> This closes #2334 from lamber-ken/clean-log | 5 年前 | |
Refactor book keeper cluster test case ### Motivation BookKeeperClusterTestCase has historically exposed its members to all subclasses, which would then manipulate them in many ways. There was an array of objects for configurations, bookieServers, autorecovery, which implicit linking between the objects based on maps and indices. Individual subclasses manipulated these arrays. This makes it hard to add any dependency injection on the objects managed by BookKeeperClusterTestCase as the objects. To add DI, we need each object to have a bunch of other objects associated with it. For example, for each Bookie, we need to create the Journal. Maintaining these in separate arrays will lead to fragile tests. This change encapsulates all the testing objects in a per bookie object, and only allows manipulation through methods. This will allow us to group the objects needed for DI clearly. Disable testFollowBookieAddressChangeTrckingDisabled Reviewers: Henry Saputra <hsaputra@apache.org>, Matteo Merli <mmerli@apache.org> This closes #2723 from pkumar-singh/refactor_BookKeeperClusterTestCase and squashes the following commits: 47fb8121f [Prashant] Addressed code review comments 7f410ce96 [Ivan Kelly] Encapulate members of BookKeeperClusterTestCase c1847af5a [Prashant Kumar] Turn Bookie into an interface 9417b68ca [Andrey Yegorov] site update for release 4.14, this time actually updating the latest version in _config.yml (#2722) | 5 年前 | |
Migrate bookkeeper-benchmark and stats module to gradle (#2662) Co-authored-by: Surinder Singh <surinders@splunk.com> | 5 年前 | |
[maven-release-plugin] prepare for next development iteration | 5 年前 |