Added: helix/site-content/1.4.0-docs/design_crushed.html
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/design_crushed.html?rev=1918422&view=auto
==============================================================================
--- helix/site-content/1.4.0-docs/design_crushed.html (added)
+++ helix/site-content/1.4.0-docs/design_crushed.html Wed Jun 19 01:36:37 2024
@@ -0,0 +1,368 @@
+
+<!DOCTYPE html>
+
+
+
+
+
+
+<!--
+ Generated by Apache Maven Doxia at 2024-06-18  Rendered using Reflow Maven 
Skin 2.0.0 (https://olamy.github.io/reflow-maven-skin)
+-->
+<html  xml:lang="en" lang="en">
+
+       <head>
+               <meta charset="UTF-8" />
+               <title>Apache Helix &#x2013; CrushED (Crush-based rebalancer 
with Even Distribution)</title>
+               <meta name="viewport" content="width=device-width, 
initial-scale=1.0" />
+               <meta name="description" content="" />
+               <meta http-equiv="content-language" content="en" />
+
+               <link href="./css/bootstrap.min.css" rel="stylesheet" />
+               <link href="./css/bootstrap-responsive.min.css" 
rel="stylesheet" />
+               <link href="./css/docs.css" rel="stylesheet" />
+               <link href="./css/reflow-skin.css" rel="stylesheet" />
+
+
+               <link href="./css/lightbox.css" rel="stylesheet" />
+
+               <link href="./css/site.css" rel="stylesheet" />
+               <link href="./css/print.css" rel="stylesheet" media="print" />
+
+               <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+               <!--[if lt IE 9]>
+                       <script src="./js/html5.js"></script>
+               <![endif]-->
+
+
+
+
+
+    
+<!-- Matomo -->
+<script>
+    var _paq = window._paq = window._paq || [];
+                        _paq.push(['disableCookies']);
+                                    _paq.push(['trackPageView']);
+                                    _paq.push(['enableLinkTracking']);
+                    
+    (function() {
+        var u="https://analytics.apache.org";;
+        _paq.push(['setTrackerUrl', u+'/matomo.php']);
+        _paq.push(['setSiteId', '15']);
+        var d=document, g=d.createElement('script'), 
s=d.getElementsByTagName('script')[0];
+        g.async=true; g.src=u+'/matomo.js'; s.parentNode.insertBefore(g,s);
+    })();
+</script>
+<!-- End Matomo Code -->
+       </head>
+
+       <body class="page-design_crushed project-140-docs" data-spy="scroll" 
data-offset="60" data-target="#toc-scroll-target">
+
+    
+               <div class="navbar navbar-fixed-top">
+                       <div class="navbar-inner">
+                               <div class="container">
+                                       <a class="btn btn-navbar" 
data-toggle="collapse" data-target="#top-nav-collapse">
+                                               <span class="icon-bar"></span>
+                                               <span class="icon-bar"></span>
+                                               <span class="icon-bar"></span>
+                                       </a>
+                                       <a class="brand" 
href="http://helix.apache.org";>Apache Helix</a>
+                                       <div class="nav-collapse collapse" 
id="top-nav-collapse">
+                                               <ul class="nav pull-right">
+                                                       <li ><a 
href="index.html" title="Helix 1.4.0">Helix 1.4.0</a></li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Get Helix <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="download.html" title="Download">Download</a></li>
+                                                                       <li ><a 
href="Building.html" title="Building">Building</a></li>
+                                                                       <li ><a 
href="releasenotes/release-1.4.0.html" title="Release Notes">Release 
Notes</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Hands-On <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="Quickstart.html" title="Quick Start">Quick Start</a></li>
+                                                                       <li ><a 
href="Tutorial.html" title="Tutorial">Tutorial</a></li>
+                                                                       <li ><a 
href="../javadocs/1.4.0" title="Javadocs">Javadocs</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Recipes <b class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="recipes/lock_manager.html" title="Distributed lock manager">Distributed 
lock manager</a></li>
+                                                                       <li ><a 
href="recipes/rabbitmq_consumer_group.html" title="Rabbit MQ consumer 
group">Rabbit MQ consumer group</a></li>
+                                                                       <li ><a 
href="recipes/rsync_replicated_file_store.html" title="Rsync replicated file 
store">Rsync replicated file store</a></li>
+                                                                       <li ><a 
href="recipes/service_discovery.html" title="Service discovery">Service 
discovery</a></li>
+                                                                       <li ><a 
href="recipes/task_dag_execution.html" title="Distributed task DAG 
execution">Distributed task DAG execution</a></li>
+                                                               </ul>
+                                                       </li>
+                                               </ul>
+                                       </div><!--/.nav-collapse -->
+                               </div>
+                       </div>
+               </div>
+
+       <div class="container">
+
+       <!-- Masthead
+       ================================================== -->
+
+       <header>
+       <div class="jumbotron subhead">
+               <div class="row" id="banner">
+                       <div class="span12">
+                               <div class="pull-left">
+                                       <a href="http://helix.apache.org/"; 
id="bannerLeft"><img src="../images/helix-logo.jpg" alt='"''"' /></a>
+                                       <p class="lead">A cluster management 
framework for partitioned and replicated distributed resources</p>
+                               </div>
+                               <div class="pull-right">
+                                       <a href="http://www.apache.org/"; 
id="bannerRight"><img src="../images/feather_small.gif" alt='"''"' /></a>
+                               </div>
+                       </div>
+               </div>
+       </div>
+               <div>
+                       <ul class="breadcrumb">
+                               <li><a href="../" title="Apache Helix">Apache 
Helix</a></li>
+                               <li class="divider">/</li>
+                               <li><a href="./" title="Release 1.4.0">Release 
1.4.0</a></li>
+                               <li class="divider">/</li>
+                               <li>CrushED (Crush-based rebalancer with Even 
Distribution)</li>
+                               <li class="publishDate version-date 
pull-right">Last Published: 2024-06-18</li>
+                       </ul>
+               </div>
+       </header>
+
+       <div class="main-body">
+       <div class="row">
+               <div class="span12">
+                       <div class="body-content">
+<div class="page-header">
+ <h1>CrushED (Crush-based rebalancer with Even Distribution)</h1>
+</div> 
+<section> 
+ <h2 id="Overview">Overview</h2> 
+ <p>Helix provides AutoRebalanceStrategy which is based on card dealing 
strategy. This strategy takes the current mapping as an input, and computes new 
mappings only for the partitions that need to be moved. This provides minimum 
partition movement, but the mapping is not deterministic, and moreover, 
fault-zone aware mapping (i.e. rack-aware partitioning) is not possible.</p> 
+ <p>CRUSH-based partitioning scheme was implemented to provide fault-zone 
aware mapping and deterministic partition assignment. CrushRebalanceStrategy 
(and MultiRoundCrushRebalanceStrategy)&nbsp;algorithm uses pseudo-random 
partition placement to ensure consistent partition distribution. As the number 
of placed items (i.e partitions) approaches infinity, the distribution will be 
perfectly uniform. However, with a small number of placed items, especially for 
resources (i.e. databases) with a small number of partitions, the placement 
algorithm may result in fairly uneven partition distribution.</p> 
+ <p>We want to provide a new rebalance strategy that provides a deterministic 
and fault-zone aware mapping while providing even partition distribution in all 
cases. In this document, we propose a hybrid algorithm that uses CRUSH, card 
dealing strategy, and consistent hashing to ensure both&nbsp;even distribution 
and minimal partition movement (while cluster topology remains the same). We 
call it CrushED (Crush w/ Even Distribution). Compared to CRUSH, CrushED 
results in a much more uniform distribution and minimal partition movements as 
long as topology remains the same, at the cost of additional run time 
computation.</p> 
+</section> 
+<section> 
+ <h2 id="Design">Design</h2> 
+ <p>In addition to what we already achieved in CrushRebalanceStrategy, we have 
2 high level goals :</p> 
+ <ol style="list-style-type: decimal"> 
+  <li>Even distribution.</li> 
+  <li>Minimize partition movements when instances go up/down.</li> 
+ </ol> 
+ <p>CrushRebalanceStrategy has very small movement count, but the distribution 
is not optimal. MultiRoundCrushRebalanceStrategy was designed to solve this 
problem by running CRUSH multiple times on partition assignments that 
contribute to uneven mapping. However, due to potentially high number of 
rounds, computation cost is high, we observed significantly more partition 
movements when the cluster topology is changed.</p> 
+ <p>Since we have a good base strategy, CrushRebalanceStrategy, we built 
CrushEDRebalanceStrategy on top of it. Sample mapping of both strategies are as 
following. Note that blue parts remain unchanged before and after.</p> 
+ <p>Before (CRUSH)</p> 
+ <p><img src="images/design/crushed/before-using-crush.png" alt="Before 
(CRUSH)"></p> 
+ <p>After (new strategy)</p> 
+ <p><img src="images/design/crushed/after-using-crushed.png" alt="After (new 
strategy)"></p> 
+ <p>Since the problem is NP-hard. We are not expecting the best assignment. A 
greedy algorithm works good enough.<br> After we tried different designs, we 
found it's hard to achieve both goals (even distribution and fewer movements) 
using a single strategy. So we decided to apply a hybrid algorithm that 
finishes the work step by step.</p> 
+ <p><b>Step 1, run CRUSH to get a base assignment.</b><br> The base assignment 
usually contains a certain number of uneven partitions(i.e. extra partitions 
above perfect distribution), so we need the following steps to re-distribute 
them.</p> 
+ <p><b>Step 2, run a card dealing algorithm on the uneven parts.</b><br> 
Assign extra partitions to under-loaded nodes, using card dealing strategy. 
This algorithm is conceptually simple. The result ensures that all partitions 
are assigned to instances with minimum difference. When gauranteeing fault-zone 
safe assignment, our greedy algorithm may not be able to calculate possible 
results because of fault-zone conflict.</p> 
+ <p>Example of assignments after step 2,</p> 
+ <p><img src="images/design/crushed/example-cluster-partition-dist.png" 
alt="Example"></p> 
+ <p><b>Step 3, Shuffle partitions' preference lists.</b><br> State assignments 
(i.e. Master, Slave, Online, Offline, etc) are made according to preflist, 
ordered node. When using randomly ordered lists, State assignment is also 
random, and it may result in uneven state distribution. To resolve this issue, 
CrushED assigns scores to nodes as it computes pref list, to give all nodes 
equal chances in appearing at the top of the pref list. This operation results 
in a much more even state distribution.</p> 
+ <p>Example of master distribution before step 3,</p> 
+ <p><img src="images/design/crushed/example-cluster-master-dist.png" 
alt="Example"></p> 
+ <p>Example of master distribution after step 3,</p> 
+ <p><img src="images/design/crushed/example-cluster-master-dist-after.png" 
alt="Example"></p> 
+ <p><b>Step 4, re-calculate the assignment for the partitions on temporarily 
disabled nodes using a consistent hashing algorithm.</b><br> Consistent hashing 
ensures minimize partition movement.<br> Note that the first 3 steps are using 
full node list, regardless of disabled or offline nodes. So the assignment will 
be stable even the algorithm contains random factors such hashCode. Then step 4 
ensures all the disabled nodes are handled correctly without causing huge 
partition movements.</p> 
+ <p>Pseudocode of above algorithm is as follows :</p> 
+ <p><b>Pseudo Code</b></p> 
+ <div class="source"> 
+  <pre><code>// Round 1: Calculate mapping using the base strategy.
+// Note to use all nodes for minimizing the influence of live node changes.
+origPartitionMap = 
getBaseRebalanceStrategy().computePartitionAssignment(allNodes, clusterData);
+
+// Transform current assignment to instance-&gt;partitions map, and get total 
partitions
+nodeToPartitionMap = convertMap(origPartitionMap);
+
+// Round 2: Rebalance mapping using card dealing algorithm.
+Topology allNodeTopo = new Topology(allNodes, clusterData);
+cardDealer.computeMapping(allNodeTopo, nodeToPartitionMap);
+
+// Since states are assigned according to preference list order, shuffle 
preference list for even states distribution.
+shufflePreferenceList(nodeToPartitionMap);
+
+// Round 3: Re-mapping the partitions on non-live nodes using consistent 
hashing for reducing movement.
+// Consistent hashing ensures minimum movements when nodes are disabled 
unexpectedly.
+if (!liveNodes.containsAll(allNodes)) {
+  Topology liveNodeTopo = new Topology(liveNodes, clusterData);
+  hashPlacement.computeMapping(liveNodeTopo, nodeToPartitionMap);
+}
+
+if (!nodeToPartitionMap.isEmpty()) {
+  // Round 2 and 3 is done successfully
+  return convertMap(nodeToPartitionMap);
+} else {
+  return getBaseRebalanceStrategy().computePartitionAssignment(liveNodes, 
clusterData);
+}
+</code></pre> 
+ </div> 
+ <section> 
+  <h3 id="Maximum_uneven_partition_assignment_using_CrushED">Maximum uneven 
partition assignment using CrushED</h3> 
+  <p>Helix cluster typically manages 1 or more resources (i.e. databases). For 
each resource, CrushED makes the best effort to ensure the partition count 
difference is at most 1 across all the instances. Assuming such assignment is 
possible considering fault-zone configuration, the worst partition distribution 
happens when all one off partitions are located in one node. So N resources in 
a cluster can theoretically have their extra partitions in one node, so the 
node will have N additional partitions in total. Thus, the maximum difference 
between the most heavily loaded node and the least is <b>the number of 
resources</b> in a cluster.</p> 
+ </section> 
+</section> 
+<section> 
+ <h2 id="Experiment">Experiment</h2> 
+ <p>We tested CrushED by simulating real production cluster topology data. And 
we tested multiple scenarios:</p> 
+ <ul> 
+  <li>Distribution based on cluster topology.</li> 
+  <li>Disabling hosts to simulate hosts down.</li> 
+  <li>Adding hosts to simulate expansion.</li> 
+  <li>Rolling upgrade.</li> 
+ </ul> 
+ <p>All results show that CrushED generates more uniform global distribution 
compared with CRUSH.<br> Moreover, partition movements in most scenarios are 
minimized. When topology changes (i.e. cluster expansion), there can be 
significantly more partition movements, but we can control the impact by using 
State Transition Throttling feature.</p> 
+ <section> 
+  <h3 id="Partition_Distribution">Partition Distribution</h3> 
+  <p>Following charts demonstrate the worst cases (min load vs. max load) and 
STDEVs of partition/master distributions from some sample clusters data.<br> If 
we measure the improvement by STDEV, CrushED improves the partition 
distribution evenness by 87% on average compared with CRUSH. And for state 
assignment (i.e. Mastership assignment) the evenness improvement is 68% on 
average.</p> 
+  <p><img src="images/design/crushed/cursh-partition-dist.png" 
alt="Example"><img src="images/design/crushed/crushed-partition-dist.png" 
alt="Example"></p> 
+  <p><img src="images/design/crushed/cursh-master-dist.png" alt="Example"><img 
src="images/design/crushed/crushed-master-dist.png" alt="Example"></p> 
+ </section> 
+ <section> 
+  <h3 id="Disabling_Nodes">Disabling Nodes</h3> 
+  <p>When nodes are offline or disabled, CrushED will re-assign the partitions 
to other live nodes. The algorithm move only the necessary partitions.<br> We 
simulated disabling nodes, and measured partition movement changes and 
mastership changes. We also used the expected movement (the partitions/masters 
count on the disabled nodes) as a baseline to measure extra movements.</p> 
+  <p>The results show that movement is highly correlated to the number of 
disabled nodes, and extra movements are minor (in most cases 0 movements).</p> 
+  <p>Note that <b>Rate</b> in this document is <b>the changed number / total 
partition or master count</b>.</p> 
+  <p><img src="images/design/crushed/node-down-partition-move.png" 
alt="Example"><img src="images/design/crushed/node-down-master-move.png" 
alt="Example"></p> 
+ </section> 
+ <section> 
+  <h3 id="Rolling_upgrade">Rolling upgrade</h3> 
+  <p>Rolling upgrade is different from disabling nodes. Since nodes are reset 
one by one, in this test we assume the difference could be 2 nodes in maximum 
(for example, upgrading Node A then upgrading Node B).<br> In this case, 
movements are still minimized. Even in the worst case scenario, extra partition 
movements and mastership changes are still close to 0%.</p> 
+  <p>Note that in real production clusters, we can completely avoid partition 
movements while doing rolling upgrade, by enabling Delayed Rebalancing.</p> 
+ </section> 
+ <section> 
+  <h3 id="Adding_Nodes">Adding Nodes</h3> 
+  <p>Adding nodes (i.e. cluster expansion) changes topology. CrushED uses card 
dealing strategy to provide even distribution, so when topology changes, there 
are a lot of additional partition movements than CRUSH.</p> 
+  <p>Note that the extra change rate is not correlated with the number of 
additional nodes. So our recommendation is finishing expansion in one operation 
so as to do only one partition shuffling.</p> 
+ </section> 
+ <section> 
+  <h3 id="Algorithm_Performance">Algorithm Performance</h3> 
+  <p>We compared CrushED with CRUSH algorithms using different instance 
numbers. The tests are executed multiple times and we recorded median 
computation time.<br> CrushED does not cost much additional computation time 
for regular rebalancing. In some of the worst cases, 30% more runtime was 
observed, compared with CRUSH, but it is quicker than MultiRoundCRUSH.</p> 
+  <p>However, when there are down nodes since CrushED needs to run an 
additional consistent hashing based re-distribution, the computation time will 
be much longer. In some cases, we saw more than 3 times compared to CRUSH.</p> 
+  <p>With some <b>performance improvements</b>, such as using cache to avoid 
duplicate calculation, we achieved to greatly reduce CrushED's running time. 
According to our experiment, it is now close to MultiRound CRUSH.</p> 
+  <p><img src="images/design/crushed/performance.png" alt="Example"></p> 
+ </section> 
+</section> 
+<section> 
+ <h2 id="Conclusion">Conclusion</h2> 
+ <p>CrushED achieves more uniform distribution compared with CRUSH at the cost 
of higher rebalance computation and more partition movement when the cluster 
topology changes.</p> 
+</section> 
+<section> 
+ <h2 id="Simple_User_Guide">Simple User Guide</h2> 
+ <ol style="list-style-type: decimal"> 
+  <li>Ensure the resouce is using FULL_AUTO mode.</li> 
+  <li>Set rebalance strategy to be 
“org.apache.helix.controller.rebalancer.strategy.CrushEdRebalanceStrategy”.</li>
 
