Repository: bookkeeper Updated Branches: refs/heads/master 0dfb4fb94 -> ff5d2c512
BOOKKEEPER-805: NullPointException in bookie server when using twitter-ostrich-provider (Youngjoon Kim via sijie) (missing CHANGES.txt) Project: http://git-wip-us.apache.org/repos/asf/bookkeeper/repo Commit: http://git-wip-us.apache.org/repos/asf/bookkeeper/commit/8a5ac727 Tree: http://git-wip-us.apache.org/repos/asf/bookkeeper/tree/8a5ac727 Diff: http://git-wip-us.apache.org/repos/asf/bookkeeper/diff/8a5ac727 Branch: refs/heads/master Commit: 8a5ac72762480f5f972aafcf1fc8207e12ef76e3 Parents: 0dfb4fb Author: Sijie Guo <[email protected]> Authored: Fri Dec 5 22:12:29 2014 -0800 Committer: Sijie Guo <[email protected]> Committed: Fri Dec 5 22:12:29 2014 -0800 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/8a5ac727/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index e3f5a87..1e3a13b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -18,6 +18,8 @@ Trunk (unreleased changes) BOOKKEEPER-799: Distribution schedule coverage sets don't take gaps in response lists into account when writequorum > ackquorum (ivank) + BOOKKEEPER-805: NullPointException in bookie server when using twitter-ostrich-provider (Youngjoon Kim via sijie) + IMPROVEMENTS: BOOKKEEPER-800: Expose whether a ledger is closed or not (ivank)
