This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/asf-site by this push:
new f6a4bae Updated site at revision 3ddc5db
f6a4bae is described below
commit f6a4baeb83d68af8ecc71fd01b6dba65fe477464
Author: jenkins <[email protected]>
AuthorDate: Sat Feb 3 17:44:37 2018 +0000
Updated site at revision 3ddc5db
---
content/docs/4.5.0/reference/config/index.html | 6 +++---
content/docs/4.5.1/reference/config/index.html | 6 +++---
content/docs/4.6.0/reference/config/index.html | 6 +++---
content/docs/4.6.1/reference/config/index.html | 6 +++---
content/docs/latest/overview/releaseNotes/index.html | 9 +++++++++
content/docs/latest/reference/config/index.html | 6 +++---
6 files changed, 24 insertions(+), 15 deletions(-)
diff --git a/content/docs/4.5.0/reference/config/index.html
b/content/docs/4.5.0/reference/config/index.html
index ee69da8..4c4ab10 100644
--- a/content/docs/4.5.0/reference/config/index.html
+++ b/content/docs/4.5.0/reference/config/index.html
@@ -1115,9 +1115,9 @@ You can disable <code
class="highlighter-rouge">padding-writes</code> by setting
</thead>
<tbody>
- <tr id="ledgerManagerType">
- <td><code>ledgerManagerType</code></td>
- <td><p>The ledger manager type, which defines how ledgers are stored,
managed, and garbage collected. See the <a
href="../../getting-started/concepts#ledger-manager">Ledger Manager</a> guide
for more details.</p>
+ <tr id="ledgerManagerFactoryClass">
+ <td><code>ledgerManagerFactoryClass</code></td>
+ <td><p>The ledger manager factory class, which defines how ledgers are
stored, managed, and garbage collected. See the <a
href="../../getting-started/concepts#ledger-manager">Ledger Manager</a> guide
for more details.</p>
</td>
<td><code>flat</code></td>
</tr>
diff --git a/content/docs/4.5.1/reference/config/index.html
b/content/docs/4.5.1/reference/config/index.html
index 71f63df..e88c2b1 100644
--- a/content/docs/4.5.1/reference/config/index.html
+++ b/content/docs/4.5.1/reference/config/index.html
@@ -1115,9 +1115,9 @@ You can disable <code
class="highlighter-rouge">padding-writes</code> by setting
</thead>
<tbody>
- <tr id="ledgerManagerType">
- <td><code>ledgerManagerType</code></td>
- <td><p>The ledger manager type, which defines how ledgers are stored,
managed, and garbage collected. See the <a
href="../../getting-started/concepts#ledger-manager">Ledger Manager</a> guide
for more details.</p>
+ <tr id="ledgerManagerFactoryClass">
+ <td><code>ledgerManagerFactoryClass</code></td>
+ <td><p>The ledger manager factory class, which defines how ledgers are
stored, managed, and garbage collected. See the <a
href="../../getting-started/concepts#ledger-manager">Ledger Manager</a> guide
for more details.</p>
</td>
<td><code>flat</code></td>
</tr>
diff --git a/content/docs/4.6.0/reference/config/index.html
b/content/docs/4.6.0/reference/config/index.html
index 5e72751..b774de0 100644
--- a/content/docs/4.6.0/reference/config/index.html
+++ b/content/docs/4.6.0/reference/config/index.html
@@ -1115,9 +1115,9 @@ You can disable <code
class="highlighter-rouge">padding-writes</code> by setting
</thead>
<tbody>
- <tr id="ledgerManagerType">
- <td><code>ledgerManagerType</code></td>
- <td><p>The ledger manager type, which defines how ledgers are stored,
managed, and garbage collected. See the <a
href="../../getting-started/concepts#ledger-manager">Ledger Manager</a> guide
for more details.</p>
+ <tr id="ledgerManagerFactoryClass">
+ <td><code>ledgerManagerFactoryClass</code></td>
+ <td><p>The ledger manager factory class, which defines how ledgers are
stored, managed, and garbage collected. See the <a
href="../../getting-started/concepts#ledger-manager">Ledger Manager</a> guide
for more details.</p>
</td>
<td><code>flat</code></td>
</tr>
diff --git a/content/docs/4.6.1/reference/config/index.html
b/content/docs/4.6.1/reference/config/index.html
index 27dfb71..3327fc4 100644
--- a/content/docs/4.6.1/reference/config/index.html
+++ b/content/docs/4.6.1/reference/config/index.html
@@ -1115,9 +1115,9 @@ You can disable <code
class="highlighter-rouge">padding-writes</code> by setting
</thead>
<tbody>
- <tr id="ledgerManagerType">
- <td><code>ledgerManagerType</code></td>
- <td><p>The ledger manager type, which defines how ledgers are stored,
managed, and garbage collected. See the <a
href="../../getting-started/concepts#ledger-manager">Ledger Manager</a> guide
for more details.</p>
+ <tr id="ledgerManagerFactoryClass">
+ <td><code>ledgerManagerFactoryClass</code></td>
+ <td><p>The ledger manager factory class, which defines how ledgers are
stored, managed, and garbage collected. See the <a
href="../../getting-started/concepts#ledger-manager">Ledger Manager</a> guide
for more details.</p>
</td>
<td><code>flat</code></td>
</tr>
diff --git a/content/docs/latest/overview/releaseNotes/index.html
b/content/docs/latest/overview/releaseNotes/index.html
index 717bb93..356169f 100644
--- a/content/docs/latest/overview/releaseNotes/index.html
+++ b/content/docs/latest/overview/releaseNotes/index.html
@@ -466,6 +466,14 @@
<li>Or <a href="https://apachebookkeeper.herokuapp.com/">join us on
Slack</a> to connect with Apache BookKeeper committers and contributors.</li>
</ul>
+<h3 id="existing-api-changes">Existing API changes</h3>
+
+<ul>
+ <li>The default ledger manager factory is changed from
FlatLedgerManagerFactory to HierarchicalLedgerManagerFactory if <code
class="highlighter-rouge">ledgerManagerFactoryClass</code>
+is specified. If you have a cluster running with older versions and no <code
class="highlighter-rouge">ledgerManagerFactoryClass</code> is set before, you
need to set
+<code class="highlighter-rouge">ledgerManagerFactoryClass</code> explicitly to
<code
class="highlighter-rouge">org.apache.bookkeeper.meta.FlatLedgerManagerFactory</code>
in your bookie configuration before upgrade.</li>
+</ul>
+
</section>
@@ -478,6 +486,7 @@
<div class="toc">
<h2 class="title">Apache BookKeeper 4.7.0-SNAPSHOT Release Notes</h2>
<ul class="section-nav">
+<li class="toc-entry toc-h3"><a href="#existing-api-changes">Existing API
changes</a></li>
</ul>
</div>
diff --git a/content/docs/latest/reference/config/index.html
b/content/docs/latest/reference/config/index.html
index ea424fa..f391c34 100644
--- a/content/docs/latest/reference/config/index.html
+++ b/content/docs/latest/reference/config/index.html
@@ -1115,9 +1115,9 @@ You can disable <code
class="highlighter-rouge">padding-writes</code> by setting
</thead>
<tbody>
- <tr id="ledgerManagerType">
- <td><code>ledgerManagerType</code></td>
- <td><p>The ledger manager type, which defines how ledgers are stored,
managed, and garbage collected. See the <a
href="../../getting-started/concepts#ledger-manager">Ledger Manager</a> guide
for more details.</p>
+ <tr id="ledgerManagerFactoryClass">
+ <td><code>ledgerManagerFactoryClass</code></td>
+ <td><p>The ledger manager factory class, which defines how ledgers are
stored, managed, and garbage collected. See the <a
href="../../getting-started/concepts#ledger-manager">Ledger Manager</a> guide
for more details.</p>
</td>
<td><code>flat</code></td>
</tr>
--
To stop receiving notification emails like this one, please contact
[email protected].