+  <li>Expect more partition movement on topology changes when using the new 
strategy.</li> 
+ </ol> 
+ <p><b>IdeaState SimpleFields Example</b></p> 
+ <div class="source"> 
+  <pre><code>HELIX_ENABLED : "true"
+IDEAL\_STATE\_MODE : "AUTO_REBALANCE"
+REBALANCE\_MODE : "FULL\_AUTO"
+REBALANCE_STRATEGY : 
"org.apache.helix.controller.rebalancer.strategy.CrushRebalanceStrategy"
+MIN\_ACTIVE\_REPLICAS : "0"
+NUM_PARTITIONS : "64"
+REBALANCER\_CLASS\_NAME : 
"org.apache.helix.controller.rebalancer.DelayedAutoRebalancer"
+REPLICAS : "1"
+STATE\_MODEL\_DEF_REF : "LeaderStandby"
+</code></pre> 
+ </div> 
+</section>
+                       </div>
+               </div>
+       </div>
+       </div>
+
+       </div><!-- /container -->
+
+       <!-- Footer
+       ================================================== -->
+       <footer class="well">
+               <div class="container">
+                       <div class="row">
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li class="nav-header">Get 
Helix</li>
+                                               <li >
+                                                       <a href="download.html" 
title="Download">Download</a>
+                                               </li>
+                                               <li >
+                                                       <a href="Building.html" 
title="Building">Building</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="releasenotes/release-1.4.0.html" title="Release Notes">Release Notes</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Hands-On</li>
+                                               <li >
+                                                       <a 
href="Quickstart.html" title="Quick Start">Quick Start</a>
+                                               </li>
+                                               <li >
+                                                       <a href="Tutorial.html" 
title="Tutorial">Tutorial</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../javadocs/1.4.0" title="Javadocs">Javadocs</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Recipes</li>
+                                               <li >
+                                                       <a 
href="recipes/lock_manager.html" title="Distributed lock manager">Distributed 
lock manager</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="recipes/rabbitmq_consumer_group.html" title="Rabbit MQ consumer 
group">Rabbit MQ consumer group</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="recipes/rsync_replicated_file_store.html" title="Rsync replicated file 
store">Rsync replicated file store</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="recipes/service_discovery.html" title="Service discovery">Service 
discovery</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="recipes/task_dag_execution.html" title="Distributed task DAG 
execution">Distributed task DAG execution</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                       </div>
+               </div>
+       </footer>
+
+       <div class="container subfooter">
+               <div class="row">
+                       <div class="span12">
+                               <p class="pull-right"><a href="#">Back to 
top</a></p>
+                               <p class="copyright">Copyright &copy;2024 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All Rights 
Reserved.</p>
+                               <p><a 
href="https://github.com/olamy/reflow-maven-skin"; title="Reflow Maven 
skin">Reflow Maven skin</a> maintained by <a href="https://twitter.com/olamy"; 
target="_blank" title="Olivier Lamy">Olivier Lamy</a>.</p>
+               <div class="row span16"><div>Apache Helix, Apache, the Apache 
feather logo, and the Apache Helix project logos are trademarks of The Apache 
Software Foundation.
+        All other marks mentioned may be trademarks or registered trademarks 
of their respective owners.</div>
+        <a 
href="https://helix.apache.org/1.4.0-docs/privacy-policy.html";>Privacy 
Policy</a>
+      </div>
+                       </div>
+               </div>
+       </div>
+
+       <!-- Le javascript
+       ================================================== -->
+       <!-- Placed at the end of the document so the pages load faster -->
+       <script src="./js/jquery.min.js"></script>
+
+       <script src="./js/bootstrap.min.js"></script>
+       <script src="./js/lightbox.min.js"></script>
+       <script src="./js/reflow-scroll.js"></script>
+
+       <script src="./js/reflow-skin.js"></script>
+
+       </body>
+</html>
\ No newline at end of file

