This is an automated email from the ASF dual-hosted git repository.
jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new cb2c29c7e Apache Helix 1.3.2 doc
cb2c29c7e is described below
commit cb2c29c7eafa4d53b23f3aff8744120e6f99157d
Author: Junkai <[email protected]>
AuthorDate: Mon Jun 30 11:02:45 2025 -0700
Apache Helix 1.3.2 doc
---
website/{1.3.1 => 1.3.2}/pom.xml | 4 +--
.../src/site/apt/privacy-policy.apt | 0
.../src/site/apt/releasenotes/release-1.3.2.apt} | 29 ++++-----------------
.../{1.3.1 => 1.3.2}/src/site/markdown/Building.md | 4 +--
.../{1.3.1 => 1.3.2}/src/site/markdown/Features.md | 0
.../{1.3.1 => 1.3.2}/src/site/markdown/Metrics.md | 0
.../src/site/markdown/Quickstart.md | 6 ++---
.../{1.3.1 => 1.3.2}/src/site/markdown/Tutorial.md | 0
.../src/site/markdown/auto_exit_maintenance.md | 0
.../src/site/markdown/design_crushed.md | 0
.../{1.3.1 => 1.3.2}/src/site/markdown/index.md | 6 ++---
.../src/site/markdown/quota_scheduling.md | 0
.../src/site/markdown/recipes/lock_manager.md | 2 +-
.../markdown/recipes/rabbitmq_consumer_group.md | 2 +-
.../recipes/rsync_replicated_file_store.md | 2 +-
.../src/site/markdown/recipes/service_discovery.md | 0
.../site/markdown/recipes/task_dag_execution.md | 2 +-
.../src/site/markdown/tutorial_admin.md | 6 ++---
.../src/site/markdown/tutorial_agent.md | 0
.../src/site/markdown/tutorial_cloud_support.md | 0
.../src/site/markdown/tutorial_controller.md | 0
.../src/site/markdown/tutorial_customized_view.md | 0
.../src/site/markdown/tutorial_distributed_lock.md | 0
.../src/site/markdown/tutorial_health.md | 0
.../src/site/markdown/tutorial_messaging.md | 2 +-
.../src/site/markdown/tutorial_participant.md | 0
.../src/site/markdown/tutorial_propstore.md | 2 +-
.../src/site/markdown/tutorial_rebalance.md | 0
.../src/site/markdown/tutorial_rest_service.md | 6 ++---
.../src/site/markdown/tutorial_spectator.md | 0
.../src/site/markdown/tutorial_state.md | 0
.../src/site/markdown/tutorial_task_framework.md | 0
.../src/site/markdown/tutorial_task_throttling.md | 0
.../src/site/markdown/tutorial_throttling.md | 0
.../src/site/markdown/tutorial_ui.md | 2 +-
.../site/markdown/tutorial_user_content_store.md | 0
.../site/markdown/tutorial_user_def_rebalancer.md | 0
.../src/site/markdown/tutorial_yaml.md | 0
.../{1.3.1 => 1.3.2}/src/site/resources/.htaccess | 0
.../src/site/resources/JobExample.json | 0
.../src/site/resources/WorkflowExample.json | 0
.../resources/css/bootstrap-responsive.min.css | 0
.../src/site/resources/css/bootstrap.min.css | 0
.../src/site/resources/download.cgi | 0
.../images/CustomizedViewSystemArchitecture.jpeg | Bin
.../images/HelixPriorityLockWorkflow.jpeg | Bin
.../src/site/resources/images/PFS-Generic.png | Bin
.../images/ParticipantAutoRegistrationLogic.png | Bin
.../src/site/resources/images/RSYNC_BASED_PFS.png | Bin
.../site/resources/images/TaskFrameworkLayers.png | Bin
.../src/site/resources/images/UIScreenshot.png | Bin
.../src/site/resources/images/UIScreenshot2.png | Bin
.../resources/images/auto-exit-maintenance.jpg | Bin
.../images/design/crushed/after-using-crushed.png | Bin
.../images/design/crushed/before-using-crush.png | Bin
.../resources/images/design/crushed/classes.png | Bin
.../images/design/crushed/crushed-master-dist.png | Bin
.../design/crushed/crushed-partition-dist.png | Bin
.../images/design/crushed/cursh-master-dist.png | Bin
.../images/design/crushed/cursh-partition-dist.png | Bin
.../crushed/example-cluster-master-dist-after.png | Bin
.../design/crushed/example-cluster-master-dist.png | Bin
.../crushed/example-cluster-partition-dist.png | Bin
.../crushed/example-movement-on-expansion.png | Bin
.../design/crushed/node-down-master-move.png | Bin
.../design/crushed/node-down-partition-move.png | Bin
.../images/design/crushed/performance.png | Bin
.../images/quota_InstanceCapacityManager.jpeg | Bin
.../src/site/resources/images/quota_intro.png | Bin
.../src/site/resources/js/bootstrap.min.js | 0
.../src/site/resources/js/jquery.min.js | 0
website/{1.3.1 => 1.3.2}/src/site/site.xml | 8 +++---
.../{1.3.1 => 1.3.2}/src/site/xdoc/download.xml.vm | 0
website/{1.3.1 => 1.3.2}/src/test/conf/testng.xml | 0
website/pom.xml | 2 +-
75 files changed, 33 insertions(+), 52 deletions(-)
diff --git a/website/1.3.1/pom.xml b/website/1.3.2/pom.xml
similarity index 95%
rename from website/1.3.1/pom.xml
rename to website/1.3.2/pom.xml
index fcbb8e824..ef035d772 100644
--- a/website/1.3.1/pom.xml
+++ b/website/1.3.2/pom.xml
@@ -26,9 +26,9 @@
<version>1.4.4-SNAPSHOT</version>
</parent>
- <artifactId>1.3.1-docs</artifactId>
+ <artifactId>1.3.2-docs</artifactId>
<packaging>bundle</packaging>
- <name>Apache Helix :: Website :: 1.3.1</name>
+ <name>Apache Helix :: Website :: 1.3.2</name>
<licenses>
<license>
diff --git a/website/1.3.1/src/site/apt/privacy-policy.apt
b/website/1.3.2/src/site/apt/privacy-policy.apt
similarity index 100%
rename from website/1.3.1/src/site/apt/privacy-policy.apt
rename to website/1.3.2/src/site/apt/privacy-policy.apt
diff --git a/website/1.3.1/src/site/apt/releasenotes/release-1.3.1.apt
b/website/1.3.2/src/site/apt/releasenotes/release-1.3.2.apt
similarity index 60%
rename from website/1.3.1/src/site/apt/releasenotes/release-1.3.1.apt
rename to website/1.3.2/src/site/apt/releasenotes/release-1.3.2.apt
index 76fd48c60..d3bdd9679 100644
--- a/website/1.3.1/src/site/apt/releasenotes/release-1.3.1.apt
+++ b/website/1.3.2/src/site/apt/releasenotes/release-1.3.2.apt
@@ -1,5 +1,5 @@
-----
- Release Notes for Apache Helix 1.3.1
+ Release Notes for Apache Helix 1.3.2
-----
~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -22,11 +22,11 @@
~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/guides/mini/guide-apt-format.html
-Release Notes for Apache Helix 1.3.1
+Release Notes for Apache Helix 1.3.2
- The Apache Helix team would like to announce the release of Apache Helix
1.3.1.
+ The Apache Helix team would like to announce the release of Apache Helix
1.3.2.
- This is the tweenty nighth release under the Apache umbrella, and the
tweenty fifth as a top-level project.
+ This is the thirty third release under the Apache umbrella, and the twenty
ninth as a top-level project.
Helix is a generic cluster management framework used for the automatic
management of partitioned, replicated and distributed resources hosted on a
cluster of nodes.
@@ -49,26 +49,7 @@ Release Notes for Apache Helix 1.3.1
** Bug Fixes
- * Fix the 'BadVersion' exception handling in doSet() code path. (#2614)
-
- * Changed Log level to DEBUG for the top-state metrics logs, to avoid
logging for every partition.(#2611)
-
- * Fix inconsistent map key formatting in helix-rest maintenance API (#2583)
-
- * WAGED - bugs fixes in n - n + 1 (#2578)
-
-** Improvements
-
- * Implement the on-demand rebalance service (#2595)
-
- * Metaclient leader election -(#2558, #2560, #2562)
-
- * MetaClient Distributed Semaphore API and Permit object (#2520)
-
- * ZkClient - only register one time watcher for read data when not using
persist listener. (#2555)
-
- * Add InstanceConfigs inputField to allow overriding the existing
InstanceConfigs for /partitionAssignment API.(#2586)
-
+ * Change tagged job assignment behavior (#2976)
[]
diff --git a/website/1.3.1/src/site/markdown/Building.md
b/website/1.3.2/src/site/markdown/Building.md
similarity index 95%
rename from website/1.3.1/src/site/markdown/Building.md
rename to website/1.3.2/src/site/markdown/Building.md
index cd2dc21a1..819bfb44c 100644
--- a/website/1.3.1/src/site/markdown/Building.md
+++ b/website/1.3.2/src/site/markdown/Building.md
@@ -27,7 +27,7 @@ Requirements: JDK 1.8+, Maven 3.5.0+
```
git clone https://git-wip-us.apache.org/repos/asf/helix.git
cd helix
-git checkout tags/helix-1.3.1
+git checkout tags/helix-1.3.2
mvn install package -DskipTests
```
@@ -37,6 +37,6 @@ mvn install package -DskipTests
<dependency>
<groupId>org.apache.helix</groupId>
<artifactId>helix-core</artifactId>
- <version>1.3.1</version>
+ <version>1.3.2</version>
</dependency>
```
diff --git a/website/1.3.1/src/site/markdown/Features.md
b/website/1.3.2/src/site/markdown/Features.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/Features.md
rename to website/1.3.2/src/site/markdown/Features.md
diff --git a/website/1.3.1/src/site/markdown/Metrics.md
b/website/1.3.2/src/site/markdown/Metrics.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/Metrics.md
rename to website/1.3.2/src/site/markdown/Metrics.md
diff --git a/website/1.3.1/src/site/markdown/Quickstart.md
b/website/1.3.2/src/site/markdown/Quickstart.md
similarity index 99%
rename from website/1.3.1/src/site/markdown/Quickstart.md
rename to website/1.3.2/src/site/markdown/Quickstart.md
index 37ace981c..00524cf31 100644
--- a/website/1.3.1/src/site/markdown/Quickstart.md
+++ b/website/1.3.2/src/site/markdown/Quickstart.md
@@ -34,7 +34,7 @@ First, let\'s get Helix. Either build it, or download it.
```
git clone https://git-wip-us.apache.org/repos/asf/helix.git
cd helix
-git checkout tags/helix-1.3.1
+git checkout tags/helix-1.3.2
mvn install package -DskipTests
cd helix-core/target/helix-core-pkg/bin # This folder contains all the scripts
used in following sections
chmod +x *
@@ -42,7 +42,7 @@ chmod +x *
### Download
-Download the 1.3.1 release package [here](./download.html)
+Download the 1.3.2 release package [here](./download.html)
Overview
--------
@@ -654,7 +654,7 @@ You can view all of the underlying data by going direct to
zookeeper. Use ZooIn
To start zooinspector run the following command from
<zk_install_directory>/contrib/ZooInspector
```
-java -cp
zookeeper-3.3.3-ZooInspector.jar:lib/jtoaster-1.3.1.jar:../../lib/log4j-1.2.15.jar:../../zookeeper-3.3.3.jar
org.apache.zookeeper.inspector.ZooInspector
+java -cp
zookeeper-3.3.3-ZooInspector.jar:lib/jtoaster-1.3.2.jar:../../lib/log4j-1.2.15.jar:../../zookeeper-3.3.3.jar
org.apache.zookeeper.inspector.ZooInspector
```
### Next
diff --git a/website/1.3.1/src/site/markdown/Tutorial.md
b/website/1.3.2/src/site/markdown/Tutorial.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/Tutorial.md
rename to website/1.3.2/src/site/markdown/Tutorial.md
diff --git a/website/1.3.1/src/site/markdown/auto_exit_maintenance.md
b/website/1.3.2/src/site/markdown/auto_exit_maintenance.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/auto_exit_maintenance.md
rename to website/1.3.2/src/site/markdown/auto_exit_maintenance.md
diff --git a/website/1.3.1/src/site/markdown/design_crushed.md
b/website/1.3.2/src/site/markdown/design_crushed.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/design_crushed.md
rename to website/1.3.2/src/site/markdown/design_crushed.md
diff --git a/website/1.3.1/src/site/markdown/index.md
b/website/1.3.2/src/site/markdown/index.md
similarity index 89%
rename from website/1.3.1/src/site/markdown/index.md
rename to website/1.3.2/src/site/markdown/index.md
index 776781286..b2b9ef78c 100644
--- a/website/1.3.1/src/site/markdown/index.md
+++ b/website/1.3.2/src/site/markdown/index.md
@@ -18,7 +18,7 @@ under the License.
-->
<head>
- <title>Helix 1.3.1 Documentation</title>
+ <title>Helix 1.3.2 Documentation</title>
</head>
### Get Helix
@@ -27,7 +27,7 @@ under the License.
[Building](./Building.html)
-[Release Notes](./releasenotes/release-1.3.1.html)
+[Release Notes](./releasenotes/release-1.3.2.html)
### Hands-On
@@ -35,7 +35,7 @@ under the License.
[Tutorial](./Tutorial.html)
-[Javadocs](http://helix.apache.org/javadocs/1.3.1/index.html)
+[Javadocs](http://helix.apache.org/javadocs/1.3.2/index.html)
### Recipes
diff --git a/website/1.3.1/src/site/markdown/quota_scheduling.md
b/website/1.3.2/src/site/markdown/quota_scheduling.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/quota_scheduling.md
rename to website/1.3.2/src/site/markdown/quota_scheduling.md
diff --git a/website/1.3.1/src/site/markdown/recipes/lock_manager.md
b/website/1.3.2/src/site/markdown/recipes/lock_manager.md
similarity index 99%
rename from website/1.3.1/src/site/markdown/recipes/lock_manager.md
rename to website/1.3.2/src/site/markdown/recipes/lock_manager.md
index 4d719e45a..134a0bdb1 100644
--- a/website/1.3.1/src/site/markdown/recipes/lock_manager.md
+++ b/website/1.3.2/src/site/markdown/recipes/lock_manager.md
@@ -50,7 +50,7 @@ This version starts multiple threads within the same process
to simulate a multi
```
git clone https://git-wip-us.apache.org/repos/asf/helix.git
cd helix
-git checkout tags/helix-1.3.1
+git checkout tags/helix-1.3.2
mvn clean install package -DskipTests
cd recipes/distributed-lock-manager/target/distributed-lock-manager-pkg/bin
chmod +x *
diff --git a/website/1.3.1/src/site/markdown/recipes/rabbitmq_consumer_group.md
b/website/1.3.2/src/site/markdown/recipes/rabbitmq_consumer_group.md
similarity index 99%
rename from website/1.3.1/src/site/markdown/recipes/rabbitmq_consumer_group.md
rename to website/1.3.2/src/site/markdown/recipes/rabbitmq_consumer_group.md
index 28cc3f9e3..baea2b326 100644
--- a/website/1.3.1/src/site/markdown/recipes/rabbitmq_consumer_group.md
+++ b/website/1.3.2/src/site/markdown/recipes/rabbitmq_consumer_group.md
@@ -52,7 +52,7 @@ We showcase how such a dynamic application can be developed
using Helix. Even th
```
git clone https://git-wip-us.apache.org/repos/asf/helix.git
cd helix
-git checkout tags/helix-1.3.1
+git checkout tags/helix-1.3.2
mvn clean install package -DskipTests
cd recipes/rabbitmq-consumer-group/bin
chmod +x *
diff --git
a/website/1.3.1/src/site/markdown/recipes/rsync_replicated_file_store.md
b/website/1.3.2/src/site/markdown/recipes/rsync_replicated_file_store.md
similarity index 99%
rename from
website/1.3.1/src/site/markdown/recipes/rsync_replicated_file_store.md
rename to website/1.3.2/src/site/markdown/recipes/rsync_replicated_file_store.md
index e624dcd8a..329292984 100644
--- a/website/1.3.1/src/site/markdown/recipes/rsync_replicated_file_store.md
+++ b/website/1.3.2/src/site/markdown/recipes/rsync_replicated_file_store.md
@@ -36,7 +36,7 @@ Near-Realtime Rsync Replicated File System
```
git clone https://git-wip-us.apache.org/repos/asf/helix.git
cd helix
-git checkout tags/helix-1.3.1
+git checkout tags/helix-1.3.2
cd recipes/rsync-replicated-file-system/
mvn clean install package -DskipTests
cd target/rsync-replicated-file-system-pkg/bin
diff --git a/website/1.3.1/src/site/markdown/recipes/service_discovery.md
b/website/1.3.2/src/site/markdown/recipes/service_discovery.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/recipes/service_discovery.md
rename to website/1.3.2/src/site/markdown/recipes/service_discovery.md
diff --git a/website/1.3.1/src/site/markdown/recipes/task_dag_execution.md
b/website/1.3.2/src/site/markdown/recipes/task_dag_execution.md
similarity index 99%
rename from website/1.3.1/src/site/markdown/recipes/task_dag_execution.md
rename to website/1.3.2/src/site/markdown/recipes/task_dag_execution.md
index f13185796..40a5a39da 100644
--- a/website/1.3.1/src/site/markdown/recipes/task_dag_execution.md
+++ b/website/1.3.2/src/site/markdown/recipes/task_dag_execution.md
@@ -81,7 +81,7 @@ Start redis e.g:
git clone https://git-wip-us.apache.org/repos/asf/helix.git
cd helix
-git checkout helix-1.3.1
+git checkout helix-1.3.2
cd recipes/task-execution
mvn clean install package -DskipTests
cd target/task-execution-pkg/bin
diff --git a/website/1.3.1/src/site/markdown/tutorial_admin.md
b/website/1.3.2/src/site/markdown/tutorial_admin.md
similarity index 99%
rename from website/1.3.1/src/site/markdown/tutorial_admin.md
rename to website/1.3.2/src/site/markdown/tutorial_admin.md
index e765204a1..5ee74d214 100644
--- a/website/1.3.1/src/site/markdown/tutorial_admin.md
+++ b/website/1.3.2/src/site/markdown/tutorial_admin.md
@@ -30,7 +30,7 @@ Helix provides a set of admin APIs for cluster management
operations. They are s
* REST Interface via helix-admin-webapp
### Java API
-See interface
[_org.apache.helix.HelixAdmin_](http://helix.apache.org/javadocs/1.3.1/reference/org/apache/helix/HelixAdmin.html)
+See interface
[_org.apache.helix.HelixAdmin_](http://helix.apache.org/javadocs/1.3.2/reference/org/apache/helix/HelixAdmin.html)
### Command Line Interface
The command line tool comes with helix-core package:
@@ -40,7 +40,7 @@ Get the command line tool:
```
git clone https://git-wip-us.apache.org/repos/asf/helix.git
cd helix
-git checkout tags/helix-1.3.1
+git checkout tags/helix-1.3.2
./build
cd helix-core/target/helix-core-pkg/bin
chmod +x *.sh
@@ -110,7 +110,7 @@ The REST interface comes wit helix-admin-webapp package:
```
git clone https://git-wip-us.apache.org/repos/asf/helix.git
cd helix
-git checkout tags/helix-1.3.1
+git checkout tags/helix-1.3.2
./build
cd helix-admin-webapp/target/helix-admin-webapp-pkg/bin
chmod +x *.sh
diff --git a/website/1.3.1/src/site/markdown/tutorial_agent.md
b/website/1.3.2/src/site/markdown/tutorial_agent.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/tutorial_agent.md
rename to website/1.3.2/src/site/markdown/tutorial_agent.md
diff --git a/website/1.3.1/src/site/markdown/tutorial_cloud_support.md
b/website/1.3.2/src/site/markdown/tutorial_cloud_support.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/tutorial_cloud_support.md
rename to website/1.3.2/src/site/markdown/tutorial_cloud_support.md
diff --git a/website/1.3.1/src/site/markdown/tutorial_controller.md
b/website/1.3.2/src/site/markdown/tutorial_controller.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/tutorial_controller.md
rename to website/1.3.2/src/site/markdown/tutorial_controller.md
diff --git a/website/1.3.1/src/site/markdown/tutorial_customized_view.md
b/website/1.3.2/src/site/markdown/tutorial_customized_view.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/tutorial_customized_view.md
rename to website/1.3.2/src/site/markdown/tutorial_customized_view.md
diff --git a/website/1.3.1/src/site/markdown/tutorial_distributed_lock.md
b/website/1.3.2/src/site/markdown/tutorial_distributed_lock.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/tutorial_distributed_lock.md
rename to website/1.3.2/src/site/markdown/tutorial_distributed_lock.md
diff --git a/website/1.3.1/src/site/markdown/tutorial_health.md
b/website/1.3.2/src/site/markdown/tutorial_health.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/tutorial_health.md
rename to website/1.3.2/src/site/markdown/tutorial_health.md
diff --git a/website/1.3.1/src/site/markdown/tutorial_messaging.md
b/website/1.3.2/src/site/markdown/tutorial_messaging.md
similarity index 98%
rename from website/1.3.1/src/site/markdown/tutorial_messaging.md
rename to website/1.3.2/src/site/markdown/tutorial_messaging.md
index b4e8e2fc4..bdbd93673 100644
--- a/website/1.3.1/src/site/markdown/tutorial_messaging.md
+++ b/website/1.3.2/src/site/markdown/tutorial_messaging.md
@@ -67,4 +67,4 @@ int sentMessageCount =
messagingService.sendAndWait(recipientCriteria,
requestBackupUriRequest, responseHandler, timeout);
```
-See HelixManager.DefaultMessagingService in the
[Javadocs](http://helix.apache.org/javadocs/1.3.1/reference/org/apache/helix/messaging/DefaultMessagingService.html)
for more information.
+See HelixManager.DefaultMessagingService in the
[Javadocs](http://helix.apache.org/javadocs/1.3.2/reference/org/apache/helix/messaging/DefaultMessagingService.html)
for more information.
diff --git a/website/1.3.1/src/site/markdown/tutorial_participant.md
b/website/1.3.2/src/site/markdown/tutorial_participant.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/tutorial_participant.md
rename to website/1.3.2/src/site/markdown/tutorial_participant.md
diff --git a/website/1.3.1/src/site/markdown/tutorial_propstore.md
b/website/1.3.2/src/site/markdown/tutorial_propstore.md
similarity index 95%
rename from website/1.3.1/src/site/markdown/tutorial_propstore.md
rename to website/1.3.2/src/site/markdown/tutorial_propstore.md
index e3cb098ce..59bfb01ab 100644
--- a/website/1.3.1/src/site/markdown/tutorial_propstore.md
+++ b/website/1.3.2/src/site/markdown/tutorial_propstore.md
@@ -31,4 +31,4 @@ It is common that an application needs support for
distributed, shared data stru
While you could use ZooKeeper directly, Helix supports caching the data with a
write-through cache. This is far more efficient than reading from ZooKeeper for
every access.
-See
[HelixManager.getHelixPropertyStore](http://helix.apache.org/javadocs/1.3.1/reference/org/apache/helix/store/package-summary.html)
for details.
+See
[HelixManager.getHelixPropertyStore](http://helix.apache.org/javadocs/1.3.2/reference/org/apache/helix/store/package-summary.html)
for details.
diff --git a/website/1.3.1/src/site/markdown/tutorial_rebalance.md
b/website/1.3.2/src/site/markdown/tutorial_rebalance.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/tutorial_rebalance.md
rename to website/1.3.2/src/site/markdown/tutorial_rebalance.md
diff --git a/website/1.3.1/src/site/markdown/tutorial_rest_service.md
b/website/1.3.2/src/site/markdown/tutorial_rest_service.md
similarity index 99%
rename from website/1.3.1/src/site/markdown/tutorial_rest_service.md
rename to website/1.3.2/src/site/markdown/tutorial_rest_service.md
index 479a50c92..d57944204 100644
--- a/website/1.3.1/src/site/markdown/tutorial_rest_service.md
+++ b/website/1.3.2/src/site/markdown/tutorial_rest_service.md
@@ -44,7 +44,7 @@ Get the command line tool:
```
git clone https://git-wip-us.apache.org/repos/asf/helix.git
cd helix
-git checkout tags/helix-1.3.1
+git checkout tags/helix-1.3.2
./build
cd helix-rest/target/helix-rest-pkg/bin
chmod +x *.sh
@@ -178,7 +178,7 @@ curl
http://localhost:12345/admin/v2/clusters/myCluster/resources/myResource/Ide
{
"id" : "myCluster",
"controller" : "test.helix.apache.org:1234",
- "HELIX_VERSION":"1.3.1",
+ "HELIX_VERSION":"1.3.2",
"LIVE_INSTANCE":"[email protected]:1234",
"SESSION_ID":"35ab496aba54c99"
}
@@ -654,7 +654,7 @@ curl
http://localhost:12345/admin/v2/clusters/myCluster/resources/myResource/Ide
"{DATE=2017-03-13T18:15:00:778, SESSION=15982390e5d678d,
TIME=1489428900778}",
"{DATE=2017-03-21T02:47:57:281, SESSION=459014c82effa82,
TIME=1490064477281}",
"{DATE=2017-03-27T14:51:06:802, SESSION=459014c82f01a07,
TIME=1490626266802}",
- "{DATE=2017-03-30T00:05:08:321, SESSION=55901.3.14e2c78,
TIME=1490832308321}",
+ "{DATE=2017-03-30T00:05:08:321, SESSION=55901.3.24e2c78,
TIME=1490832308321}",
"{DATE=2017-03-30T01:17:34:339, SESSION=2591d53b0421864,
TIME=1490836654339}",
"{DATE=2017-03-30T17:31:09:880, SESSION=2591d53b0421b2a,
TIME=1490895069880}",
"{DATE=2017-03-30T18:05:38:220, SESSION=359619c2d7f109b,
TIME=1490897138220}"
diff --git a/website/1.3.1/src/site/markdown/tutorial_spectator.md
b/website/1.3.2/src/site/markdown/tutorial_spectator.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/tutorial_spectator.md
rename to website/1.3.2/src/site/markdown/tutorial_spectator.md
diff --git a/website/1.3.1/src/site/markdown/tutorial_state.md
b/website/1.3.2/src/site/markdown/tutorial_state.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/tutorial_state.md
rename to website/1.3.2/src/site/markdown/tutorial_state.md
diff --git a/website/1.3.1/src/site/markdown/tutorial_task_framework.md
b/website/1.3.2/src/site/markdown/tutorial_task_framework.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/tutorial_task_framework.md
rename to website/1.3.2/src/site/markdown/tutorial_task_framework.md
diff --git a/website/1.3.1/src/site/markdown/tutorial_task_throttling.md
b/website/1.3.2/src/site/markdown/tutorial_task_throttling.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/tutorial_task_throttling.md
rename to website/1.3.2/src/site/markdown/tutorial_task_throttling.md
diff --git a/website/1.3.1/src/site/markdown/tutorial_throttling.md
b/website/1.3.2/src/site/markdown/tutorial_throttling.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/tutorial_throttling.md
rename to website/1.3.2/src/site/markdown/tutorial_throttling.md
diff --git a/website/1.3.1/src/site/markdown/tutorial_ui.md
b/website/1.3.2/src/site/markdown/tutorial_ui.md
similarity index 99%
rename from website/1.3.1/src/site/markdown/tutorial_ui.md
rename to website/1.3.2/src/site/markdown/tutorial_ui.md
index 16df3cacf..a2b30f108 100644
--- a/website/1.3.1/src/site/markdown/tutorial_ui.md
+++ b/website/1.3.2/src/site/markdown/tutorial_ui.md
@@ -44,7 +44,7 @@ To get and run Helix UI locally, simply use the following
command lines:
```
git clone https://git-wip-us.apache.org/repos/asf/helix.git
cd helix/helix-front
-git checkout tags/helix-1.3.1
+git checkout tags/helix-1.3.2
../build
cd target/helix-front-pkg/bin
chmod +x *.sh
diff --git a/website/1.3.1/src/site/markdown/tutorial_user_content_store.md
b/website/1.3.2/src/site/markdown/tutorial_user_content_store.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/tutorial_user_content_store.md
rename to website/1.3.2/src/site/markdown/tutorial_user_content_store.md
diff --git a/website/1.3.1/src/site/markdown/tutorial_user_def_rebalancer.md
b/website/1.3.2/src/site/markdown/tutorial_user_def_rebalancer.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/tutorial_user_def_rebalancer.md
rename to website/1.3.2/src/site/markdown/tutorial_user_def_rebalancer.md
diff --git a/website/1.3.1/src/site/markdown/tutorial_yaml.md
b/website/1.3.2/src/site/markdown/tutorial_yaml.md
similarity index 100%
rename from website/1.3.1/src/site/markdown/tutorial_yaml.md
rename to website/1.3.2/src/site/markdown/tutorial_yaml.md
diff --git a/website/1.3.1/src/site/resources/.htaccess
b/website/1.3.2/src/site/resources/.htaccess
similarity index 100%
rename from website/1.3.1/src/site/resources/.htaccess
rename to website/1.3.2/src/site/resources/.htaccess
diff --git a/website/1.3.1/src/site/resources/JobExample.json
b/website/1.3.2/src/site/resources/JobExample.json
similarity index 100%
rename from website/1.3.1/src/site/resources/JobExample.json
rename to website/1.3.2/src/site/resources/JobExample.json
diff --git a/website/1.3.1/src/site/resources/WorkflowExample.json
b/website/1.3.2/src/site/resources/WorkflowExample.json
similarity index 100%
rename from website/1.3.1/src/site/resources/WorkflowExample.json
rename to website/1.3.2/src/site/resources/WorkflowExample.json
diff --git a/website/1.3.1/src/site/resources/css/bootstrap-responsive.min.css
b/website/1.3.2/src/site/resources/css/bootstrap-responsive.min.css
similarity index 100%
rename from website/1.3.1/src/site/resources/css/bootstrap-responsive.min.css
rename to website/1.3.2/src/site/resources/css/bootstrap-responsive.min.css
diff --git a/website/1.3.1/src/site/resources/css/bootstrap.min.css
b/website/1.3.2/src/site/resources/css/bootstrap.min.css
similarity index 100%
rename from website/1.3.1/src/site/resources/css/bootstrap.min.css
rename to website/1.3.2/src/site/resources/css/bootstrap.min.css
diff --git a/website/1.3.1/src/site/resources/download.cgi
b/website/1.3.2/src/site/resources/download.cgi
similarity index 100%
rename from website/1.3.1/src/site/resources/download.cgi
rename to website/1.3.2/src/site/resources/download.cgi
diff --git
a/website/1.3.1/src/site/resources/images/CustomizedViewSystemArchitecture.jpeg
b/website/1.3.2/src/site/resources/images/CustomizedViewSystemArchitecture.jpeg
similarity index 100%
rename from
website/1.3.1/src/site/resources/images/CustomizedViewSystemArchitecture.jpeg
rename to
website/1.3.2/src/site/resources/images/CustomizedViewSystemArchitecture.jpeg
diff --git
a/website/1.3.1/src/site/resources/images/HelixPriorityLockWorkflow.jpeg
b/website/1.3.2/src/site/resources/images/HelixPriorityLockWorkflow.jpeg
similarity index 100%
rename from
website/1.3.1/src/site/resources/images/HelixPriorityLockWorkflow.jpeg
rename to website/1.3.2/src/site/resources/images/HelixPriorityLockWorkflow.jpeg
diff --git a/website/1.3.1/src/site/resources/images/PFS-Generic.png
b/website/1.3.2/src/site/resources/images/PFS-Generic.png
similarity index 100%
rename from website/1.3.1/src/site/resources/images/PFS-Generic.png
rename to website/1.3.2/src/site/resources/images/PFS-Generic.png
diff --git
a/website/1.3.1/src/site/resources/images/ParticipantAutoRegistrationLogic.png
b/website/1.3.2/src/site/resources/images/ParticipantAutoRegistrationLogic.png
similarity index 100%
rename from
website/1.3.1/src/site/resources/images/ParticipantAutoRegistrationLogic.png
rename to
website/1.3.2/src/site/resources/images/ParticipantAutoRegistrationLogic.png
diff --git a/website/1.3.1/src/site/resources/images/RSYNC_BASED_PFS.png
b/website/1.3.2/src/site/resources/images/RSYNC_BASED_PFS.png
similarity index 100%
rename from website/1.3.1/src/site/resources/images/RSYNC_BASED_PFS.png
rename to website/1.3.2/src/site/resources/images/RSYNC_BASED_PFS.png
diff --git a/website/1.3.1/src/site/resources/images/TaskFrameworkLayers.png
b/website/1.3.2/src/site/resources/images/TaskFrameworkLayers.png
similarity index 100%
rename from website/1.3.1/src/site/resources/images/TaskFrameworkLayers.png
rename to website/1.3.2/src/site/resources/images/TaskFrameworkLayers.png
diff --git a/website/1.3.1/src/site/resources/images/UIScreenshot.png
b/website/1.3.2/src/site/resources/images/UIScreenshot.png
similarity index 100%
rename from website/1.3.1/src/site/resources/images/UIScreenshot.png
rename to website/1.3.2/src/site/resources/images/UIScreenshot.png
diff --git a/website/1.3.1/src/site/resources/images/UIScreenshot2.png
b/website/1.3.2/src/site/resources/images/UIScreenshot2.png
similarity index 100%
rename from website/1.3.1/src/site/resources/images/UIScreenshot2.png
rename to website/1.3.2/src/site/resources/images/UIScreenshot2.png
diff --git a/website/1.3.1/src/site/resources/images/auto-exit-maintenance.jpg
b/website/1.3.2/src/site/resources/images/auto-exit-maintenance.jpg
similarity index 100%
rename from website/1.3.1/src/site/resources/images/auto-exit-maintenance.jpg
rename to website/1.3.2/src/site/resources/images/auto-exit-maintenance.jpg
diff --git
a/website/1.3.1/src/site/resources/images/design/crushed/after-using-crushed.png
b/website/1.3.2/src/site/resources/images/design/crushed/after-using-crushed.png
similarity index 100%
rename from
website/1.3.1/src/site/resources/images/design/crushed/after-using-crushed.png
rename to
website/1.3.2/src/site/resources/images/design/crushed/after-using-crushed.png
diff --git
a/website/1.3.1/src/site/resources/images/design/crushed/before-using-crush.png
b/website/1.3.2/src/site/resources/images/design/crushed/before-using-crush.png
similarity index 100%
rename from
website/1.3.1/src/site/resources/images/design/crushed/before-using-crush.png
rename to
website/1.3.2/src/site/resources/images/design/crushed/before-using-crush.png
diff --git a/website/1.3.1/src/site/resources/images/design/crushed/classes.png
b/website/1.3.2/src/site/resources/images/design/crushed/classes.png
similarity index 100%
rename from website/1.3.1/src/site/resources/images/design/crushed/classes.png
rename to website/1.3.2/src/site/resources/images/design/crushed/classes.png
diff --git
a/website/1.3.1/src/site/resources/images/design/crushed/crushed-master-dist.png
b/website/1.3.2/src/site/resources/images/design/crushed/crushed-master-dist.png
similarity index 100%
rename from
website/1.3.1/src/site/resources/images/design/crushed/crushed-master-dist.png
rename to
website/1.3.2/src/site/resources/images/design/crushed/crushed-master-dist.png
diff --git
a/website/1.3.1/src/site/resources/images/design/crushed/crushed-partition-dist.png
b/website/1.3.2/src/site/resources/images/design/crushed/crushed-partition-dist.png
similarity index 100%
rename from
website/1.3.1/src/site/resources/images/design/crushed/crushed-partition-dist.png
rename to
website/1.3.2/src/site/resources/images/design/crushed/crushed-partition-dist.png
diff --git
a/website/1.3.1/src/site/resources/images/design/crushed/cursh-master-dist.png
b/website/1.3.2/src/site/resources/images/design/crushed/cursh-master-dist.png
similarity index 100%
rename from
website/1.3.1/src/site/resources/images/design/crushed/cursh-master-dist.png
rename to
website/1.3.2/src/site/resources/images/design/crushed/cursh-master-dist.png
diff --git
a/website/1.3.1/src/site/resources/images/design/crushed/cursh-partition-dist.png
b/website/1.3.2/src/site/resources/images/design/crushed/cursh-partition-dist.png
similarity index 100%
rename from
website/1.3.1/src/site/resources/images/design/crushed/cursh-partition-dist.png
rename to
website/1.3.2/src/site/resources/images/design/crushed/cursh-partition-dist.png
diff --git
a/website/1.3.1/src/site/resources/images/design/crushed/example-cluster-master-dist-after.png
b/website/1.3.2/src/site/resources/images/design/crushed/example-cluster-master-dist-after.png
similarity index 100%
rename from
website/1.3.1/src/site/resources/images/design/crushed/example-cluster-master-dist-after.png
rename to
website/1.3.2/src/site/resources/images/design/crushed/example-cluster-master-dist-after.png
diff --git
a/website/1.3.1/src/site/resources/images/design/crushed/example-cluster-master-dist.png
b/website/1.3.2/src/site/resources/images/design/crushed/example-cluster-master-dist.png
similarity index 100%
rename from
website/1.3.1/src/site/resources/images/design/crushed/example-cluster-master-dist.png
rename to
website/1.3.2/src/site/resources/images/design/crushed/example-cluster-master-dist.png
diff --git
a/website/1.3.1/src/site/resources/images/design/crushed/example-cluster-partition-dist.png
b/website/1.3.2/src/site/resources/images/design/crushed/example-cluster-partition-dist.png
similarity index 100%
rename from
website/1.3.1/src/site/resources/images/design/crushed/example-cluster-partition-dist.png
rename to
website/1.3.2/src/site/resources/images/design/crushed/example-cluster-partition-dist.png
diff --git
a/website/1.3.1/src/site/resources/images/design/crushed/example-movement-on-expansion.png
b/website/1.3.2/src/site/resources/images/design/crushed/example-movement-on-expansion.png
similarity index 100%
rename from
website/1.3.1/src/site/resources/images/design/crushed/example-movement-on-expansion.png
rename to
website/1.3.2/src/site/resources/images/design/crushed/example-movement-on-expansion.png
diff --git
a/website/1.3.1/src/site/resources/images/design/crushed/node-down-master-move.png
b/website/1.3.2/src/site/resources/images/design/crushed/node-down-master-move.png
similarity index 100%
rename from
website/1.3.1/src/site/resources/images/design/crushed/node-down-master-move.png
rename to
website/1.3.2/src/site/resources/images/design/crushed/node-down-master-move.png
diff --git
a/website/1.3.1/src/site/resources/images/design/crushed/node-down-partition-move.png
b/website/1.3.2/src/site/resources/images/design/crushed/node-down-partition-move.png
similarity index 100%
rename from
website/1.3.1/src/site/resources/images/design/crushed/node-down-partition-move.png
rename to
website/1.3.2/src/site/resources/images/design/crushed/node-down-partition-move.png
diff --git
a/website/1.3.1/src/site/resources/images/design/crushed/performance.png
b/website/1.3.2/src/site/resources/images/design/crushed/performance.png
similarity index 100%
rename from
website/1.3.1/src/site/resources/images/design/crushed/performance.png
rename to website/1.3.2/src/site/resources/images/design/crushed/performance.png
diff --git
a/website/1.3.1/src/site/resources/images/quota_InstanceCapacityManager.jpeg
b/website/1.3.2/src/site/resources/images/quota_InstanceCapacityManager.jpeg
similarity index 100%
rename from
website/1.3.1/src/site/resources/images/quota_InstanceCapacityManager.jpeg
rename to
website/1.3.2/src/site/resources/images/quota_InstanceCapacityManager.jpeg
diff --git a/website/1.3.1/src/site/resources/images/quota_intro.png
b/website/1.3.2/src/site/resources/images/quota_intro.png
similarity index 100%
rename from website/1.3.1/src/site/resources/images/quota_intro.png
rename to website/1.3.2/src/site/resources/images/quota_intro.png
diff --git a/website/1.3.1/src/site/resources/js/bootstrap.min.js
b/website/1.3.2/src/site/resources/js/bootstrap.min.js
similarity index 100%
rename from website/1.3.1/src/site/resources/js/bootstrap.min.js
rename to website/1.3.2/src/site/resources/js/bootstrap.min.js
diff --git a/website/1.3.1/src/site/resources/js/jquery.min.js
b/website/1.3.2/src/site/resources/js/jquery.min.js
similarity index 100%
rename from website/1.3.1/src/site/resources/js/jquery.min.js
rename to website/1.3.2/src/site/resources/js/jquery.min.js
diff --git a/website/1.3.1/src/site/site.xml b/website/1.3.2/src/site/site.xml
similarity index 96%
rename from website/1.3.1/src/site/site.xml
rename to website/1.3.2/src/site/site.xml
index 62ed0b2b7..22856de0e 100644
--- a/website/1.3.1/src/site/site.xml
+++ b/website/1.3.2/src/site/site.xml
@@ -41,23 +41,23 @@
<breadcrumbs position="left">
<item name="Apache Helix" href="https://helix.apache.org/"/>
- <item name="Release 1.3.1" href="https://helix.apache.org/1.3.1-docs/"/>
+ <item name="Release 1.3.2" href="https://helix.apache.org/1.3.2-docs/"/>
</breadcrumbs>
<links>
- <item name="Helix 1.3.1" href="./index.html"/>
+ <item name="Helix 1.3.2" href="./index.html"/>
</links>
<menu name="Get Helix">
<item name="Download" href="./download.html"/>
<item name="Building" href="./Building.html"/>
- <item name="Release Notes" href="./releasenotes/release-1.3.1.html"/>
+ <item name="Release Notes" href="./releasenotes/release-1.3.2.html"/>
</menu>
<menu name="Hands-On">
<item name="Quick Start" href="./Quickstart.html"/>
<item name="Tutorial" href="./Tutorial.html"/>
- <item name="Javadocs" href="https://helix.apache.org/javadocs/1.3.1"/>
+ <item name="Javadocs" href="https://helix.apache.org/javadocs/1.3.2"/>
</menu>
<menu name="Recipes">
diff --git a/website/1.3.1/src/site/xdoc/download.xml.vm
b/website/1.3.2/src/site/xdoc/download.xml.vm
similarity index 100%
rename from website/1.3.1/src/site/xdoc/download.xml.vm
rename to website/1.3.2/src/site/xdoc/download.xml.vm
diff --git a/website/1.3.1/src/test/conf/testng.xml
b/website/1.3.2/src/test/conf/testng.xml
similarity index 100%
rename from website/1.3.1/src/test/conf/testng.xml
rename to website/1.3.2/src/test/conf/testng.xml
diff --git a/website/pom.xml b/website/pom.xml
index b78aa83f0..6f0855613 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -46,7 +46,7 @@
<modules>
<module>0.9.9</module>
- <module>1.3.1</module>
+ <module>1.3.2</module>
<module>1.4.3</module>
</modules>