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 d8c509c  Updated site at revision 72331e2
d8c509c is described below

commit d8c509cfda412623ea9a09111f476ca63d6d2fef
Author: jenkins <[email protected]>
AuthorDate: Fri Sep 21 15:55:09 2018 +0000

    Updated site at revision 72331e2
---
 content/docs/4.5.0/reference/config/index.html  | 12 ++++++------
 content/docs/4.5.1/reference/config/index.html  | 12 ++++++------
 content/docs/4.6.0/reference/config/index.html  | 12 ++++++------
 content/docs/4.6.1/reference/config/index.html  | 12 ++++++------
 content/docs/4.6.2/reference/config/index.html  | 12 ++++++------
 content/docs/4.7.0/reference/config/index.html  | 12 ++++++------
 content/docs/4.7.1/reference/config/index.html  | 12 ++++++------
 content/docs/4.7.2/reference/config/index.html  | 12 ++++++------
 content/docs/latest/reference/config/index.html | 12 ++++++------
 9 files changed, 54 insertions(+), 54 deletions(-)

diff --git a/content/docs/4.5.0/reference/config/index.html 
b/content/docs/4.5.0/reference/config/index.html
index c9883e0..d0b86d8 100644
--- a/content/docs/4.5.0/reference/config/index.html
+++ b/content/docs/4.5.0/reference/config/index.html
@@ -970,11 +970,11 @@ Available formats are 1-5:
  5: expanding header to 512 and padding writes to align sector size configured 
by <code class="highlighter-rouge">journalAlignmentSize</code>
  6: persisting explicitLac is introduced</p>
 
-<p>By default, it is <code class="highlighter-rouge">4</code>. If you’d like 
to enable <code class="highlighter-rouge">padding-writes</code> feature, you 
can set journal version to <code class="highlighter-rouge">5</code>.
-You can disable <code class="highlighter-rouge">padding-writes</code> by 
setting journal version back to <code class="highlighter-rouge">4</code>. This 
feature is available in 4.5.0 and onward versions.
-If you’d like to enable persisting ExplicitLac, you can set this config to 6 
and also fileInfoFormatVersionToWrite should be atleast 1. If there is mismatch 
then the serverconfig is considered invalid.</p>
+<p>By default, it is <code class="highlighter-rouge">6</code>. 
+If you’d like to disable persisting ExplicitLac, you can set this config to 
&lt; <code class="highlighter-rouge">6</code> and also 
fileInfoFormatVersionToWrite should be set to 0. If there is mismatch then the 
serverconfig is considered invalid.
+You can disable <code class="highlighter-rouge">padding-writes</code> by 
setting journal version back to <code class="highlighter-rouge">4</code>. This 
feature is available in 4.5.0 and onward versions.</p>
 </td>
-      <td><code>4</code></td>
+      <td><code>6</code></td>
     </tr>
     
     <tr id="journalMaxSizeMB">
@@ -1479,9 +1479,9 @@ Available formats are 0-1:
  0: Initial version
  1: persisting explicitLac is introduced</p>
 
-<p>By default, it is <code class="highlighter-rouge">0</code>. If you’d like 
to enable persisting ExplicitLac, you can set this config to 1 and also 
journalFormatVersionToWrite should be atleast 6. If there is mismatch then the 
serverconfig is considered invalid.</p>
+<p>By default, it is <code class="highlighter-rouge">1</code>. If you’d like 
to disable persisting ExplicitLac, you can set this config to 0 and also 
journalFormatVersionToWrite should be set to &lt; 6. If there is mismatch then 
the serverconfig is considered invalid.</p>
 </td>
-      <td><code>0</code></td>
+      <td><code>1</code></td>
     </tr>
     
     <tr id="pageSize">
diff --git a/content/docs/4.5.1/reference/config/index.html 
b/content/docs/4.5.1/reference/config/index.html
index 6d9a71b..b8437a3 100644
--- a/content/docs/4.5.1/reference/config/index.html
+++ b/content/docs/4.5.1/reference/config/index.html
@@ -970,11 +970,11 @@ Available formats are 1-5:
  5: expanding header to 512 and padding writes to align sector size configured 
