You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ad...@apache.org on 2018/02/07 15:30:07 UTC

svn commit: r1823480 - in /jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby: client_mbean_server_died.png client_mbean_server_working.png client_mbean_server_works_again.png coldstandby.md mbeans.png

Author: adulceanu
Date: Wed Feb  7 15:30:07 2018
New Revision: 1823480

URL: http://svn.apache.org/viewvc?rev=1823480&view=rev
Log:
OAK-7112 - Update documentation for cold standby
Backported r1823477,r1823478 from trunk

Modified:
    jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/client_mbean_server_died.png
    jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/client_mbean_server_working.png
    jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/client_mbean_server_works_again.png
    jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/coldstandby.md
    jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/mbeans.png

Modified: jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/client_mbean_server_died.png
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/client_mbean_server_died.png?rev=1823480&r1=1823479&r2=1823480&view=diff
==============================================================================
Binary files jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/client_mbean_server_died.png (original) and jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/client_mbean_server_died.png Wed Feb  7 15:30:07 2018 differ

Modified: jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/client_mbean_server_working.png
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/client_mbean_server_working.png?rev=1823480&r1=1823479&r2=1823480&view=diff
==============================================================================
Binary files jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/client_mbean_server_working.png (original) and jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/client_mbean_server_working.png Wed Feb  7 15:30:07 2018 differ

Modified: jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/client_mbean_server_works_again.png
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/client_mbean_server_works_again.png?rev=1823480&r1=1823479&r2=1823480&view=diff
==============================================================================
Binary files jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/client_mbean_server_works_again.png (original) and jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/client_mbean_server_works_again.png Wed Feb  7 15:30:07 2018 differ

Modified: jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/coldstandby.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/coldstandby.md?rev=1823480&r1=1823479&r2=1823480&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/coldstandby.md (original)
+++ jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/coldstandby.md Wed Feb  7 15:30:07 2018
@@ -23,35 +23,36 @@ The *Cold Standby* feature allows one or
 
 ### What is isn't
 
-The *Cold Standby* feature does not guarantee file, filesystem or even repository **integrity**! If the content of a tar file is corrupted, a file is missing or anything similar happens to the locally stored files the installation will break because these situation or not checked, detected or treated!
+The *Cold Standby* feature does not guarantee file, filesystem or even repository **integrity**! If the content of a tar file is corrupted, a file is missing or anything similar happens to the locally stored files the installation will break because these situations are not checked, detected or treated!
 
 ### How it works
 
-On the master a TCP port is opened and listening to incoming messages. Currently there a two messages implemented:
+On the master a TCP port is opened and listening to incoming messages. Currently there are four messages implemented:
 
 * give me the segment id of the current head
-* give me a segment data with a specified id
+* give me the segment data for a segment with the specified id
+* give me all the segment ids referenced by a segment with the specified id
+* give me the blob data for a blob with the specified id
 
-The clients periodically request the segment id of the current head of the master. If the segment is locally unknown it will be retrieved. If it's already present the segments are compared and referenced segments (if necessary) will be requested, too.
+The clients periodically request the segment id of the current head of the master. If the segment is locally unknown it will be retrieved. If it's already present the segments are compared and referenced segments and blobs (if necessary) will be requested, too.
 
 
 ### Prerequisites
 
-An Oak installation using the SegmentNodeStore
+An Oak installation using the SegmentNodeStore.
 
 ### Setup
 
 1. Perform a filesystem based copy of the master repository.
-2. on the master activate the feature by specifying the runmode `primary`.
-3. on the client(s) activate the feature by specifying the runmode `standby` (add additional parameters if desired) and specify the path to the repository
-4. start the master and the client(s).
+2. On the master activate the feature by specifying the runmode `primary`.
+3. On the client(s) activate the feature by specifying the runmode `standby` (add additional parameters if desired) and specify the path to the repository.
+4. Start the master and the client(s).
 
 You can add the additional configuration option `secure=true` if you like a SSL secured connection between the client and the master. It must be garantueed that **all** clients and the master either use secure or standard connections! A mixed configuration will definitely fail.
 
 The clients specify the master host using the `host` (default is `localhost`) and `port` (default is `8023`) configuration options. For monitoring reasons (see below) the client(s) must be distinctable. Therefore a generic UUID is automatically created for each running client and this UUID is used to identify the client on the master. If you want to specify the name of the client you can set a system property `standbyID`.
 
-<!-- TODO: add the master specific arguments (like the accepted incoming IP ranges) -->
-The master can define the TCP port the feature is listening (default is `8023`) using the `port` configuration option. If you want to restrict the communication you can specify a list of allowed IPs or IP ranges....
+The master can define the TCP port the feature is listening (default is `8023`) using the `port` configuration option. If you want to restrict the communication you can specify a list of allowed IPs or IP ranges.
 
 ### Robustness
 
@@ -59,7 +60,7 @@ The data flow is designed to detect and
 
 ### Monitoring
 
