You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by mm...@apache.org on 2019/05/16 17:35:14 UTC

[bookkeeper] branch master updated: Added release notes for release 4.9.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2ff26d6  Added release notes for release 4.9.2
2ff26d6 is described below

commit 2ff26d69e400d16f533f424c6e95f2f30189e183
Author: Matteo Merli <mm...@apache.org>
AuthorDate: Thu May 16 10:35:08 2019 -0700

    Added release notes for release 4.9.2
    
    ### Motivation
    
    Release notes for patch release
    
    Reviewers: Enrico Olivelli <eo...@gmail.com>, Sijie Guo <si...@apache.org>
    
    This closes #2088 from merlimat/relnotes-4.9.2
---
 site/docs/4.9.2/overview/releaseNotes.md | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/site/docs/4.9.2/overview/releaseNotes.md b/site/docs/4.9.2/overview/releaseNotes.md
new file mode 100644
index 0000000..ea01f4b
--- /dev/null
+++ b/site/docs/4.9.2/overview/releaseNotes.md
@@ -0,0 +1,24 @@
+---
+title: Apache BookKeeper 4.9.2 Release Notes
+---
+
+The 4.9.2 release is a bugfix release which fixes a bunch of issues reported from users of 4.9.1.
+
+Apache BookKeeper users who are using 4.9.1 are encouraged to upgrade to 4.9.2. The technical details of this release are summarized
+below.
+
+## Highlights
+
+ - Added HTTP handler to expose bookie state [apache/bookkeeper#1995](https://github.com/apache/bookkeeper/pull/1995)
+ - Fix DbLedgerStorage encountering unexpected entry id [apache/bookkeeper#2002](https://github.com/apache/bookkeeper/pull/2002)
+ - Close db properly to avoid open RocksDB failure at the second time [apache/bookkeeper#2022](https://github.com/apache/bookkeeper/pull/2022)
+ - Cancel LAC watch when longpoll LAC times out [apache/bookkeeper#2051](https://github.com/apache/bookkeeper/pull/2051)
+ - Wait for LAC update even if ledger fenced [apache/bookkeeper#2052](https://github.com/apache/bookkeeper/pull/2052)
+ - Bugfix for Percentile Calculation in FastCodahale Timer Implementation [apache/bookkeeper#2054](https://github.com/apache/bookkeeper/pull/2054)
+ - Use pure python implementation of MurmurHash [apache/bookkeeper#2069](https://github.com/apache/bookkeeper/pull/2069)
+ - Bookieshell lastmark command isn't functional, always returning 0-0 [apache/bookkeeper#2076](https://github.com/apache/bookkeeper/pull/2076)
+
+
+## Full list of changes
+
+- [https://github.com/apache/bookkeeper/issues?q=label%3Arelease%2F4.9.2+is%3Aclosed](https://github.com/apache/bookkeeper/issues?q=label%3Arelease%2F4.9.2+is%3Aclosed)