Added: helix/site-content/1.4.0-docs/distribution-management.html
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/distribution-management.html?rev=1918422&view=auto
==============================================================================
--- helix/site-content/1.4.0-docs/distribution-management.html (added)
+++ helix/site-content/1.4.0-docs/distribution-management.html Wed Jun 19 
01:36:37 2024
@@ -0,0 +1,248 @@
+
+<!DOCTYPE html>
+
+
+
+
+
+
+<!--
+ Generated by Apache Maven Doxia at 2024-06-18  Rendered using Reflow Maven 
Skin 2.0.0 (https://olamy.github.io/reflow-maven-skin)
+-->
+<html  xml:lang="en" lang="en">
+
+       <head>
+               <meta charset="UTF-8" />
+               <title>Apache Helix &#x2013; Project Distribution 
Management</title>
+               <meta name="viewport" content="width=device-width, 
initial-scale=1.0" />
+               <meta name="description" content="" />
+               <meta http-equiv="content-language" content="en" />
+
+               <link href="./css/bootstrap.min.css" rel="stylesheet" />
+               <link href="./css/bootstrap-responsive.min.css" 
rel="stylesheet" />
+               <link href="./css/docs.css" rel="stylesheet" />
+               <link href="./css/reflow-skin.css" rel="stylesheet" />
+
+
+               <link href="./css/lightbox.css" rel="stylesheet" />
+
+               <link href="./css/site.css" rel="stylesheet" />
+               <link href="./css/print.css" rel="stylesheet" media="print" />
+
+               <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+               <!--[if lt IE 9]>
+                       <script src="./js/html5.js"></script>
+               <![endif]-->
+
+
+
+
+
+    
+<!-- Matomo -->
+<script>
+    var _paq = window._paq = window._paq || [];
+                        _paq.push(['disableCookies']);
+                                    _paq.push(['trackPageView']);
+                                    _paq.push(['enableLinkTracking']);
+                    
+    (function() {
+        var u="https://analytics.apache.org";;
+        _paq.push(['setTrackerUrl', u+'/matomo.php']);
+        _paq.push(['setSiteId', '15']);
+        var d=document, g=d.createElement('script'), 
s=d.getElementsByTagName('script')[0];
+        g.async=true; g.src=u+'/matomo.js'; s.parentNode.insertBefore(g,s);
+    })();
+</script>
+<!-- End Matomo Code -->
+       </head>
+
+       <body class="page-distribution-management project-140-docs" 
data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
+
+    
+               <div class="navbar navbar-fixed-top">
+                       <div class="navbar-inner">
+                               <div class="container">
+                                       <a class="btn btn-navbar" 
data-toggle="collapse" data-target="#top-nav-collapse">
+                                               <span class="icon-bar"></span>
+                                               <span class="icon-bar"></span>
+                                               <span class="icon-bar"></span>
+                                       </a>
+                                       <a class="brand" 
href="http://helix.apache.org";>Apache Helix</a>
+                                       <div class="nav-collapse collapse" 
id="top-nav-collapse">
+                                               <ul class="nav pull-right">
+                                                       <li ><a 
href="index.html" title="Helix 1.4.0">Helix 1.4.0</a></li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Get Helix <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="download.html" title="Download">Download</a></li>
+                                                                       <li ><a 
href="Building.html" title="Building">Building</a></li>
+                                                                       <li ><a 
href="releasenotes/release-1.4.0.html" title="Release Notes">Release 
Notes</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Hands-On <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="Quickstart.html" title="Quick Start">Quick Start</a></li>
+                                                                       <li ><a 
href="Tutorial.html" title="Tutorial">Tutorial</a></li>
+                                                                       <li ><a 
href="../javadocs/1.4.0" title="Javadocs">Javadocs</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Recipes <b class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="recipes/lock_manager.html" title="Distributed lock manager">Distributed 
lock manager</a></li>
+                                                                       <li ><a 
href="recipes/rabbitmq_consumer_group.html" title="Rabbit MQ consumer 
group">Rabbit MQ consumer group</a></li>
+                                                                       <li ><a 
href="recipes/rsync_replicated_file_store.html" title="Rsync replicated file 
store">Rsync replicated file store</a></li>
+                                                                       <li ><a 
href="recipes/service_discovery.html" title="Service discovery">Service 
discovery</a></li>
+                                                                       <li ><a 
href="recipes/task_dag_execution.html" title="Distributed task DAG 
execution">Distributed task DAG execution</a></li>
+                                                               </ul>
+                                                       </li>
+                                               </ul>
+                                       </div><!--/.nav-collapse -->
+                               </div>
+                       </div>
+               </div>
+
+       <div class="container">
+
+       <!-- Masthead
+       ================================================== -->
+
+       <header>
+       <div class="jumbotron subhead">
+               <div class="row" id="banner">
+                       <div class="span12">
+                               <div class="pull-left">
+                                       <a href="http://helix.apache.org/"; 
id="bannerLeft"><img src="../images/helix-logo.jpg" alt='"''"' /></a>
+                                       <p class="lead">A cluster management 
framework for partitioned and replicated distributed resources</p>
+                               </div>
+                               <div class="pull-right">
+                                       <a href="http://www.apache.org/"; 
id="bannerRight"><img src="../images/feather_small.gif" alt='"''"' /></a>
+                               </div>
+                       </div>
+               </div>
+       </div>
+               <div>
+                       <ul class="breadcrumb">
+                               <li><a href="../" title="Apache Helix">Apache 
Helix</a></li>
+                               <li class="divider">/</li>
+                               <li><a href="./" title="Release 1.4.0">Release 
1.4.0</a></li>
+                               <li class="divider">/</li>
+                               <li>Project Distribution Management</li>
+                               <li class="publishDate version-date 
pull-right">Last Published: 2024-06-18</li>
+                       </ul>
+               </div>
+       </header>
+
+       <div class="main-body">
+       <div class="row">
+               <div class="span12">
+                       <div class="body-content">
+<section> 
+ <div class="page-header">
+  <h2 id="Overview">Overview</h2>
+ </div><a name="Overview"></a> 
+ <p>The following is the distribution management information used by this 
project.</p> 
+ <section> 
+  <h3 id="Repository_-_apache.releases.https">Repository - 
apache.releases.https</h3><a name="Repository_-_apache.releases.https"></a><a 
class="externalLink" 
href="https://repository.apache.org/service/local/staging/deploy/maven2";>https://repository.apache.org/service/local/staging/deploy/maven2</a>
 
+ </section> 
+ <section> 
+  <h3 id="Snapshot_Repository_-_apache.snapshots.https">Snapshot Repository - 
apache.snapshots.https</h3><a 
name="Snapshot_Repository_-_apache.snapshots.https"></a><a class="externalLink" 
href="https://repository.apache.org/content/repositories/snapshots";>https://repository.apache.org/content/repositories/snapshots</a>
 
+ </section> 
+ <section> 
+  <h3 id="Site_-_apache.website">Site - apache.website</h3><a 
name="Site_-_apache.website"></a> 
+  
<p>scm:svn:https://svn.apache.org/repos/asf/helix/site-content//1.4.0-docs</p> 
+ </section> 
+</section>
+                       </div>
+               </div>
+       </div>
+       </div>
+
+       </div><!-- /container -->
+
+       <!-- Footer
+       ================================================== -->
+       <footer class="well">
+               <div class="container">
+                       <div class="row">
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li class="nav-header">Get 
Helix</li>
+                                               <li >
+                                                       <a href="download.html" 
title="Download">Download</a>
+                                               </li>
+                                               <li >
+                                                       <a href="Building.html" 
title="Building">Building</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="releasenotes/release-1.4.0.html" title="Release Notes">Release Notes</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Hands-On</li>
+                                               <li >
+                                                       <a 
href="Quickstart.html" title="Quick Start">Quick Start</a>
+                                               </li>
+                                               <li >
+                                                       <a href="Tutorial.html" 
title="Tutorial">Tutorial</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../javadocs/1.4.0" title="Javadocs">Javadocs</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Recipes</li>
+                                               <li >
+                                                       <a 
href="recipes/lock_manager.html" title="Distributed lock manager">Distributed 
lock manager</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="recipes/rabbitmq_consumer_group.html" title="Rabbit MQ consumer 
group">Rabbit MQ consumer group</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="recipes/rsync_replicated_file_store.html" title="Rsync replicated file 
store">Rsync replicated file store</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="recipes/service_discovery.html" title="Service discovery">Service 
discovery</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="recipes/task_dag_execution.html" title="Distributed task DAG 
execution">Distributed task DAG execution</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                       </div>
+               </div>
+       </footer>
+
+       <div class="container subfooter">
+               <div class="row">
+                       <div class="span12">
+                               <p class="pull-right"><a href="#">Back to 
top</a></p>
+                               <p class="copyright">Copyright &copy;2024 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All Rights 
Reserved.</p>
+                               <p><a 
href="https://github.com/olamy/reflow-maven-skin"; title="Reflow Maven 
skin">Reflow Maven skin</a> maintained by <a href="https://twitter.com/olamy"; 
target="_blank" title="Olivier Lamy">Olivier Lamy</a>.</p>
+               <div class="row span16"><div>Apache Helix, Apache, the Apache 
feather logo, and the Apache Helix project logos are trademarks of The Apache 
Software Foundation.
+        All other marks mentioned may be trademarks or registered trademarks 
of their respective owners.</div>
+        <a 
href="https://helix.apache.org/1.4.0-docs/privacy-policy.html";>Privacy 
Policy</a>
+      </div>
+                       </div>
+               </div>
+       </div>
+
+       <!-- Le javascript
+       ================================================== -->
+       <!-- Placed at the end of the document so the pages load faster -->
+       <script src="./js/jquery.min.js"></script>
+
+       <script src="./js/bootstrap.min.js"></script>
+       <script src="./js/lightbox.min.js"></script>
+       <script src="./js/reflow-scroll.js"></script>
+
+       <script src="./js/reflow-skin.js"></script>
+
+       </body>
+</html>
\ No newline at end of file

Added: helix/site-content/1.4.0-docs/download.cgi
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/download.cgi?rev=1918422&view=auto
==============================================================================
--- helix/site-content/1.4.0-docs/download.cgi (added)
+++ helix/site-content/1.4.0-docs/download.cgi Wed Jun 19 01:36:37 2024
@@ -0,0 +1,22 @@
+#!/bin/sh
+# Just call the standard mirrors.cgi script. It will use download.html
+# as the input template.
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*

Added: helix/site-content/1.4.0-docs/download.html
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/download.html?rev=1918422&view=auto
==============================================================================
--- helix/site-content/1.4.0-docs/download.html (added)
+++ helix/site-content/1.4.0-docs/download.html Wed Jun 19 01:36:37 2024
@@ -0,0 +1,344 @@
+
+<!DOCTYPE html>
+
+
+
+
+
+
+<!--
+ Generated by Apache Maven Doxia at 2024-06-18  Rendered using Reflow Maven 
Skin 2.0.0 (https://olamy.github.io/reflow-maven-skin)
+-->
+<html  xml:lang="en" lang="en">
+
+       <head>
+               <meta charset="UTF-8" />
+               <title>Apache Helix &#x2013; Apache Helix Downloads</title>
+               <meta name="viewport" content="width=device-width, 
initial-scale=1.0" />
+               <meta name="description" content="" />
+               <meta name="author" content="Apache Helix Documentation Team" />
+               <meta http-equiv="content-language" content="en" />
+
+               <link href="./css/bootstrap.min.css" rel="stylesheet" />
+               <link href="./css/bootstrap-responsive.min.css" 
rel="stylesheet" />
+               <link href="./css/docs.css" rel="stylesheet" />
+               <link href="./css/reflow-skin.css" rel="stylesheet" />
+
+
+               <link href="./css/lightbox.css" rel="stylesheet" />
+
+               <link href="./css/site.css" rel="stylesheet" />
+               <link href="./css/print.css" rel="stylesheet" media="print" />
+
+               <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+               <!--[if lt IE 9]>
+                       <script src="./js/html5.js"></script>
+               <![endif]-->
+
+
+
+
+
+    
+<!-- Matomo -->
+<script>
+    var _paq = window._paq = window._paq || [];
+                        _paq.push(['disableCookies']);
+                                    _paq.push(['trackPageView']);
+                                    _paq.push(['enableLinkTracking']);
+                    
+    (function() {
+        var u="https://analytics.apache.org";;
+        _paq.push(['setTrackerUrl', u+'/matomo.php']);
+        _paq.push(['setSiteId', '15']);
+        var d=document, g=d.createElement('script'), 
s=d.getElementsByTagName('script')[0];
+        g.async=true; g.src=u+'/matomo.js'; s.parentNode.insertBefore(g,s);
+    })();
+</script>
+<!-- End Matomo Code -->
+       </head>
+
+       <body class="page-download project-140-docs" data-spy="scroll" 
data-offset="60" data-target="#toc-scroll-target">
+
+    
+               <div class="navbar navbar-fixed-top">
+                       <div class="navbar-inner">
+                               <div class="container">
+                                       <a class="btn btn-navbar" 
data-toggle="collapse" data-target="#top-nav-collapse">
+                                               <span class="icon-bar"></span>
+                                               <span class="icon-bar"></span>
+                                               <span class="icon-bar"></span>
+                                       </a>
+                                       <a class="brand" 
href="http://helix.apache.org";>Apache Helix</a>
+                                       <div class="nav-collapse collapse" 
id="top-nav-collapse">
+                                               <ul class="nav pull-right">
+                                                       <li ><a 
href="index.html" title="Helix 1.4.0">Helix 1.4.0</a></li>
+                                                       <li class="dropdown 
active">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Get Helix <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li 
class="active"><a href="" title="Download">Download</a></li>
+                                                                       <li ><a 
href="Building.html" title="Building">Building</a></li>
+                                                                       <li ><a 
href="releasenotes/release-1.4.0.html" title="Release Notes">Release 
Notes</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Hands-On <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="Quickstart.html" title="Quick Start">Quick Start</a></li>
+                                                                       <li ><a 
href="Tutorial.html" title="Tutorial">Tutorial</a></li>
+                                                                       <li ><a 
href="../javadocs/1.4.0" title="Javadocs">Javadocs</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Recipes <b class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="recipes/lock_manager.html" title="Distributed lock manager">Distributed 
lock manager</a></li>
+                                                                       <li ><a 
href="recipes/rabbitmq_consumer_group.html" title="Rabbit MQ consumer 
group">Rabbit MQ consumer group</a></li>
+                                                                       <li ><a 
href="recipes/rsync_replicated_file_store.html" title="Rsync replicated file 
store">Rsync replicated file store</a></li>
+                                                                       <li ><a 
href="recipes/service_discovery.html" title="Service discovery">Service 
discovery</a></li>
+                                                                       <li ><a 
href="recipes/task_dag_execution.html" title="Distributed task DAG 
execution">Distributed task DAG execution</a></li>
+                                                               </ul>
+                                                       </li>
+                                               </ul>
+                                       </div><!--/.nav-collapse -->
+                               </div>
+                       </div>
+               </div>
+
+       <div class="container">
+
+       <!-- Masthead
+       ================================================== -->
+
+       <header>
+       <div class="jumbotron subhead">
+               <div class="row" id="banner">
+                       <div class="span12">
+                               <div class="pull-left">
+                                       <a href="http://helix.apache.org/"; 
id="bannerLeft"><img src="../images/helix-logo.jpg" alt='"''"' /></a>
+                                       <p class="lead">A cluster management 
framework for partitioned and replicated distributed resources</p>
+                               </div>
+                               <div class="pull-right">
+                                       <a href="http://www.apache.org/"; 
id="bannerRight"><img src="../images/feather_small.gif" alt='"''"' /></a>
+                               </div>
+                       </div>
+               </div>
+       </div>
+               <div>
+                       <ul class="breadcrumb">
+                               <li><a href="../" title="Apache Helix">Apache 
Helix</a></li>
+                               <li class="divider">/</li>
+                               <li><a href="./" title="Release 1.4.0">Release 
1.4.0</a></li>
+                               <li class="divider">/</li>
+                               <li>Apache Helix Downloads</li>
+                               <li class="publishDate version-date 
pull-right">Last Published: 2024-06-18</li>
+                       </ul>
+               </div>
+       </header>
+
+       <div class="main-body">
+       <div class="row">
+               <div class="span12">
+                       <div class="body-content">
+<div class="toc_container"> 
+ <ul class="toc"> 
+  <li><a href="#Introduction">Introduction</a></li> 
+  <li><a href="#Release">Release</a> 
+   <ul> 
+    <li><a href="#Mirror">Mirror</a></li> 
+    <li><a href="#a1.3.0_Sources">1.3.0 Sources</a></li> 
+    <li><a href="#a1.3.0_Binaries">1.3.0 Binaries</a></li> 
+   </ul></li> 
+  <li><a href="#Verifying_Releases">Verifying Releases</a></li> 
+ </ul> 
+</div> 
+<section> 
+ <div class="page-header">
+  <h2 id="Introduction">Introduction</h2>
+ </div> 
+ <p>Apache Helix artifacts are distributed in source and binary form under the 
terms of the <a class="externalLink" 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>. See the included <code>LICENSE</code> and <code>NOTICE</code> files 
included in each artifact for additional license information. </p> 
+ <p>Use the links below to download a source distribution of Apache Helix. It 
is good practice to <a href="#Verifying_Releases">verify the integrity</a> of 
the distribution files.</p> 
+</section> 
+<section> 
+ <h2 id="Release">Release</h2> 
+ <p>Release date: 07/21/2023 </p> 
+ <p><a href="releasenotes/release-1.3.0.html">1.3.0 Release notes</a></p> <a 
name="mirror"></a> 
+ <section> 
+  <h3 id="Mirror">Mirror</h3> 
+  <p> [if-any logo] <a href="[link]"> <img src="[logo]" align="right" 
border="0" alt="logo"> </a> [end] The currently selected mirror is 
<b>[preferred]</b>. If you encounter a problem with this mirror, please select 
another mirror. If all mirrors are failing, there are <i>backup</i> mirrors (at 
the end of the mirrors list) that should be available. </p> 
+  <form action="[location]" method="get" id="SelectMirror" class="form-inline">
+    Other mirrors: <select name="Preferred" class="input-xlarge"> [if-any 
http] [for http] <option value="[http]">[http]</option> [end] [end] [if-any 
ftp] [for ftp] <option value="[ftp]">[ftp]</option> [end] [end] [if-any backup] 
[for backup] <option value="[backup]">[backup] (backup)</option> [end] [end] 
</select> 
+   <input type="submit" value="Change" class="btn"> 
+  </form> 
+  <p> You may also consult the <a class="externalLink" 
href="http://www.apache.org/mirrors/";>complete list of mirrors.</a> </p> 
+ </section> 
+ <section> 
+  <h3 id="a1.3.0_Sources">1.3.0 Sources</h3> 
+  <table border="0" class="bodyTable table table-striped table-hover"> 
+   <thead> 
+    <tr class="a"> 
+     <th>Artifact</th> 
+     <th>Signatures</th> 
+     <th>Hashes</th> 
+    </tr> 
+   </thead> 
+   <tbody> 
+    <tr class="b"> 
+     <td align="left"> <a 
href="[preferred]helix/1.3.0/src/helix-1.3.0-src.zip">helix-1.3.0-src.zip</a> 
</td> 
+     <td> <a class="externalLink" 
href="http://www.apache.org/dist/helix/1.3.0/src/helix-1.3.0-src.zip.asc";>asc</a>
 </td> 
+     <td> <a class="externalLink" 
href="http://www.apache.org/dist/helix/1.3.0/src/helix-1.3.0-src.zip.md5";>md5</a>
 <a class="externalLink" 
href="http://www.apache.org/dist/helix/1.3.0/src/helix-1.3.0-src.zip.sha1";>sha1</a>
 </td> 
+    </tr> 
+   </tbody> 
+  </table> 
+ </section> 
+ <section> 
+  <h3 id="a1.3.0_Binaries">1.3.0 Binaries</h3> 
+  <table border="0" class="bodyTable table table-striped table-hover"> 
+   <thead> 
+    <tr class="a"> 
+     <th>Artifact</th> 
+     <th>Signatures</th> 
+     <th>Hashes</th> 
+    </tr> 
+   </thead> 
+   <tbody> 
+    <tr class="b"> 
+     <td align="left"> <a 
href="[preferred]helix/1.3.0/binaries/helix-core-1.3.0-pkg.tar">helix-core-1.3.0-pkg.tar</a>
 </td> 
+     <td> <a class="externalLink" 
href="http://www.apache.org/dist/helix/1.3.0/binaries/helix-core-1.3.0-pkg.tar.asc";>asc</a>
 </td> 
+     <td> <a class="externalLink" 
href="http://www.apache.org/dist/helix/1.3.0/binaries/helix-core-1.3.0-pkg.tar.md5";>md5</a>
 <a class="externalLink" 
href="http://www.apache.org/dist/helix/1.3.0/binaries/helix-core-1.3.0-pkg.tar.sha1";>sha1</a>
 </td> 
+    </tr> 
+    <tr class="a"> 
+     <td align="left"> <a 
href="[preferred]helix/1.3.0/binaries/helix-admin-webapp-1.3.0-pkg.tar">helix-admin-webapp-1.3.0-pkg.tar</a>
 </td> 
+     <td> <a class="externalLink" 
href="http://www.apache.org/dist/helix/1.3.0/binaries/helix-admin-webapp-1.3.0-pkg.tar.asc";>asc</a>
 </td> 
+     <td> <a class="externalLink" 
href="http://www.apache.org/dist/helix/1.3.0/binaries/helix-admin-webapp-1.3.0-pkg.tar.md5";>md5</a>
 <a class="externalLink" 
href="http://www.apache.org/dist/helix/1.3.0/binaries/helix-admin-webapp-1.3.0-pkg.tar.sha1";>sha1</a>
 </td> 
+    </tr> 
+    <tr class="b"> 
+     <td align="left"> <a 
href="[preferred]helix/1.3.0/binaries/helix-agent-1.3.0-pkg.tar">helix-agent-1.3.0-pkg.tar</a>
 </td> 
+     <td> <a class="externalLink" 
href="http://www.apache.org/dist/helix/1.3.0/binaries/helix-agent-1.3.0-pkg.tar.asc";>asc</a>
 </td> 
+     <td> <a class="externalLink" 
href="http://www.apache.org/dist/helix/1.3.0/binaries/helix-agent-1.3.0-pkg.tar.md5";>md5</a>
 <a class="externalLink" 
href="http://www.apache.org/dist/helix/1.3.0/binaries/helix-agent-1.3.0-pkg.tar.sha1";>sha1</a>
 </td> 
+    </tr> 
+    <tr class="a"> 
+     <td align="left"> <a 
href="[preferred]helix/1.3.0/binaries/helix-rest-1.3.0-pkg.tar">helix-rest-1.3.0-pkg.tar</a>
 </td> 
+     <td> <a class="externalLink" 
href="http://www.apache.org/dist/helix/1.3.0/binaries/helix-rest-1.3.0-pkg.tar.asc";>asc</a>
 </td> 
+     <td> <a class="externalLink" 
href="http://www.apache.org/dist/helix/1.3.0/binaries/helix-rest-1.3.0-pkg.tar.md5";>md5</a>
 <a class="externalLink" 
href="http://www.apache.org/dist/helix/1.3.0/binaries/helix-rest-1.3.0-pkg.tar.sha1";>sha1</a>
 </td> 
+    </tr> 
+   </tbody> 
+  </table> 
+ </section> 
+</section> 
+<section> 
+ <h2 id="Verifying_Releases">Verifying Releases</h2> 
+ <p>It is essential that you verify the integrity of the downloaded file using 
the PGP signature (<code>.asc</code> file) or a hash (<code>.md5</code> or 
<code>.sha1</code> file). Please read <a class="externalLink" 
href="http://www.apache.org/info/verification.html";>Verifying Apache Software 
Foundation Releases</a> for more information on why you should verify our 
releases.</p> 
+ <p>The PGP signature can be verified using <a class="externalLink" 
href="http://www.pgpi.org/";>PGP</a> or <a class="externalLink" 
href="http://www.gnupg.org/";>GPG</a>. First download the <a 
class="externalLink" href="http://www.apache.org/dist/helix/KEYS";>KEYS</a> as 
well as the <code>*.asc</code> signature files for the relevant distribution. 
Make sure you get these files from the main distribution site, rather than from 
a mirror. Then verify the signatures using one of the following sets of 
commands: </p> 
+ <div class="source"> 
+  <pre>% pgpk -a KEYS
+% pgpv downloaded_file.asc</pre> 
+ </div> or 
+ <br> 
+ <div class="source"> 
+  <pre>% pgp -ka KEYS
+% pgp downloaded_file.asc</pre> 
+ </div> or 
+ <br> 
+ <div class="source"> 
+  <pre>% gpg --import KEYS
+% gpg --verify downloaded_file.asc</pre> 
+ </div> 
+ <p>Alternatively, you can verify the MD5 signature on the files. A Unix/Linux 
program called <code>md5</code> or <code>md5sum</code> is included in most 
distributions. It is also available as part of <a class="externalLink" 
href="http://www.gnu.org/software/textutils/textutils.html";>GNU Textutils</a>. 
Windows users can get binary md5 programs from these (and likely other) places: 
</p> 
+ <ul> 
+  <li> <a class="externalLink" 
href="http://www.md5summer.org/";>http://www.md5summer.org/</a> </li> 
+  <li> <a class="externalLink" 
href="http://www.fourmilab.ch/md5/";>http://www.fourmilab.ch/md5/</a> </li> 
+  <li> <a class="externalLink" 
href="http://www.pc-tools.net/win32/md5sums/";>http://www.pc-tools.net/win32/md5sums/</a>
 </li> 
+ </ul> 
+</section>
+                       </div>
+               </div>
+       </div>
+       </div>
+
+       </div><!-- /container -->
+
+       <!-- Footer
+       ================================================== -->
+       <footer class="well">
+               <div class="container">
+                       <div class="row">
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li class="nav-header">Get 
Helix</li>
+                                               <li class="active">
+                                                       <a href="#" 
title="Download">Download</a>
+                                               </li>
+                                               <li >
+                                                       <a href="Building.html" 
title="Building">Building</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="releasenotes/release-1.4.0.html" title="Release Notes">Release Notes</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Hands-On</li>
+                                               <li >
+                                                       <a 
href="Quickstart.html" title="Quick Start">Quick Start</a>
+                                               </li>
+                                               <li >
+                                                       <a href="Tutorial.html" 
title="Tutorial">Tutorial</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../javadocs/1.4.0" title="Javadocs">Javadocs</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Recipes</li>
+                                               <li >
+                                                       <a 
href="recipes/lock_manager.html" title="Distributed lock manager">Distributed 
lock manager</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="recipes/rabbitmq_consumer_group.html" title="Rabbit MQ consumer 
group">Rabbit MQ consumer group</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="recipes/rsync_replicated_file_store.html" title="Rsync replicated file 
store">Rsync replicated file store</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="recipes/service_discovery.html" title="Service discovery">Service 
discovery</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="recipes/task_dag_execution.html" title="Distributed task DAG 
execution">Distributed task DAG execution</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                       </div>
+               </div>
+       </footer>
+
+       <div class="container subfooter">
+               <div class="row">
+                       <div class="span12">
+                               <p class="pull-right"><a href="#">Back to 
top</a></p>
+                               <p class="copyright">Copyright &copy;2024 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All Rights 
Reserved.</p>
+                               <p><a 
href="https://github.com/olamy/reflow-maven-skin"; title="Reflow Maven 
skin">Reflow Maven skin</a> maintained by <a href="https://twitter.com/olamy"; 
target="_blank" title="Olivier Lamy">Olivier Lamy</a>.</p>
+               <div class="row span16"><div>Apache Helix, Apache, the Apache 
feather logo, and the Apache Helix project logos are trademarks of The Apache 
Software Foundation.
+        All other marks mentioned may be trademarks or registered trademarks 
of their respective owners.</div>
+        <a 
href="https://helix.apache.org/1.4.0-docs/privacy-policy.html";>Privacy 
Policy</a>
+      </div>
+                       </div>
+               </div>
+       </div>
+
+       <!-- Le javascript
+       ================================================== -->
+       <!-- Placed at the end of the document so the pages load faster -->
+       <script src="./js/jquery.min.js"></script>
+
+       <script src="./js/bootstrap.min.js"></script>
+       <script src="./js/lightbox.min.js"></script>
+       <script src="./js/reflow-scroll.js"></script>
+
+       <script src="./js/reflow-skin.js"></script>
+
+       </body>
+</html>
\ No newline at end of file

Added: 
helix/site-content/1.4.0-docs/images/CustomizedViewSystemArchitecture.jpeg
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/CustomizedViewSystemArchitecture.jpeg?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
helix/site-content/1.4.0-docs/images/CustomizedViewSystemArchitecture.jpeg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: helix/site-content/1.4.0-docs/images/HelixPriorityLockWorkflow.jpeg
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/HelixPriorityLockWorkflow.jpeg?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: helix/site-content/1.4.0-docs/images/HelixPriorityLockWorkflow.jpeg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: helix/site-content/1.4.0-docs/images/PFS-Generic.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/PFS-Generic.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: helix/site-content/1.4.0-docs/images/PFS-Generic.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: helix/site-content/1.4.0-docs/images/ParticipantAutoRegistrationLogic.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/ParticipantAutoRegistrationLogic.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
helix/site-content/1.4.0-docs/images/ParticipantAutoRegistrationLogic.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: helix/site-content/1.4.0-docs/images/RSYNC_BASED_PFS.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/RSYNC_BASED_PFS.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: helix/site-content/1.4.0-docs/images/RSYNC_BASED_PFS.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: helix/site-content/1.4.0-docs/images/TaskFrameworkLayers.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/TaskFrameworkLayers.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: helix/site-content/1.4.0-docs/images/TaskFrameworkLayers.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: helix/site-content/1.4.0-docs/images/UIScreenshot.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/UIScreenshot.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: helix/site-content/1.4.0-docs/images/UIScreenshot.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: helix/site-content/1.4.0-docs/images/UIScreenshot2.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/UIScreenshot2.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: helix/site-content/1.4.0-docs/images/UIScreenshot2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: helix/site-content/1.4.0-docs/images/auto-exit-maintenance.jpg
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/auto-exit-maintenance.jpg?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: helix/site-content/1.4.0-docs/images/auto-exit-maintenance.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: helix/site-content/1.4.0-docs/images/close.gif
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/close.gif?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: helix/site-content/1.4.0-docs/images/close.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
helix/site-content/1.4.0-docs/images/design/crushed/after-using-crushed.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/design/crushed/after-using-crushed.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
helix/site-content/1.4.0-docs/images/design/crushed/after-using-crushed.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
helix/site-content/1.4.0-docs/images/design/crushed/before-using-crush.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/design/crushed/before-using-crush.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
helix/site-content/1.4.0-docs/images/design/crushed/before-using-crush.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: helix/site-content/1.4.0-docs/images/design/crushed/classes.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/design/crushed/classes.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: helix/site-content/1.4.0-docs/images/design/crushed/classes.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
helix/site-content/1.4.0-docs/images/design/crushed/crushed-master-dist.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/design/crushed/crushed-master-dist.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
helix/site-content/1.4.0-docs/images/design/crushed/crushed-master-dist.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
helix/site-content/1.4.0-docs/images/design/crushed/crushed-partition-dist.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/design/crushed/crushed-partition-dist.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
helix/site-content/1.4.0-docs/images/design/crushed/crushed-partition-dist.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: helix/site-content/1.4.0-docs/images/design/crushed/cursh-master-dist.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/design/crushed/cursh-master-dist.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
helix/site-content/1.4.0-docs/images/design/crushed/cursh-master-dist.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
helix/site-content/1.4.0-docs/images/design/crushed/cursh-partition-dist.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/design/crushed/cursh-partition-dist.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
helix/site-content/1.4.0-docs/images/design/crushed/cursh-partition-dist.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
helix/site-content/1.4.0-docs/images/design/crushed/example-cluster-master-dist-after.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/design/crushed/example-cluster-master-dist-after.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
helix/site-content/1.4.0-docs/images/design/crushed/example-cluster-master-dist-after.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
helix/site-content/1.4.0-docs/images/design/crushed/example-cluster-master-dist.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/design/crushed/example-cluster-master-dist.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
helix/site-content/1.4.0-docs/images/design/crushed/example-cluster-master-dist.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
helix/site-content/1.4.0-docs/images/design/crushed/example-cluster-partition-dist.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/design/crushed/example-cluster-partition-dist.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
helix/site-content/1.4.0-docs/images/design/crushed/example-cluster-partition-dist.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
helix/site-content/1.4.0-docs/images/design/crushed/example-movement-on-expansion.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/design/crushed/example-movement-on-expansion.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
helix/site-content/1.4.0-docs/images/design/crushed/example-movement-on-expansion.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
helix/site-content/1.4.0-docs/images/design/crushed/node-down-master-move.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/design/crushed/node-down-master-move.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
helix/site-content/1.4.0-docs/images/design/crushed/node-down-master-move.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
helix/site-content/1.4.0-docs/images/design/crushed/node-down-partition-move.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/design/crushed/node-down-partition-move.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
helix/site-content/1.4.0-docs/images/design/crushed/node-down-partition-move.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: helix/site-content/1.4.0-docs/images/design/crushed/performance.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/design/crushed/performance.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: helix/site-content/1.4.0-docs/images/design/crushed/performance.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: helix/site-content/1.4.0-docs/images/quota_InstanceCapacityManager.jpeg
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/quota_InstanceCapacityManager.jpeg?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
helix/site-content/1.4.0-docs/images/quota_InstanceCapacityManager.jpeg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: helix/site-content/1.4.0-docs/images/quota_intro.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/images/quota_intro.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: helix/site-content/1.4.0-docs/images/quota_intro.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: helix/site-content/1.4.0-docs/img/close.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/img/close.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: helix/site-content/1.4.0-docs/img/close.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: helix/site-content/1.4.0-docs/img/glyphicons-halflings-white.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/img/glyphicons-halflings-white.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: helix/site-content/1.4.0-docs/img/glyphicons-halflings-white.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: helix/site-content/1.4.0-docs/img/glyphicons-halflings.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/img/glyphicons-halflings.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: helix/site-content/1.4.0-docs/img/glyphicons-halflings.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: helix/site-content/1.4.0-docs/img/loading.gif
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/img/loading.gif?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: helix/site-content/1.4.0-docs/img/loading.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: helix/site-content/1.4.0-docs/img/next.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/img/next.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: helix/site-content/1.4.0-docs/img/next.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: helix/site-content/1.4.0-docs/img/prev.png
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/img/prev.png?rev=1918422&view=auto
==============================================================================
Binary file - no diff available.

Propchange: helix/site-content/1.4.0-docs/img/prev.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: helix/site-content/1.4.0-docs/index.html
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/index.html?rev=1918422&view=auto
==============================================================================
--- helix/site-content/1.4.0-docs/index.html (added)
+++ helix/site-content/1.4.0-docs/index.html Wed Jun 19 01:36:37 2024
@@ -0,0 +1,266 @@
+
+<!DOCTYPE html>
+
+
+
+
+
+
+<!--
+ Generated by Apache Maven Doxia at 2024-06-18  Rendered using Reflow Maven 
Skin 2.0.0 (https://olamy.github.io/reflow-maven-skin)
+-->
+<html  xml:lang="en" lang="en">
+
+       <head>
+               <meta charset="UTF-8" />
+               <title>Apache Helix &#x2013; Helix 1.4.0 Documentation</title>
+               <meta name="viewport" content="width=device-width, 
initial-scale=1.0" />
+               <meta name="description" content="" />
+               <meta http-equiv="content-language" content="en" />
+
+               <link href="./css/bootstrap.min.css" rel="stylesheet" />
+               <link href="./css/bootstrap-responsive.min.css" 
rel="stylesheet" />
+               <link href="./css/docs.css" rel="stylesheet" />
+               <link href="./css/reflow-skin.css" rel="stylesheet" />
+
+
+               <link href="./css/lightbox.css" rel="stylesheet" />
+
+               <link href="./css/site.css" rel="stylesheet" />
+               <link href="./css/print.css" rel="stylesheet" media="print" />
+
+               <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+               <!--[if lt IE 9]>
+                       <script src="./js/html5.js"></script>
+               <![endif]-->
+
+
+
+
+
+    
+<!-- Matomo -->
+<script>
+    var _paq = window._paq = window._paq || [];
+                        _paq.push(['disableCookies']);
+                                    _paq.push(['trackPageView']);
+                                    _paq.push(['enableLinkTracking']);
+                    
+    (function() {
+        var u="https://analytics.apache.org";;
+        _paq.push(['setTrackerUrl', u+'/matomo.php']);
+        _paq.push(['setSiteId', '15']);
+        var d=document, g=d.createElement('script'), 
s=d.getElementsByTagName('script')[0];
+        g.async=true; g.src=u+'/matomo.js'; s.parentNode.insertBefore(g,s);
+    })();
+</script>
+<!-- End Matomo Code -->
+       </head>
+
+       <body class="page-index project-140-docs" data-spy="scroll" 
data-offset="60" data-target="#toc-scroll-target">
+
+    
+               <div class="navbar navbar-fixed-top">
+                       <div class="navbar-inner">
+                               <div class="container">
+                                       <a class="btn btn-navbar" 
data-toggle="collapse" data-target="#top-nav-collapse">
+                                               <span class="icon-bar"></span>
+                                               <span class="icon-bar"></span>
+                                               <span class="icon-bar"></span>
+                                       </a>
+                                       <a class="brand" 
href="http://helix.apache.org";>Apache Helix</a>
+                                       <div class="nav-collapse collapse" 
id="top-nav-collapse">
+                                               <ul class="nav pull-right">
+                                                       <li class="active"><a 
href="" title="Helix 1.4.0">Helix 1.4.0</a></li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Get Helix <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="download.html" title="Download">Download</a></li>
+                                                                       <li ><a 
href="Building.html" title="Building">Building</a></li>
+                                                                       <li ><a 
href="releasenotes/release-1.4.0.html" title="Release Notes">Release 
Notes</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Hands-On <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="Quickstart.html" title="Quick Start">Quick Start</a></li>
+                                                                       <li ><a 
href="Tutorial.html" title="Tutorial">Tutorial</a></li>
+                                                                       <li ><a 
href="../javadocs/1.4.0" title="Javadocs">Javadocs</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Recipes <b class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="recipes/lock_manager.html" title="Distributed lock manager">Distributed 
lock manager</a></li>
+                                                                       <li ><a 
href="recipes/rabbitmq_consumer_group.html" title="Rabbit MQ consumer 
group">Rabbit MQ consumer group</a></li>
+                                                                       <li ><a 
href="recipes/rsync_replicated_file_store.html" title="Rsync replicated file 
store">Rsync replicated file store</a></li>
+                                                                       <li ><a 
href="recipes/service_discovery.html" title="Service discovery">Service 
discovery</a></li>
+                                                                       <li ><a 
href="recipes/task_dag_execution.html" title="Distributed task DAG 
execution">Distributed task DAG execution</a></li>
+                                                               </ul>
+                                                       </li>
+                                               </ul>
+                                       </div><!--/.nav-collapse -->
+                               </div>
+                       </div>
+               </div>
+
+       <div class="container">
+
+       <!-- Masthead
+       ================================================== -->
+
+       <header>
+       <div class="jumbotron subhead">
+               <div class="row" id="banner">
+                       <div class="span12">
+                               <div class="pull-left">
+                                       <a href="http://helix.apache.org/"; 
id="bannerLeft"><img src="../images/helix-logo.jpg" alt='"''"' /></a>
+                                       <p class="lead">A cluster management 
framework for partitioned and replicated distributed resources</p>
+                               </div>
+                               <div class="pull-right">
+                                       <a href="http://www.apache.org/"; 
id="bannerRight"><img src="../images/feather_small.gif" alt='"''"' /></a>
+                               </div>
+                       </div>
+               </div>
+       </div>
+               <div>
+                       <ul class="breadcrumb">
+                               <li><a href="../" title="Apache Helix">Apache 
Helix</a></li>
+                               <li class="divider">/</li>
+                               <li><a href="./" title="Release 1.4.0">Release 
1.4.0</a></li>
+                               <li class="divider">/</li>
+                               <li>Helix 1.4.0 Documentation</li>
+                               <li class="publishDate version-date 
pull-right">Last Published: 2024-06-18</li>
+                       </ul>
+               </div>
+       </header>
+
+       <div class="main-body">
+       <div class="row columns columns3">
+               <div class="span4">
+                       <h3 id="Get_Helix">Get Helix</h3>
+<p><a href="./download.html">Download</a></p>
+<p><a href="./Building.html">Building</a></p>
+<p><a href="./releasenotes/release-1.4.0.html">Release Notes</a></p>
+<section>     
+</section>
+               </div>
+               <div class="span4">
+                       <h3 id="Hands-On">Hands-On</h3>
+<p><a href="./Quickstart.html">Quickstart</a></p>
+<p><a href="./Tutorial.html">Tutorial</a></p>
+<p><a class="externalLink" 
href="http://helix.apache.org/javadocs/1.4.0/index.html";>Javadocs</a></p>
+<section>       
+</section>
+               </div>
+               <div class="span4">
+                       <h3 id="Recipes">Recipes</h3>
+<p><a href="./recipes/lock_manager.html">Distributed lock manager</a></p>
+<p><a href="./recipes/rabbitmq_consumer_group.html">Rabbit MQ consumer 
group</a></p>
+<p><a href="./recipes/rsync_replicated_file_store.html">Rsync replicated file 
store</a></p>
+<p><a href="./recipes/service_discovery.html">Service discovery</a></p>
+<p><a href="./recipes/task_dag_execution.html">Distributed task DAG 
execution</a></p>
+<section>   
+</section>
+               </div>
+       </div>
+       <div class="row">
+               <div class="span4">
+                       <h3 id="Operation">Operation</h3>
+<p><a href="./Metrics.html">Monitoring Metrics</a></p>
+<section>   
+</section>
+               </div>
+               <div class="span4">
+                       <h3 id="Design">Design</h3>
+<p><a href="./design_crushed.html">CRUSH-ed for even distribution</a></p>
+               </div>
+       </div>
+       </div>
+
+       </div><!-- /container -->
+
+       <!-- Footer
+       ================================================== -->
+       <footer class="well">
+               <div class="container">
+                       <div class="row">
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li class="nav-header">Get 
Helix</li>
+                                               <li >
+                                                       <a href="download.html" 
title="Download">Download</a>
+                                               </li>
+                                               <li >
+                                                       <a href="Building.html" 
title="Building">Building</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="releasenotes/release-1.4.0.html" title="Release Notes">Release Notes</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Hands-On</li>
+                                               <li >
+                                                       <a 
href="Quickstart.html" title="Quick Start">Quick Start</a>
+                                               </li>
+                                               <li >
+                                                       <a href="Tutorial.html" 
title="Tutorial">Tutorial</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../javadocs/1.4.0" title="Javadocs">Javadocs</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Recipes</li>
+                                               <li >
+                                                       <a 
href="recipes/lock_manager.html" title="Distributed lock manager">Distributed 
lock manager</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="recipes/rabbitmq_consumer_group.html" title="Rabbit MQ consumer 
group">Rabbit MQ consumer group</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="recipes/rsync_replicated_file_store.html" title="Rsync replicated file 
store">Rsync replicated file store</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="recipes/service_discovery.html" title="Service discovery">Service 
discovery</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="recipes/task_dag_execution.html" title="Distributed task DAG 
execution">Distributed task DAG execution</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                       </div>
+               </div>
+       </footer>
+
+       <div class="container subfooter">
+               <div class="row">
+                       <div class="span12">
+                               <p class="pull-right"><a href="#">Back to 
top</a></p>
+                               <p class="copyright">Copyright &copy;2024 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All Rights 
Reserved.</p>
+                               <p><a 
href="https://github.com/olamy/reflow-maven-skin"; title="Reflow Maven 
skin">Reflow Maven skin</a> maintained by <a href="https://twitter.com/olamy"; 
target="_blank" title="Olivier Lamy">Olivier Lamy</a>.</p>
+               <div class="row span16"><div>Apache Helix, Apache, the Apache 
feather logo, and the Apache Helix project logos are trademarks of The Apache 
Software Foundation.
+        All other marks mentioned may be trademarks or registered trademarks 
of their respective owners.</div>
+        <a 
href="https://helix.apache.org/1.4.0-docs/privacy-policy.html";>Privacy 
Policy</a>
+      </div>
+                       </div>
+               </div>
+       </div>
+
+       <!-- Le javascript
+       ================================================== -->
+       <!-- Placed at the end of the document so the pages load faster -->
+       <script src="./js/jquery.min.js"></script>
+
+       <script src="./js/bootstrap.min.js"></script>
+       <script src="./js/lightbox.min.js"></script>
+       <script src="./js/reflow-scroll.js"></script>
+
+       <script src="./js/reflow-skin.js"></script>
+
+       </body>
+</html>
\ No newline at end of file

Added: helix/site-content/1.4.0-docs/integration.html
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.4.0-docs/integration.html?rev=1918422&view=auto
==============================================================================
--- helix/site-content/1.4.0-docs/integration.html (added)
+++ helix/site-content/1.4.0-docs/integration.html Wed Jun 19 01:36:37 2024
@@ -0,0 +1,249 @@
+
+<!DOCTYPE html>
+
+
+
+
+
+
+<!--
+ Generated by Apache Maven Doxia at 2024-06-18  Rendered using Reflow Maven 
Skin 2.0.0 (https://olamy.github.io/reflow-maven-skin)
+-->
+<html  xml:lang="en" lang="en">
+
+       <head>
+               <meta charset="UTF-8" />
+               <title>Apache Helix &#x2013; CI Management</title>
+               <meta name="viewport" content="width=device-width, 
initial-scale=1.0" />
+               <meta name="description" content="" />
+               <meta http-equiv="content-language" content="en" />
+
+               <link href="./css/bootstrap.min.css" rel="stylesheet" />
+               <link href="./css/bootstrap-responsive.min.css" 
rel="stylesheet" />
+               <link href="./css/docs.css" rel="stylesheet" />
+               <link href="./css/reflow-skin.css" rel="stylesheet" />
+
+
+               <link href="./css/lightbox.css" rel="stylesheet" />
+
+               <link href="./css/site.css" rel="stylesheet" />
+               <link href="./css/print.css" rel="stylesheet" media="print" />
+
+               <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+               <!--[if lt IE 9]>
+                       <script src="./js/html5.js"></script>
+               <![endif]-->
+
+
+
+
+
+    
+<!-- Matomo -->
+<script>
+    var _paq = window._paq = window._paq || [];
+                        _paq.push(['disableCookies']);
+                                    _paq.push(['trackPageView']);
+                                    _paq.push(['enableLinkTracking']);
+                    
+    (function() {
+        var u="https://analytics.apache.org";;
+        _paq.push(['setTrackerUrl', u+'/matomo.php']);
+        _paq.push(['setSiteId', '15']);
+        var d=document, g=d.createElement('script'), 
s=d.getElementsByTagName('script')[0];
+        g.async=true; g.src=u+'/matomo.js'; s.parentNode.insertBefore(g,s);
+    })();
+</script>
+<!-- End Matomo Code -->
+       </head>
+
+       <body class="page-integration project-140-docs" data-spy="scroll" 
data-offset="60" data-target="#toc-scroll-target">
+
+    
+               <div class="navbar navbar-fixed-top">
+                       <div class="navbar-inner">
+                               <div class="container">
+                                       <a class="btn btn-navbar" 
data-toggle="collapse" data-target="#top-nav-collapse">
+                                               <span class="icon-bar"></span>
+                                               <span class="icon-bar"></span>
+                                               <span class="icon-bar"></span>
+                                       </a>
+                                       <a class="brand" 
href="http://helix.apache.org";>Apache Helix</a>
+                                       <div class="nav-collapse collapse" 
id="top-nav-collapse">
+                                               <ul class="nav pull-right">
+                                                       <li ><a 
href="index.html" title="Helix 1.4.0">Helix 1.4.0</a></li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Get Helix <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="download.html" title="Download">Download</a></li>
+                                                                       <li ><a 
href="Building.html" title="Building">Building</a></li>
+                                                                       <li ><a 
href="releasenotes/release-1.4.0.html" title="Release Notes">Release 
Notes</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Hands-On <b 
class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="Quickstart.html" title="Quick Start">Quick Start</a></li>
+                                                                       <li ><a 
href="Tutorial.html" title="Tutorial">Tutorial</a></li>
+                                                                       <li ><a 
href="../javadocs/1.4.0" title="Javadocs">Javadocs</a></li>
+                                                               </ul>
+                                                       </li>
+                                                       <li class="dropdown">
+                                                               <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Recipes <b class="caret"></b></a>
+                                                               <ul 
class="dropdown-menu">
+                                                                       <li ><a 
href="recipes/lock_manager.html" title="Distributed lock manager">Distributed 
lock manager</a></li>
+                                                                       <li ><a 
href="recipes/rabbitmq_consumer_group.html" title="Rabbit MQ consumer 
group">Rabbit MQ consumer group</a></li>
+                                                                       <li ><a 
href="recipes/rsync_replicated_file_store.html" title="Rsync replicated file 
store">Rsync replicated file store</a></li>
+                                                                       <li ><a 
href="recipes/service_discovery.html" title="Service discovery">Service 
discovery</a></li>
+                                                                       <li ><a 
href="recipes/task_dag_execution.html" title="Distributed task DAG 
execution">Distributed task DAG execution</a></li>
+                                                               </ul>
+                                                       </li>
+                                               </ul>
+                                       </div><!--/.nav-collapse -->
+                               </div>
+                       </div>
+               </div>
+
+       <div class="container">
+
+       <!-- Masthead
+       ================================================== -->
+
+       <header>
+       <div class="jumbotron subhead">
+               <div class="row" id="banner">
+                       <div class="span12">
+                               <div class="pull-left">
+                                       <a href="http://helix.apache.org/"; 
id="bannerLeft"><img src="../images/helix-logo.jpg" alt='"''"' /></a>
+                                       <p class="lead">A cluster management 
framework for partitioned and replicated distributed resources</p>
+                               </div>
+                               <div class="pull-right">
+                                       <a href="http://www.apache.org/"; 
id="bannerRight"><img src="../images/feather_small.gif" alt='"''"' /></a>
+                               </div>
+                       </div>
+               </div>
+       </div>
+               <div>
+                       <ul class="breadcrumb">
+                               <li><a href="../" title="Apache Helix">Apache 
Helix</a></li>
+                               <li class="divider">/</li>
+                               <li><a href="./" title="Release 1.4.0">Release 
1.4.0</a></li>
+                               <li class="divider">/</li>
+                               <li>CI Management</li>
+                               <li class="publishDate version-date 
pull-right">Last Published: 2024-06-18</li>
+                       </ul>
+               </div>
+       </header>
+
+       <div class="main-body">
+       <div class="row">
+               <div class="span12">
+                       <div class="body-content">
+<section> 
+ <div class="page-header">
+  <h2 id="Overview">Overview</h2>
+ </div><a name="Overview"></a> 
+ <p>This project uses <a class="externalLink" 
href="http://jenkins-ci.org/";>Jenkins</a>.</p> 
+</section> 
+<section> 
+ <h2 id="Access">Access</h2><a name="Access"></a> 
+ <p>The following is a link to the continuous integration system used by the 
project:</p> 
+ <div class="source"> 
+  <pre><a class="externalLink" 
href="https://builds.apache.org/view/G-L/view/Helix/";>https://builds.apache.org/view/G-L/view/Helix/</a></pre>
 
+ </div> 
+</section> 
+<section> 
+ <h2 id="Notifiers">Notifiers</h2><a name="Notifiers"></a> 
+ <p>No notifiers are defined. Please check back at a later date.</p> 
+</section>
+                       </div>
+               </div>
+       </div>
+       </div>
+
+       </div><!-- /container -->
+
+       <!-- Footer
+       ================================================== -->
+       <footer class="well">
+               <div class="container">
+                       <div class="row">
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li class="nav-header">Get 
Helix</li>
+                                               <li >
+                                                       <a href="download.html" 
title="Download">Download</a>
+                                               </li>
+                                               <li >
+                                                       <a href="Building.html" 
title="Building">Building</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="releasenotes/release-1.4.0.html" title="Release Notes">Release Notes</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Hands-On</li>
+                                               <li >
+                                                       <a 
href="Quickstart.html" title="Quick Start">Quick Start</a>
+                                               </li>
+                                               <li >
+                                                       <a href="Tutorial.html" 
title="Tutorial">Tutorial</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="../javadocs/1.4.0" title="Javadocs">Javadocs</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
+                                               <li 
class="nav-header">Recipes</li>
+                                               <li >
+                                                       <a 
href="recipes/lock_manager.html" title="Distributed lock manager">Distributed 
lock manager</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="recipes/rabbitmq_consumer_group.html" title="Rabbit MQ consumer 
group">Rabbit MQ consumer group</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="recipes/rsync_replicated_file_store.html" title="Rsync replicated file 
store">Rsync replicated file store</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="recipes/service_discovery.html" title="Service discovery">Service 
discovery</a>
+                                               </li>
+                                               <li >
+                                                       <a 
href="recipes/task_dag_execution.html" title="Distributed task DAG 
execution">Distributed task DAG execution</a>
+                                               </li>
+                                       </ul>
+                               </div>
+                       </div>
+               </div>
+       </footer>
+
+       <div class="container subfooter">
+               <div class="row">
+                       <div class="span12">
+                               <p class="pull-right"><a href="#">Back to 
top</a></p>
+                               <p class="copyright">Copyright &copy;2024 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All Rights 
Reserved.</p>
+                               <p><a 
href="https://github.com/olamy/reflow-maven-skin"; title="Reflow Maven 
skin">Reflow Maven skin</a> maintained by <a href="https://twitter.com/olamy"; 
target="_blank" title="Olivier Lamy">Olivier Lamy</a>.</p>
+               <div class="row span16"><div>Apache Helix, Apache, the Apache 
feather logo, and the Apache Helix project logos are trademarks of The Apache 
Software Foundation.
+        All other marks mentioned may be trademarks or registered trademarks 
of their respective owners.</div>
+        <a 
href="https://helix.apache.org/1.4.0-docs/privacy-policy.html";>Privacy 
Policy</a>
+      </div>
+                       </div>
+               </div>
+       </div>
+
+       <!-- Le javascript
+       ================================================== -->
+       <!-- Placed at the end of the document so the pages load faster -->
+       <script src="./js/jquery.min.js"></script>
+
+       <script src="./js/bootstrap.min.js"></script>
+       <script src="./js/lightbox.min.js"></script>
+       <script src="./js/reflow-scroll.js"></script>
+
+       <script src="./js/reflow-skin.js"></script>
+
+       </body>
+</html>
\ No newline at end of file


Reply via email to