by <code class="highlighter-rouge">journalAlignmentSize</code>
  6: persisting explicitLac is introduced</p>
 
-<p>By default, it is <code class="highlighter-rouge">4</code>. If you’d like 
to enable <code class="highlighter-rouge">padding-writes</code> feature, you 
can set journal version to <code class="highlighter-rouge">5</code>.
-You can disable <code class="highlighter-rouge">padding-writes</code> by 
setting journal version back to <code class="highlighter-rouge">4</code>. This 
feature is available in 4.5.0 and onward versions.
-If you’d like to enable persisting ExplicitLac, you can set this config to 6 
and also fileInfoFormatVersionToWrite should be atleast 1. If there is mismatch 
then the serverconfig is considered invalid.</p>
+<p>By default, it is <code class="highlighter-rouge">6</code>. 
+If you’d like to disable persisting ExplicitLac, you can set this config to 
&lt; <code class="highlighter-rouge">6</code> and also 
fileInfoFormatVersionToWrite should be set to 0. If there is mismatch then the 
serverconfig is considered invalid.
+You can disable <code class="highlighter-rouge">padding-writes</code> by 
setting journal version back to <code class="highlighter-rouge">4</code>. This 
feature is available in 4.5.0 and onward versions.</p>
 </td>
-      <td><code>4</code></td>
+      <td><code>6</code></td>
     </tr>
     
     <tr id="journalMaxSizeMB">
@@ -1479,9 +1479,9 @@ Available formats are 0-1:
  0: Initial version
  1: persisting explicitLac is introduced</p>
 
-<p>By default, it is <code class="highlighter-rouge">0</code>. If you’d like 
to enable persisting ExplicitLac, you can set this config to 1 and also 
journalFormatVersionToWrite should be atleast 6. If there is mismatch then the 
serverconfig is considered invalid.</p>
+<p>By default, it is <code class="highlighter-rouge">1</code>. If you’d like 
to disable persisting ExplicitLac, you can set this config to 0 and also 
journalFormatVersionToWrite should be set to &lt; 6. If there is mismatch then 
the serverconfig is considered invalid.</p>
 </td>
-      <td><code>0</code></td>
+      <td><code>1</code></td>
     </tr>
     
     <tr id="pageSize">
diff --git a/content/docs/4.6.0/reference/config/index.html 
b/content/docs/4.6.0/reference/config/index.html
index a76b112..bd7028a 100644
--- a/content/docs/4.6.0/reference/config/index.html
+++ b/content/docs/4.6.0/reference/config/index.html
@@ -970,11 +970,11 @@ Available formats are 1-5:
  5: expanding header to 512 and padding writes to align sector size configured 
by <code class="highlighter-rouge">journalAlignmentSize</code>
  6: persisting explicitLac is introduced</p>
 
-<p>By default, it is <code class="highlighter-rouge">4</code>. If you’d like 
to enable <code class="highlighter-rouge">padding-writes</code> feature, you 
can set journal version to <code class="highlighter-rouge">5</code>.
-You can disable <code class="highlighter-rouge">padding-writes</code> by 
setting journal version back to <code class="highlighter-rouge">4</code>. This 
feature is available in 4.5.0 and onward versions.
-If you’d like to enable persisting ExplicitLac, you can set this config to 6 
and also fileInfoFormatVersionToWrite should be atleast 1. If there is mismatch 
then the serverconfig is considered invalid.</p>
+<p>By default, it is <code class="highlighter-rouge">6</code>. 
+If you’d like to disable persisting ExplicitLac, you can set this config to 
&lt; <code class="highlighter-rouge">6</code> and also 
fileInfoFormatVersionToWrite should be set to 0. If there is mismatch then the 
serverconfig is considered invalid.
+You can disable <code class="highlighter-rouge">padding-writes</code> by 
setting journal version back to <code class="highlighter-rouge">4</code>. This 
feature is available in 4.5.0 and onward versions.</p>
 </td>
-      <td><code>4</code></td>
+      <td><code>6</code></td>
     </tr>
     
     <tr id="journalMaxSizeMB">
@@ -1479,9 +1479,9 @@ Available formats are 0-1:
  0: Initial version
  1: persisting explicitLac is introduced</p>
 
