You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by si...@apache.org on 2018/12/04 18:55:20 UTC

[bookkeeper] branch master updated: [RELEASE NOTES] Release Notes for 4.7.3

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

sijie 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 41837e6  [RELEASE NOTES] Release Notes for 4.7.3
41837e6 is described below

commit 41837e680e25ad80a802a2c4123bb0110e30155a
Author: Sijie Guo <gu...@gmail.com>
AuthorDate: Tue Dec 4 10:55:15 2018 -0800

    [RELEASE NOTES] Release Notes for 4.7.3
    
    
    
    
    
    
    Reviewers: Enrico Olivelli <eo...@gmail.com>
    
    This closes #1850 from sijie/release_notes_473
---
 site/docs/4.7.3/overview/releaseNotes.md | 34 ++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/site/docs/4.7.3/overview/releaseNotes.md b/site/docs/4.7.3/overview/releaseNotes.md
new file mode 100644
index 0000000..0e57454
--- /dev/null
+++ b/site/docs/4.7.3/overview/releaseNotes.md
@@ -0,0 +1,34 @@
+---
+title: Apache BookKeeper 4.7.3 Release Notes
+---
+
+This is the 16th release of Apache BookKeeper!
+
+The 4.7.3 release is a bugfix release which fixes a bunch of issues reported from users of 4.7.2.
+
+Apache BookKeeper users who are using 4.7.2 are encouraged to upgrade to 4.7.3. The technical details of this release are summarized
+below.
+
+## Highlights
+
+- Cancel Scheduled SpeculativeReads, see [apache/bookkeeper#1665](https://github.com/apache/bookkeeper/pull/1665)
+
+- IllegalReferenceCountException at closing EntryLogManagerForSingleEntryLog, see [apache/bookkeeper#1703](https://github.com/apache/bookkeeper/issues/1703)
+
+- EntryMemTable.newEntry retains reference to passed ByteBuffer array can cause corruption on journal replay, see [apache/bookkeeper#1737](https://github.com/apache/bookkeeper/issues/1737)
+
+- Ledger deletion racing with flush can cause a ledger index to be resurrected, see [apache/bookkeeper#1757](https://github.com/apache/bookkeeper/issues/1757)
+
+- Don't cache Bookie hostname DNS resolution forever, see [apache/bookkeeper#1762](https://github.com/apache/bookkeeper/pull/1762)
+
+- Use default metric registry in Prometheus export, see [apache/bookkeeper#1765](https://github.com/apache/bookkeeper/pull/1765)
+
+- Fix Auth with v2 protocol, see [apache/bookkeeper#1805](https://github.com/apache/bookkeeper/pull/1805)
+
+- Remove MathUtils.now to address compaction scheduling deplay issues, see [apache/bookkeeper#1837](https://github.com/apache/bookkeeper/pull/1837)
+
+- DbLedgerStorage should do periodical flush, see [apache/bookkeeper#1843](https://github.com/apache/bookkeeper/pull/1843)
+
+## Full list of changes
+
+- [https://github.com/apache/bookkeeper/issues?q=label%3Arelease%2F4.7.3+is%3Aclosed](https://github.com/apache/bookkeeper/issues?q=label%3Arelease%2F4.7.3+is%3Aclosed)