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/activemq-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 32b0df4 Automatic Site Publish by Buildbot
32b0df4 is described below
commit 32b0df45d0382937315f87e34a767623ba556d6f
Author: buildbot <[email protected]>
AuthorDate: Wed Feb 17 11:30:42 2021 +0000
Automatic Site Publish by Buildbot
---
output/masterslave.html | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/output/masterslave.html b/output/masterslave.html
index 6bdf027..21b196f 100644
--- a/output/masterslave.html
+++ b/output/masterslave.html
@@ -120,16 +120,10 @@
<td>Run as many slaves as required. Automatic recovery of old
masters</td>
<td>Requires a shared database. Also relatively slow as it cannot use
the high performance journal</td>
</tr>
- <tr>
- <td><a
href="replicated-Features/PersistenceFeatures/Persistence/Features/Persistence/leveldb-store">Replicated
LevelDB Store</a></td>
- <td>ZooKeeper Server</td>
- <td>Run as many slaves as required. Automatic recovery of old masters.
Very fast.</td>
- <td>Requires a ZooKeeper server.</td>
- </tr>
</tbody>
</table>
-<p>If you are using a shared network file system such as a SAN we recommend a
<a href="shared-file-system-master-slave">Shared File System Master Slave</a>.
If you are happy to dispense with the high performance journal and are using
pure JDBC as your persistence engine then you should use <a
href="jdbc-master-slave">JDBC Master Slave</a> instead. For those willing to
try out new tech, the <a href="leveldb-store">Replicated LevelDB Store</a>
gives speeds similar to a SAN solution without [...]
+<p>If you are using a shared network file system such as a SAN we recommend a
<a href="shared-file-system-master-slave">Shared File System Master Slave</a>.
If you are happy to dispense with the high performance journal and are using
pure JDBC as your persistence engine then you should use <a
href="jdbc-master-slave">JDBC Master Slave</a> instead.</p>
</div>