-<p>By default, it is <code class="highlighter-rouge">0</code>. If you’d like 
to enable persisting ExplicitLac, you can set this config to 1 and also 
journalFormatVersionToWrite should be atleast 6. If there is mismatch then the 
serverconfig is considered invalid.</p>
+<p>By default, it is <code class="highlighter-rouge">1</code>. If you’d like 
to disable persisting ExplicitLac, you can set this config to 0 and also 
journalFormatVersionToWrite should be set to &lt; 6. If there is mismatch then 
the serverconfig is considered invalid.</p>
 </td>
-      <td><code>0</code></td>
+      <td><code>1</code></td>
     </tr>
     
     <tr id="pageSize">
diff --git a/content/docs/4.6.1/reference/config/index.html 
b/content/docs/4.6.1/reference/config/index.html
index 20e12b2..a22b70e 100644
--- a/content/docs/4.6.1/reference/config/index.html
+++ b/content/docs/4.6.1/reference/config/index.html
@@ -970,11 +970,11 @@ Available formats are 1-5:
  5: expanding header to 512 and padding writes to align sector size configured 
by <code class="highlighter-rouge">journalAlignmentSize</code>
  6: persisting explicitLac is introduced</p>
 
-<p>By default, it is <code class="highlighter-rouge">4</code>. If you’d like 
to enable <code class="highlighter-rouge">padding-writes</code> feature, you 
can set journal version to <code class="highlighter-rouge">5</code>.
-You can disable <code class="highlighter-rouge">padding-writes</code> by 
setting journal version back to <code class="highlighter-rouge">4</code>. This 
feature is available in 4.5.0 and onward versions.
-If you’d like to enable persisting ExplicitLac, you can set this config to 6 
and also fileInfoFormatVersionToWrite should be atleast 1. If there is mismatch 
then the serverconfig is considered invalid.</p>
+<p>By default, it is <code class="highlighter-rouge">6</code>. 
+If you’d like to disable persisting ExplicitLac, you can set this config to 
&lt; <code class="highlighter-rouge">6</code> and also 
fileInfoFormatVersionToWrite should be set to 0. If there is mismatch then the 
serverconfig is considered invalid.
+You can disable <code class="highlighter-rouge">padding-writes</code> by 
setting journal version back to <code class="highlighter-rouge">4</code>. This 
feature is available in 4.5.0 and onward versions.</p>
 </td>
-      <td><code>4</code></td>
+      <td><code>6</code></td>
     </tr>
     
     <tr id="journalMaxSizeMB">
@@ -1479,9 +1479,9 @@ Available formats are 0-1:
  0: Initial version
  1: persisting explicitLac is introduced</p>
 
-<p>By default, it is <code class="highlighter-rouge">0</code>. If you’d like 
to enable persisting ExplicitLac, you can set this config to 1 and also 
journalFormatVersionToWrite should be atleast 6. If there is mismatch then the 
serverconfig is considered invalid.</p>
+<p>By default, it is <code class="highlighter-rouge">1</code>. If you’d like 
to disable persisting ExplicitLac, you can set this config to 0 and also 
journalFormatVersionToWrite should be set to &lt; 6. If there is mismatch then 
the serverconfig is considered invalid.</p>
 </td>
-      <td><code>0</code></td>
+      <td><code>1</code></td>
     </tr>
     
     <tr id="pageSize">
diff --git a/content/docs/4.6.2/reference/config/index.html 
b/content/docs/4.6.2/reference/config/index.html
index c50e375..1aa011d 100644
--- a/content/docs/4.6.2/reference/config/index.html
+++ b/content/docs/4.6.2/reference/config/index.html
@@ -970,11 +970,11 @@ Available formats are 1-5:
  5: expanding header to 512 and padding writes to align sector size configured 
by <code class="highlighter-rouge">journalAlignmentSize</code>
  6: persisting explicitLac is introduced</p>
 