-The *Cold Standby* feature exposes informations using JMX/MBeans. Doing so you can inspect the current state of the client(s) and the master using standard tools like `jconsole` or `jmc` (if running JDK 1.7 or higher). The information can be found if you look for a `org.apache.jackrabbit.oak:type="Standby"` MBean named `Status`.
+The *Cold Standby* feature exposes information using JMX/MBeans. Doing so, you can inspect the current state of the client(s) and the master using standard tools like `jconsole` or `jmc` (if running JDK 1.7 or higher). The information can be found if you look for a `org.apache.jackrabbit.oak:type="Standby"` MBean named `Status`.
 
 #####Client
 Observing a client you will notice exactly one node (the id is either a generic UUID or the name specified by the `standbyID` system property). This node has five readonly attributes:
@@ -81,23 +82,23 @@ A typical communication with the server
 
 ![Screenshot showing MBeans with working server](client_mbean_server_working.png)
 
-The server can not be contacted anyore:
+The server can not be contacted anymore:
 
 ![Screenshot showing MBeans with server died](client_mbean_server_died.png)
 
-The server is live and reachable again and after some errors everythings is up and running again:
+The server is live and reachable again and after some errors everything is up and running again:
 
 ![Screenshot showing MBeans with server working again](client_mbean_server_works_again.png)
     
 #####Master
-Observing the master exposes some general (non client-specific) informations via a MBean whose id value is the port number the `Cold Standby` service is using (usually `8023`). There are almost the same attributes and methods as described above but the values differ:
+Observing the master exposes some general (non client-specific) information via a MBean whose id value is the port number the `Cold Standby` service is using (usually `8023`). There are almost the same attributes and methods as described above, but the values differ:
 
 * `Mode`: always the constant value `master`
 * `Status`: has more values like `got message`
 * `FailedRequests`: not available in master mode
 * `SecondsSinceLastSuccess`: not available in master mode
 
-Furthermore informations for each (up to 10) clients can be retrieved. The MBean id is the name of the client (see above). There are no invokable methods for these MBeans but some very useful readonly attributes:
+Furthermore, information for each (up to 10) clients can be retrieved. The MBean id is the name of the client (see above). There are no invokable methods for these MBeans, but some very useful readonly attributes:
 
 * `Name`: the id of the client
 * `LastSeenTimestamp`: the timestamp of the last request in a textual representation
@@ -114,12 +115,12 @@ A typical state might look like this:
 ### Performance
 
 ##### Master
-Running on the master enabling the *Cold Standby* feature has almost no measurable impact on the performance. The additional CPU consumption is very low and the extra harddisk and network IO shouldn't have any drawbacks.
+Running on the master, enabling the *Cold Standby* feature has almost no measurable impact on the performance. The additional CPU consumption is very low and the extra harddisk and network IO shouldn't have any drawbacks.
 
 ##### Client
-Things look differently on the client! During a sync process you can expect at least one CPU core running close to 100% for all the time. Due to the fact that the procedure is not multithreaded you can't speed up the process by using multiple cores. If no data is changed/transferred there will be no measurable activity. The expected throughput is about 700 KB / sec. Obviously this number will vary depending on the hardware and network environment but it does not depend on the size of the repository or whether you use SSL encryption or not. You should keep this in mind when estimating the time needed for an initial sync or when much data was changed in the meantime on the master node.
+Things look differently on the client! During a sync process you can expect at least one CPU core running close to 100% for all the time. Due to the fact that the procedure is not multithreaded you can't speed up the process by using multiple cores. If no data is changed/transferred there will be no measurable activity. The expected throughput is about 700 KB / sec. Obviously this number will vary depending on the hardware and network environment, but it does not depend on the size of the repository or whether you use SSL encryption or not. You should keep this in mind when estimating the time needed for an initial sync or when much data was changed in the meantime on the master node.
 
 ### One word about security
 
-Assuming that the client(s) and the master run in the same intranet security zone there **should** be no security issue enabling the *Cold Standby* feature. Nevertheless you can add extra security by enabling SSL connections between the client(s) and the master (see above). Doing so reduces the possibility that the data is compromised by a man-in-the-middle. Furthermore you can specify the allowed client(s) by restricting the IP-address of incoming requests. This should help to garantuee that no one in the intranet can copy the repository (by accident).
+Assuming that the client(s) and the master run in the same intranet security zone there **should** be no security issue enabling the *Cold Standby* feature. Nevertheless, you can add extra security by enabling SSL connections between the client(s) and the master (see above). Doing so reduces the possibility that the data is compromised by a man-in-the-middle. Furthermore, you can specify the allowed client(s) by restricting the IP-address of incoming requests. This should help garantuee that no one in the intranet can copy the repository (by accident).
 

Modified: jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/mbeans.png
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/mbeans.png?rev=1823480&r1=1823479&r2=1823480&view=diff
==============================================================================
Binary files jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/mbeans.png (original) and jackrabbit/oak/branches/1.8/oak-doc/src/site/markdown/coldstandby/mbeans.png Wed Feb  7 15:30:07 2018 differ