浏览代码

HPCC-14376 DOCS:ROXIE redundancy config options

Fix HPCC-14376 DOCS:ROXIE redundancy config options
Improve the description of Roxie redundancy configuration options

Signed-off-by: G-Pan <greg.panagiotatos@lexisnexis.com>
G-Pan 7 年之前
父节点
当前提交
6e8b5a4a0e
共有 1 个文件被更改,包括 28 次插入1 次删除
  1. 28 1
      docs/UsingConfigManager/UsingConfigManager.xml

+ 28 - 1
docs/UsingConfigManager/UsingConfigManager.xml

@@ -2597,7 +2597,7 @@ sudo -u hpcc cp /etc/HPCCSystems/source/NewEnvironment.xml /etc/HPCCSystems/envi
                 then press OK.</para>
               </listitem>
             </orderedlist>All configured servers are then used when you create
-          a port to listen on. </para>
+          a port to listen on.</para>
 
           <variablelist>
             <varlistentry>
@@ -2611,6 +2611,33 @@ sudo -u hpcc cp /etc/HPCCSystems/source/NewEnvironment.xml /etc/HPCCSystems/envi
             </varlistentry>
           </variablelist>
         </sect3>
+
+        <sect3>
+          <title>Redundancy</title>
+
+          <para>Roxie can be configured to utilize a few different redundancy
+          models. <itemizedlist>
+              <listitem>
+                <para>Simple Redundancy - One channel per slave. Most commonly
+                used for a single node Roxie.</para>
+              </listitem>
+
+              <listitem>
+                <para>Full Redundancy - More slaves than the number of
+                channels. Multiple slaves host each channel.</para>
+              </listitem>
+
+              <listitem>
+                <para>Overloaded Redundancy - There are multiple channels per
+                slave.</para>
+              </listitem>
+
+              <listitem>
+                <para>Cyclic Redundancy - Each node hosts multiple channels in
+                rotation. The most commonly used configuration.</para>
+              </listitem>
+            </itemizedlist></para>
+        </sect3>
       </sect2>
 
       <sect2 id="Topology" role="brk">