-<p>By default, it is <code class="highlighter-rouge">4</code>. If you’d like 
to enable <code class="highlighter-rouge">padding-writes</code> feature, you 
can set journal version to <code class="highlighter-rouge">5</code>.
-You can disable <code class="highlighter-rouge">padding-writes</code> by 
setting journal version back to <code class="highlighter-rouge">4</code>. This 
feature is available in 4.5.0 and onward versions.
-If you’d like to enable persisting ExplicitLac, you can set this config to 6 
and also fileInfoFormatVersionToWrite should be atleast 1. If there is mismatch 
then the serverconfig is considered invalid.</p>
+<p>By default, it is <code class="highlighter-rouge">6</code>. 
+If you’d like to disable persisting ExplicitLac, you can set this config to 
&lt; <code class="highlighter-rouge">6</code> and also 
fileInfoFormatVersionToWrite should be set to 0. If there is mismatch then the 
serverconfig is considered invalid.
+You can disable <code class="highlighter-rouge">padding-writes</code> by 
setting journal version back to <code class="highlighter-rouge">4</code>. This 
feature is available in 4.5.0 and onward versions.</p>
 </td>
-      <td><code>4</code></td>
+      <td><code>6</code></td>
     </tr>
     
     <tr id="journalMaxSizeMB">
@@ -1479,9 +1479,9 @@ Available formats are 0-1:
  0: Initial version
  1: persisting explicitLac is introduced</p>
 
-<p>By default, it is <code class="highlighter-rouge">0</code>. If you’d like 
to enable persisting ExplicitLac, you can set this config to 1 and also 
journalFormatVersionToWrite should be atleast 6. If there is mismatch then the 
serverconfig is considered invalid.</p>
+<p>By default, it is <code class="highlighter-rouge">1</code>. If you’d like 
to disable persisting ExplicitLac, you can set this config to 0 and also 
journalFormatVersionToWrite should be set to &lt; 6. If there is mismatch then 
the serverconfig is considered invalid.</p>
 </td>
-      <td><code>0</code></td>
+      <td><code>1</code></td>
     </tr>
     
     <tr id="pageSize">
diff --git a/content/docs/4.7.0/reference/config/index.html 
b/content/docs/4.7.0/reference/config/index.html
index 160c1c5..e3609d1 100644
--- a/content/docs/4.7.0/reference/config/index.html
+++ b/content/docs/4.7.0/reference/config/index.html
@@ -970,11 +970,11 @@ Available formats are 1-5:
  5: expanding header to 512 and padding writes to align sector size configured 
by <code class="highlighter-rouge">journalAlignmentSize</code>
  6: persisting explicitLac is introduced</p>
 
-<p>By default, it is <code class="highlighter-rouge">4</code>. If you’d like 
to enable <code class="highlighter-rouge">padding-writes</code> feature, you 
can set journal version to <code class="highlighter-rouge">5</code>.
-You can disable <code class="highlighter-rouge">padding-writes</code> by 
setting journal version back to <code class="highlighter-rouge">4</code>. This 
feature is available in 4.5.0 and onward versions.
-If you’d like to enable persisting ExplicitLac, you can set this config to 6 
and also fileInfoFormatVersionToWrite should be atleast 1. If there is mismatch 
then the serverconfig is considered invalid.</p>
+<p>By default, it is <code class="highlighter-rouge">6</code>. 
+If you’d like to disable persisting ExplicitLac, you can set this config to 
&lt; <code class="highlighter-rouge">6</code> and also 
fileInfoFormatVersionToWrite should be set to 0. If there is mismatch then the 
serverconfig is considered invalid.
+You can disable <code class="highlighter-rouge">padding-writes</code> by 
setting journal version back to <code class="highlighter-rouge">4</code>. This 
feature is available in 4.5.0 and onward versions.</p>
 </td>
-      <td><code>4</code></td>
+      <td><code>6</code></td>
     </tr>
     
     <tr id="journalMaxSizeMB">
@@ -1479,9 +1479,9 @@ Available formats are 0-1:
  0: Initial version
  1: persisting explicitLac is introduced</p>
 
-<p>By default, it is <code class="highlighter-rouge">0</code>. If you’d like 
to enable persisting ExplicitLac, you can set this config to 1 and also 
journalFormatVersionToWrite should be atleast 6. If there is mismatch then the 
serverconfig is considered invalid.</p>
+<p>By default, it is <code class="highlighter-rouge">1</code>. If you’d like 
to disable persisting ExplicitLac, you can set this config to 0 and also 
journalFormatVersionToWrite should be set to &lt; 6. If there is mismatch then 
the serverconfig is considered invalid.</p>
 </td>
-      <td><code>0</code></td>
+      <td><code>1</code></td>
     </tr>
     
     <tr id="pageSize">
diff --git a/content/docs/4.7.1/reference/config/index.html 
b/content/docs/4.7.1/reference/config/index.html
index 1f1aea3..f65cd4f 100644
--- a/content/docs/4.7.1/reference/config/index.html
+++ b/content/docs/4.7.1/reference/config/index.html
@@ -970,11 +970,11 @@ Available formats are 1-5:
  5: expanding header to 512 and padding writes to align sector size configured 
by <code class="highlighter-rouge">journalAlignmentSize</code>
  6: persisting explicitLac is introduced</p>
 
-<p>By default, it is <code class="highlighter-rouge">4</code>. If you’d like 
to enable <code class="highlighter-rouge">padding-writes</code> feature, you 
can set journal version to <code class="highlighter-rouge">5</code>.
-You can disable <code class="highlighter-rouge">padding-writes</code> by 
setting journal version back to <code class="highlighter-rouge">4</code>. This 
feature is available in 4.5.0 and onward versions.
-If you’d like to enable persisting ExplicitLac, you can set this config to 6 
and also fileInfoFormatVersionToWrite should be atleast 1. If there is mismatch 
then the serverconfig is considered invalid.</p>
+<p>By default, it is <code class="highlighter-rouge">6</code>. 
+If you’d like to disable persisting ExplicitLac, you can set this config to 
&lt; <code class="highlighter-rouge">6</code> and also 
fileInfoFormatVersionToWrite should be set to 0. If there is mismatch then the 
serverconfig is considered invalid.
+You can disable <code class="highlighter-rouge">padding-writes</code> by 
setting journal version back to <code class="highlighter-rouge">4</code>. This 
feature is available in 4.5.0 and onward versions.</p>
 </td>
-      <td><code>4</code></td>
+      <td><code>6</code></td>
     </tr>
     
     <tr id="journalMaxSizeMB">
@@ -1479,9 +1479,9 @@ Available formats are 0-1:
  0: Initial version
  1: persisting explicitLac is introduced</p>
 
-<p>By default, it is <code class="highlighter-rouge">0</code>. If you’d like 
to enable persisting ExplicitLac, you can set this config to 1 and also 
journalFormatVersionToWrite should be atleast 6. If there is mismatch then the 
serverconfig is considered invalid.</p>
+<p>By default, it is <code class="highlighter-rouge">1</code>. If you’d like 
to disable persisting ExplicitLac, you can set this config to 0 and also 
journalFormatVersionToWrite should be set to &lt; 6. If there is mismatch then 
the serverconfig is considered invalid.</p>
 </td>
-      <td><code>0</code></td>
+      <td><code>1</code></td>
     </tr>
     
     <tr id="pageSize">
diff --git a/content/docs/4.7.2/reference/config/index.html 
b/content/docs/4.7.2/reference/config/index.html
index 3ea8cf6..5aace23 100644
--- a/content/docs/4.7.2/reference/config/index.html
+++ b/content/docs/4.7.2/reference/config/index.html
@@ -970,11 +970,11 @@ Available formats are 1-5:
  5: expanding header to 512 and padding writes to align sector size configured 
by <code class="highlighter-rouge">journalAlignmentSize</code>
  6: persisting explicitLac is introduced</p>
 
-<p>By default, it is <code class="highlighter-rouge">4</code>. If you’d like 
to enable <code class="highlighter-rouge">padding-writes</code> feature, you 
can set journal version to <code class="highlighter-rouge">5</code>.
-You can disable <code class="highlighter-rouge">padding-writes</code> by 
setting journal version back to <code class="highlighter-rouge">4</code>. This 
feature is available in 4.5.0 and onward versions.
-If you’d like to enable persisting ExplicitLac, you can set this config to 6 
and also fileInfoFormatVersionToWrite should be atleast 1. If there is mismatch 
then the serverconfig is considered invalid.</p>
+<p>By default, it is <code class="highlighter-rouge">6</code>. 
+If you’d like to disable persisting ExplicitLac, you can set this config to 
&lt; <code class="highlighter-rouge">6</code> and also 
fileInfoFormatVersionToWrite should be set to 0. If there is mismatch then the 
serverconfig is considered invalid.
+You can disable <code class="highlighter-rouge">padding-writes</code> by 
setting journal version back to <code class="highlighter-rouge">4</code>. This 
feature is available in 4.5.0 and onward versions.</p>
 </td>
-      <td><code>4</code></td>
+      <td><code>6</code></td>
     </tr>
     
     <tr id="journalMaxSizeMB">
@@ -1479,9 +1479,9 @@ Available formats are 0-1:
  0: Initial version
  1: persisting explicitLac is introduced</p>
 
-<p>By default, it is <code class="highlighter-rouge">0</code>. If you’d like 
to enable persisting ExplicitLac, you can set this config to 1 and also 
journalFormatVersionToWrite should be atleast 6. If there is mismatch then the 
serverconfig is considered invalid.</p>
+<p>By default, it is <code class="highlighter-rouge">1</code>. If you’d like 
to disable persisting ExplicitLac, you can set this config to 0 and also 
journalFormatVersionToWrite should be set to &lt; 6. If there is mismatch then 
the serverconfig is considered invalid.</p>
 </td>
-      <td><code>0</code></td>
+      <td><code>1</code></td>
     </tr>
     
     <tr id="pageSize">
diff --git a/content/docs/latest/reference/config/index.html 
b/content/docs/latest/reference/config/index.html
index 0533088..09e59e4 100644
--- a/content/docs/latest/reference/config/index.html
+++ b/content/docs/latest/reference/config/index.html
@@ -970,11 +970,11 @@ Available formats are 1-5:
  5: expanding header to 512 and padding writes to align sector size configured 
by <code class="highlighter-rouge">journalAlignmentSize</code>
  6: persisting explicitLac is introduced</p>
 
-<p>By default, it is <code class="highlighter-rouge">4</code>. If you’d like 
to enable <code class="highlighter-rouge">padding-writes</code> feature, you 
can set journal version to <code class="highlighter-rouge">5</code>.
-You can disable <code class="highlighter-rouge">padding-writes</code> by 
setting journal version back to <code class="highlighter-rouge">4</code>. This 
feature is available in 4.5.0 and onward versions.
-If you’d like to enable persisting ExplicitLac, you can set this config to 6 
and also fileInfoFormatVersionToWrite should be atleast 1. If there is mismatch 
then the serverconfig is considered invalid.</p>
+<p>By default, it is <code class="highlighter-rouge">6</code>. 
+If you’d like to disable persisting ExplicitLac, you can set this config to 
&lt; <code class="highlighter-rouge">6</code> and also 
fileInfoFormatVersionToWrite should be set to 0. If there is mismatch then the 
serverconfig is considered invalid.
+You can disable <code class="highlighter-rouge">padding-writes</code> by 
setting journal version back to <code class="highlighter-rouge">4</code>. This 
feature is available in 4.5.0 and onward versions.</p>
 </td>
-      <td><code>4</code></td>
+      <td><code>6</code></td>
     </tr>
     
     <tr id="journalMaxSizeMB">
@@ -1479,9 +1479,9 @@ Available formats are 0-1:
  0: Initial version
  1: persisting explicitLac is introduced</p>
 
-<p>By default, it is <code class="highlighter-rouge">0</code>. If you’d like 
to enable persisting ExplicitLac, you can set this config to 1 and also 
journalFormatVersionToWrite should be atleast 6. If there is mismatch then the 
serverconfig is considered invalid.</p>
+<p>By default, it is <code class="highlighter-rouge">1</code>. If you’d like 
to disable persisting ExplicitLac, you can set this config to 0 and also 
journalFormatVersionToWrite should be set to &lt; 6. If there is mismatch then 
the serverconfig is considered invalid.</p>
 </td>
-      <td><code>0</code></td>
+      <td><code>1</code></td>
     </tr>
     
     <tr id="pageSize">

Reply via email to