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 8ab5b20 Change release note to 0.9.7
8ab5b20 is described below
commit 8ab5b20713d2b2cbf16554aa3aa1077b2e95caad
Author: Junkai Xue <[email protected]>
AuthorDate: Mon May 11 15:51:27 2020 -0700
Change release note to 0.9.7
---
website/{0.9.5 => 0.9.7}/pom.xml | 4 ++--
.../src/site/apt/privacy-policy.apt | 0
.../src/site/apt/releasenotes/release-0.9.5.apt | 6 +++---
.../src/site/apt/releasenotes/release-0.9.5.apt~ | 6 +++---
.../{0.9.5 => 0.9.7}/src/site/markdown/Building.md | 4 ++--
.../{0.9.5 => 0.9.7}/src/site/markdown/Features.md | 0
.../{0.9.5 => 0.9.7}/src/site/markdown/Metrics.md | 0
.../src/site/markdown/Quickstart.md | 4 ++--
.../{0.9.5 => 0.9.7}/src/site/markdown/Tutorial.md | 0
.../src/site/markdown/auto_exit_maintenance.md | 0
.../src/site/markdown/design_crushed.md | 0
.../{0.9.5 => 0.9.7}/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 | 2 +-
.../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_controller.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
.../{0.9.5 => 0.9.7}/src/site/resources/.htaccess | 0
.../src/site/resources/JobExample.json | 0
.../src/site/resources/WorkflowExample.json | 0
.../resources/css/bootstrap-responsive.min.css | 2 +-
.../src/site/resources/css/bootstrap.min.css | 0
.../src/site/resources/download.cgi | 0
.../src/site/resources/images/PFS-Generic.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 450591 -> 450591 bytes
.../src/site/resources/js/bootstrap.min.js | 0
.../src/site/resources/js/jquery.min.js | 0
website/{0.9.5 => 0.9.7}/src/site/site.xml | 8 ++++----
.../{0.9.5 => 0.9.7}/src/site/xdoc/download.xml.vm | 2 +-
website/{0.9.5 => 0.9.7}/src/test/conf/testng.xml | 0
69 files changed, 35 insertions(+), 35 deletions(-)
diff --git a/website/0.9.5/pom.xml b/website/0.9.7/pom.xml
similarity index 94%
rename from website/0.9.5/pom.xml
rename to website/0.9.7/pom.xml
index 894ee8d..1b83ddd 100644
--- a/website/0.9.5/pom.xml
+++ b/website/0.9.7/pom.xml
@@ -26,9 +26,9 @@ under the License.
<version>1.0.1-SNAPSHOT</version>
</parent>
- <artifactId>0.9.5-docs</artifactId>
+ <artifactId>0.9.7-docs</artifactId>
<packaging>bundle</packaging>
- <name>Apache Helix :: Website :: 0.9.5</name>
+ <name>Apache Helix :: Website :: 0.9.7</name>
<properties>
</properties>
diff --git a/website/0.9.5/src/site/apt/privacy-policy.apt
b/website/0.9.7/src/site/apt/privacy-policy.apt
similarity index 100%
rename from website/0.9.5/src/site/apt/privacy-policy.apt
rename to website/0.9.7/src/site/apt/privacy-policy.apt
diff --git a/website/0.9.5/src/site/apt/releasenotes/release-0.9.5.apt
b/website/0.9.7/src/site/apt/releasenotes/release-0.9.5.apt
similarity index 97%
rename from website/0.9.5/src/site/apt/releasenotes/release-0.9.5.apt
rename to website/0.9.7/src/site/apt/releasenotes/release-0.9.5.apt
index fc01fbb..01a704a 100644
--- a/website/0.9.5/src/site/apt/releasenotes/release-0.9.5.apt
+++ b/website/0.9.7/src/site/apt/releasenotes/release-0.9.5.apt
@@ -1,5 +1,5 @@
-----
- Release Notes for Apache Helix 0.9.5
+ Release Notes for Apache Helix 0.9.7
-----
~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -22,9 +22,9 @@
~~ 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 0.9.5
+Release Notes for Apache Helix 0.9.7
- The Apache Helix team would like to announce the release of Apache Helix
0.9.5.
+ The Apache Helix team would like to announce the release of Apache Helix
0.9.7.
This is the twenty second release under the Apache umbrella, and the
fifteenth as a top-level project.
diff --git a/website/0.9.5/src/site/apt/releasenotes/release-0.9.5.apt~
b/website/0.9.7/src/site/apt/releasenotes/release-0.9.5.apt~
similarity index 97%
rename from website/0.9.5/src/site/apt/releasenotes/release-0.9.5.apt~
rename to website/0.9.7/src/site/apt/releasenotes/release-0.9.5.apt~
index 7ccd74d..6a345bb 100644
--- a/website/0.9.5/src/site/apt/releasenotes/release-0.9.5.apt~
+++ b/website/0.9.7/src/site/apt/releasenotes/release-0.9.5.apt~
@@ -1,5 +1,5 @@
-----
- Release Notes for Apache Helix 0.9.5
+ Release Notes for Apache Helix 0.9.7
-----
~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -22,9 +22,9 @@
~~ 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 0.9.5
+Release Notes for Apache Helix 0.9.7
- The Apache Helix team would like to announce the release of Apache Helix
0.9.5.
+ The Apache Helix team would like to announce the release of Apache Helix
0.9.7.
This is the eighteenth release under the Apache umbrella, and the eleventh
as a top-level project.
diff --git a/website/0.9.5/src/site/markdown/Building.md
b/website/0.9.7/src/site/markdown/Building.md
similarity index 95%
rename from website/0.9.5/src/site/markdown/Building.md
rename to website/0.9.7/src/site/markdown/Building.md
index cda55af..c3406d1 100644
--- a/website/0.9.5/src/site/markdown/Building.md
+++ b/website/0.9.7/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-0.9.5
+git checkout tags/helix-0.9.7
mvn install package -DskipTests
```
@@ -37,6 +37,6 @@ mvn install package -DskipTests
<dependency>
<groupId>org.apache.helix</groupId>
<artifactId>helix-core</artifactId>
- <version>0.9.5</version>
+ <version>0.9.7</version>
</dependency>
```
diff --git a/website/0.9.5/src/site/markdown/Features.md
b/website/0.9.7/src/site/markdown/Features.md
similarity index 100%
rename from website/0.9.5/src/site/markdown/Features.md
rename to website/0.9.7/src/site/markdown/Features.md
diff --git a/website/0.9.5/src/site/markdown/Metrics.md
b/website/0.9.7/src/site/markdown/Metrics.md
similarity index 100%
rename from website/0.9.5/src/site/markdown/Metrics.md
rename to website/0.9.7/src/site/markdown/Metrics.md
diff --git a/website/0.9.5/src/site/markdown/Quickstart.md
b/website/0.9.7/src/site/markdown/Quickstart.md
similarity index 99%
rename from website/0.9.5/src/site/markdown/Quickstart.md
rename to website/0.9.7/src/site/markdown/Quickstart.md
index c5e89ca..2e8ec5b 100644
--- a/website/0.9.5/src/site/markdown/Quickstart.md
+++ b/website/0.9.7/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-0.9.5
+git checkout tags/helix-0.9.7
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 0.9.5 release package [here](./download.html)
+Download the 0.9.7 release package [here](./download.html)
Overview
--------
diff --git a/website/0.9.5/src/site/markdown/Tutorial.md
b/website/0.9.7/src/site/markdown/Tutorial.md
similarity index 100%
rename from website/0.9.5/src/site/markdown/Tutorial.md
rename to website/0.9.7/src/site/markdown/Tutorial.md
diff --git a/website/0.9.5/src/site/markdown/auto_exit_maintenance.md
b/website/0.9.7/src/site/markdown/auto_exit_maintenance.md
similarity index 100%
rename from website/0.9.5/src/site/markdown/auto_exit_maintenance.md
rename to website/0.9.7/src/site/markdown/auto_exit_maintenance.md
diff --git a/website/0.9.5/src/site/markdown/design_crushed.md
b/website/0.9.7/src/site/markdown/design_crushed.md
similarity index 100%
rename from website/0.9.5/src/site/markdown/design_crushed.md
rename to website/0.9.7/src/site/markdown/design_crushed.md
diff --git a/website/0.9.5/src/site/markdown/index.md
b/website/0.9.7/src/site/markdown/index.md
similarity index 89%
rename from website/0.9.5/src/site/markdown/index.md
rename to website/0.9.7/src/site/markdown/index.md
index fae6b6a..a50e11d 100644
--- a/website/0.9.5/src/site/markdown/index.md
+++ b/website/0.9.7/src/site/markdown/index.md
@@ -18,7 +18,7 @@ under the License.
-->
<head>
- <title>Helix 0.9.5 Documentation</title>
+ <title>Helix 0.9.7 Documentation</title>
</head>
### Get Helix
@@ -27,7 +27,7 @@ under the License.
[Building](./Building.html)
-[Release Notes](./releasenotes/release-0.9.5.html)
+[Release Notes](./releasenotes/release-0.9.7.html)
### Hands-On
@@ -35,7 +35,7 @@ under the License.
[Tutorial](./Tutorial.html)
-[Javadocs](http://helix.apache.org/javadocs/0.9.5/index.html)
+[Javadocs](http://helix.apache.org/javadocs/0.9.7/index.html)
### Recipes
diff --git a/website/0.9.5/src/site/markdown/quota_scheduling.md
b/website/0.9.7/src/site/markdown/quota_scheduling.md
similarity index 100%
rename from website/0.9.5/src/site/markdown/quota_scheduling.md
rename to website/0.9.7/src/site/markdown/quota_scheduling.md
diff --git a/website/0.9.5/src/site/markdown/recipes/lock_manager.md
b/website/0.9.7/src/site/markdown/recipes/lock_manager.md
similarity index 99%
rename from website/0.9.5/src/site/markdown/recipes/lock_manager.md
rename to website/0.9.7/src/site/markdown/recipes/lock_manager.md
index 6af22ec..2fb49e6 100644
--- a/website/0.9.5/src/site/markdown/recipes/lock_manager.md
+++ b/website/0.9.7/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-0.9.5
+git checkout tags/helix-0.9.7
mvn clean install package -DskipTests
cd recipes/distributed-lock-manager/target/distributed-lock-manager-pkg/bin
chmod +x *
diff --git a/website/0.9.5/src/site/markdown/recipes/rabbitmq_consumer_group.md
b/website/0.9.7/src/site/markdown/recipes/rabbitmq_consumer_group.md
similarity index 99%
rename from website/0.9.5/src/site/markdown/recipes/rabbitmq_consumer_group.md
rename to website/0.9.7/src/site/markdown/recipes/rabbitmq_consumer_group.md
index d1a1560..ce1291d 100644
--- a/website/0.9.5/src/site/markdown/recipes/rabbitmq_consumer_group.md
+++ b/website/0.9.7/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-0.9.5
+git checkout tags/helix-0.9.7
mvn clean install package -DskipTests
cd recipes/rabbitmq-consumer-group/bin
chmod +x *
diff --git
a/website/0.9.5/src/site/markdown/recipes/rsync_replicated_file_store.md
b/website/0.9.7/src/site/markdown/recipes/rsync_replicated_file_store.md
similarity index 99%
rename from
website/0.9.5/src/site/markdown/recipes/rsync_replicated_file_store.md
rename to website/0.9.7/src/site/markdown/recipes/rsync_replicated_file_store.md
index 3c8adf2..7eea2d0 100644
--- a/website/0.9.5/src/site/markdown/recipes/rsync_replicated_file_store.md
+++ b/website/0.9.7/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-0.9.5
+git checkout tags/helix-0.9.7
cd recipes/rsync-replicated-file-system/
mvn clean install package -DskipTests
cd target/rsync-replicated-file-system-pkg/bin
diff --git a/website/0.9.5/src/site/markdown/recipes/service_discovery.md
b/website/0.9.7/src/site/markdown/recipes/service_discovery.md
similarity index 99%
rename from website/0.9.5/src/site/markdown/recipes/service_discovery.md
rename to website/0.9.7/src/site/markdown/recipes/service_discovery.md
index 7b26cdc..9659415 100644
--- a/website/0.9.5/src/site/markdown/recipes/service_discovery.md
+++ b/website/0.9.7/src/site/markdown/recipes/service_discovery.md
@@ -84,7 +84,7 @@ Helix provides these additional features compared to other
implementations avail
```
git clone https://git-wip-us.apache.org/repos/asf/helix.git
cd helix
-git checkout tags/helix-0.9.5
+git checkout tags/helix-0.9.7
mvn clean install package -DskipTests
cd recipes/service-discovery/target/service-discovery-pkg/bin
chmod +x *
diff --git a/website/0.9.5/src/site/markdown/recipes/task_dag_execution.md
b/website/0.9.7/src/site/markdown/recipes/task_dag_execution.md
similarity index 99%
rename from website/0.9.5/src/site/markdown/recipes/task_dag_execution.md
rename to website/0.9.7/src/site/markdown/recipes/task_dag_execution.md
index 92439eb..b8289f8 100644
--- a/website/0.9.5/src/site/markdown/recipes/task_dag_execution.md
+++ b/website/0.9.7/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-0.9.5
+git checkout helix-0.9.7
cd recipes/task-execution
mvn clean install package -DskipTests
cd target/task-execution-pkg/bin
diff --git a/website/0.9.5/src/site/markdown/tutorial_admin.md
b/website/0.9.7/src/site/markdown/tutorial_admin.md
similarity index 99%
rename from website/0.9.5/src/site/markdown/tutorial_admin.md
rename to website/0.9.7/src/site/markdown/tutorial_admin.md
index 1c70826..46bb794 100644
--- a/website/0.9.5/src/site/markdown/tutorial_admin.md
+++ b/website/0.9.7/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/0.9.5/reference/org/apache/helix/HelixAdmin.html)
+See interface
[_org.apache.helix.HelixAdmin_](http://helix.apache.org/javadocs/0.9.7/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-0.9.5
+git checkout tags/helix-0.9.7
./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-0.9.5
+git checkout tags/helix-0.9.7
./build
cd helix-admin-webapp/target/helix-admin-webapp-pkg/bin
chmod +x *.sh
diff --git a/website/0.9.5/src/site/markdown/tutorial_agent.md
b/website/0.9.7/src/site/markdown/tutorial_agent.md
similarity index 100%
rename from website/0.9.5/src/site/markdown/tutorial_agent.md
rename to website/0.9.7/src/site/markdown/tutorial_agent.md
diff --git a/website/0.9.5/src/site/markdown/tutorial_controller.md
b/website/0.9.7/src/site/markdown/tutorial_controller.md
similarity index 100%
rename from website/0.9.5/src/site/markdown/tutorial_controller.md
rename to website/0.9.7/src/site/markdown/tutorial_controller.md
diff --git a/website/0.9.5/src/site/markdown/tutorial_health.md
b/website/0.9.7/src/site/markdown/tutorial_health.md
similarity index 100%
rename from website/0.9.5/src/site/markdown/tutorial_health.md
rename to website/0.9.7/src/site/markdown/tutorial_health.md
diff --git a/website/0.9.5/src/site/markdown/tutorial_messaging.md
b/website/0.9.7/src/site/markdown/tutorial_messaging.md
similarity index 98%
rename from website/0.9.5/src/site/markdown/tutorial_messaging.md
rename to website/0.9.7/src/site/markdown/tutorial_messaging.md
index 3ecfc51..6732c38 100644
--- a/website/0.9.5/src/site/markdown/tutorial_messaging.md
+++ b/website/0.9.7/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/0.9.5/reference/org/apache/helix/messaging/DefaultMessagingService.html)
for more information.
+See HelixManager.DefaultMessagingService in the
[Javadocs](http://helix.apache.org/javadocs/0.9.7/reference/org/apache/helix/messaging/DefaultMessagingService.html)
for more information.
diff --git a/website/0.9.5/src/site/markdown/tutorial_participant.md
b/website/0.9.7/src/site/markdown/tutorial_participant.md
similarity index 100%
rename from website/0.9.5/src/site/markdown/tutorial_participant.md
rename to website/0.9.7/src/site/markdown/tutorial_participant.md
diff --git a/website/0.9.5/src/site/markdown/tutorial_propstore.md
b/website/0.9.7/src/site/markdown/tutorial_propstore.md
similarity index 95%
rename from website/0.9.5/src/site/markdown/tutorial_propstore.md
rename to website/0.9.7/src/site/markdown/tutorial_propstore.md
index 8ce009f..a435138 100644
--- a/website/0.9.5/src/site/markdown/tutorial_propstore.md
+++ b/website/0.9.7/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/0.9.5/reference/org/apache/helix/store/package-summary.html)
for details.
+See
[HelixManager.getHelixPropertyStore](http://helix.apache.org/javadocs/0.9.7/reference/org/apache/helix/store/package-summary.html)
for details.
diff --git a/website/0.9.5/src/site/markdown/tutorial_rebalance.md
b/website/0.9.7/src/site/markdown/tutorial_rebalance.md
similarity index 100%
rename from website/0.9.5/src/site/markdown/tutorial_rebalance.md
rename to website/0.9.7/src/site/markdown/tutorial_rebalance.md
diff --git a/website/0.9.5/src/site/markdown/tutorial_rest_service.md
b/website/0.9.7/src/site/markdown/tutorial_rest_service.md
similarity index 99%
rename from website/0.9.5/src/site/markdown/tutorial_rest_service.md
rename to website/0.9.7/src/site/markdown/tutorial_rest_service.md
index 3bf26bf..002e855 100644
--- a/website/0.9.5/src/site/markdown/tutorial_rest_service.md
+++ b/website/0.9.7/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-0.9.5
+git checkout tags/helix-0.9.7
./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":"0.9.5",
+ "HELIX_VERSION":"0.9.7",
"LIVE_INSTANCE":"[email protected]:1234",
"SESSION_ID":"35ab496aba54c99"
}
@@ -657,7 +657,7 @@ curl
http://localhost:12345/admin/v2/clusters/myCluster/resources/myResource/Ide
"{DATE=2017-03-30T00:05:08:321, SESSION=5590151804e2c78,
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=1490.9.538220}"
+ "{DATE=2017-03-30T18:05:38:220, SESSION=359619c2d7f109b,
TIME=1490.9.738220}"
]
}
```
diff --git a/website/0.9.5/src/site/markdown/tutorial_spectator.md
b/website/0.9.7/src/site/markdown/tutorial_spectator.md
similarity index 100%
rename from website/0.9.5/src/site/markdown/tutorial_spectator.md
rename to website/0.9.7/src/site/markdown/tutorial_spectator.md
diff --git a/website/0.9.5/src/site/markdown/tutorial_state.md
b/website/0.9.7/src/site/markdown/tutorial_state.md
similarity index 100%
rename from website/0.9.5/src/site/markdown/tutorial_state.md
rename to website/0.9.7/src/site/markdown/tutorial_state.md
diff --git a/website/0.9.5/src/site/markdown/tutorial_task_framework.md
b/website/0.9.7/src/site/markdown/tutorial_task_framework.md
similarity index 100%
rename from website/0.9.5/src/site/markdown/tutorial_task_framework.md
rename to website/0.9.7/src/site/markdown/tutorial_task_framework.md
diff --git a/website/0.9.5/src/site/markdown/tutorial_task_throttling.md
b/website/0.9.7/src/site/markdown/tutorial_task_throttling.md
similarity index 100%
rename from website/0.9.5/src/site/markdown/tutorial_task_throttling.md
rename to website/0.9.7/src/site/markdown/tutorial_task_throttling.md
diff --git a/website/0.9.5/src/site/markdown/tutorial_throttling.md
b/website/0.9.7/src/site/markdown/tutorial_throttling.md
similarity index 100%
rename from website/0.9.5/src/site/markdown/tutorial_throttling.md
rename to website/0.9.7/src/site/markdown/tutorial_throttling.md
diff --git a/website/0.9.5/src/site/markdown/tutorial_ui.md
b/website/0.9.7/src/site/markdown/tutorial_ui.md
similarity index 99%
rename from website/0.9.5/src/site/markdown/tutorial_ui.md
rename to website/0.9.7/src/site/markdown/tutorial_ui.md
index 9ff1a5b..f645e24 100644
--- a/website/0.9.5/src/site/markdown/tutorial_ui.md
+++ b/website/0.9.7/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-0.9.5
+git checkout tags/helix-0.9.7
../build
cd target/helix-front-pkg/bin
chmod +x *.sh
diff --git a/website/0.9.5/src/site/markdown/tutorial_user_content_store.md
b/website/0.9.7/src/site/markdown/tutorial_user_content_store.md
similarity index 100%
rename from website/0.9.5/src/site/markdown/tutorial_user_content_store.md
rename to website/0.9.7/src/site/markdown/tutorial_user_content_store.md
diff --git a/website/0.9.5/src/site/markdown/tutorial_user_def_rebalancer.md
b/website/0.9.7/src/site/markdown/tutorial_user_def_rebalancer.md
similarity index 100%
rename from website/0.9.5/src/site/markdown/tutorial_user_def_rebalancer.md
rename to website/0.9.7/src/site/markdown/tutorial_user_def_rebalancer.md
diff --git a/website/0.9.5/src/site/markdown/tutorial_yaml.md
b/website/0.9.7/src/site/markdown/tutorial_yaml.md
similarity index 100%
rename from website/0.9.5/src/site/markdown/tutorial_yaml.md
rename to website/0.9.7/src/site/markdown/tutorial_yaml.md
diff --git a/website/0.9.5/src/site/resources/.htaccess
b/website/0.9.7/src/site/resources/.htaccess
similarity index 100%
rename from website/0.9.5/src/site/resources/.htaccess
rename to website/0.9.7/src/site/resources/.htaccess
diff --git a/website/0.9.5/src/site/resources/JobExample.json
b/website/0.9.7/src/site/resources/JobExample.json
similarity index 100%
rename from website/0.9.5/src/site/resources/JobExample.json
rename to website/0.9.7/src/site/resources/JobExample.json
diff --git a/website/0.9.5/src/site/resources/WorkflowExample.json
b/website/0.9.7/src/site/resources/WorkflowExample.json
similarity index 100%
rename from website/0.9.5/src/site/resources/WorkflowExample.json
rename to website/0.9.7/src/site/resources/WorkflowExample.json
diff --git a/website/0.9.5/src/site/resources/css/bootstrap-responsive.min.css
b/website/0.9.7/src/site/resources/css/bootstrap-responsive.min.css
similarity index 99%
rename from website/0.9.5/src/site/resources/css/bootstrap-responsive.min.css
rename to website/0.9.7/src/site/resources/css/bootstrap-responsive.min.css
index 1e26305..2f09521 100644
--- a/website/0.9.5/src/site/resources/css/bootstrap-responsive.min.css
+++ b/website/0.9.7/src/site/resources/css/bootstrap-responsive.min.css
@@ -6,4 +6,4 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
-
*/@-ms-viewport{width:device-width}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0
a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.hidden{display:none;visibility:hidden}.visible-phone{display:none!important}.visible-tablet{display:none
[...]
+
*/@-ms-viewport{width:device-width}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0
a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.hidden{display:none;visibility:hidden}.visible-phone{display:none!important}.visible-tablet{display:none
[...]
diff --git a/website/0.9.5/src/site/resources/css/bootstrap.min.css
b/website/0.9.7/src/site/resources/css/bootstrap.min.css
similarity index 100%
rename from website/0.9.5/src/site/resources/css/bootstrap.min.css
rename to website/0.9.7/src/site/resources/css/bootstrap.min.css
diff --git a/website/0.9.5/src/site/resources/download.cgi
b/website/0.9.7/src/site/resources/download.cgi
similarity index 100%
rename from website/0.9.5/src/site/resources/download.cgi
rename to website/0.9.7/src/site/resources/download.cgi
diff --git a/website/0.9.5/src/site/resources/images/PFS-Generic.png
b/website/0.9.7/src/site/resources/images/PFS-Generic.png
similarity index 100%
rename from website/0.9.5/src/site/resources/images/PFS-Generic.png
rename to website/0.9.7/src/site/resources/images/PFS-Generic.png
diff --git a/website/0.9.5/src/site/resources/images/RSYNC_BASED_PFS.png
b/website/0.9.7/src/site/resources/images/RSYNC_BASED_PFS.png
similarity index 100%
rename from website/0.9.5/src/site/resources/images/RSYNC_BASED_PFS.png
rename to website/0.9.7/src/site/resources/images/RSYNC_BASED_PFS.png
diff --git a/website/0.9.5/src/site/resources/images/TaskFrameworkLayers.png
b/website/0.9.7/src/site/resources/images/TaskFrameworkLayers.png
similarity index 100%
rename from website/0.9.5/src/site/resources/images/TaskFrameworkLayers.png
rename to website/0.9.7/src/site/resources/images/TaskFrameworkLayers.png
diff --git a/website/0.9.5/src/site/resources/images/UIScreenshot.png
b/website/0.9.7/src/site/resources/images/UIScreenshot.png
similarity index 100%
rename from website/0.9.5/src/site/resources/images/UIScreenshot.png
rename to website/0.9.7/src/site/resources/images/UIScreenshot.png
diff --git a/website/0.9.5/src/site/resources/images/UIScreenshot2.png
b/website/0.9.7/src/site/resources/images/UIScreenshot2.png
similarity index 100%
rename from website/0.9.5/src/site/resources/images/UIScreenshot2.png
rename to website/0.9.7/src/site/resources/images/UIScreenshot2.png
diff --git a/website/0.9.5/src/site/resources/images/auto-exit-maintenance.jpg
b/website/0.9.7/src/site/resources/images/auto-exit-maintenance.jpg
similarity index 100%
rename from website/0.9.5/src/site/resources/images/auto-exit-maintenance.jpg
rename to website/0.9.7/src/site/resources/images/auto-exit-maintenance.jpg
diff --git
a/website/0.9.5/src/site/resources/images/design/crushed/after-using-crushed.png
b/website/0.9.7/src/site/resources/images/design/crushed/after-using-crushed.png
similarity index 100%
rename from
website/0.9.5/src/site/resources/images/design/crushed/after-using-crushed.png
rename to
website/0.9.7/src/site/resources/images/design/crushed/after-using-crushed.png
diff --git
a/website/0.9.5/src/site/resources/images/design/crushed/before-using-crush.png
b/website/0.9.7/src/site/resources/images/design/crushed/before-using-crush.png
similarity index 100%
rename from
website/0.9.5/src/site/resources/images/design/crushed/before-using-crush.png
rename to
website/0.9.7/src/site/resources/images/design/crushed/before-using-crush.png
diff --git a/website/0.9.5/src/site/resources/images/design/crushed/classes.png
b/website/0.9.7/src/site/resources/images/design/crushed/classes.png
similarity index 100%
rename from website/0.9.5/src/site/resources/images/design/crushed/classes.png
rename to website/0.9.7/src/site/resources/images/design/crushed/classes.png
diff --git
a/website/0.9.5/src/site/resources/images/design/crushed/crushed-master-dist.png
b/website/0.9.7/src/site/resources/images/design/crushed/crushed-master-dist.png
similarity index 100%
rename from
website/0.9.5/src/site/resources/images/design/crushed/crushed-master-dist.png
rename to
website/0.9.7/src/site/resources/images/design/crushed/crushed-master-dist.png
diff --git
a/website/0.9.5/src/site/resources/images/design/crushed/crushed-partition-dist.png
b/website/0.9.7/src/site/resources/images/design/crushed/crushed-partition-dist.png
similarity index 100%
rename from
website/0.9.5/src/site/resources/images/design/crushed/crushed-partition-dist.png
rename to
website/0.9.7/src/site/resources/images/design/crushed/crushed-partition-dist.png
diff --git
a/website/0.9.5/src/site/resources/images/design/crushed/cursh-master-dist.png
b/website/0.9.7/src/site/resources/images/design/crushed/cursh-master-dist.png
similarity index 100%
rename from
website/0.9.5/src/site/resources/images/design/crushed/cursh-master-dist.png
rename to
website/0.9.7/src/site/resources/images/design/crushed/cursh-master-dist.png
diff --git
a/website/0.9.5/src/site/resources/images/design/crushed/cursh-partition-dist.png
b/website/0.9.7/src/site/resources/images/design/crushed/cursh-partition-dist.png
similarity index 100%
rename from
website/0.9.5/src/site/resources/images/design/crushed/cursh-partition-dist.png
rename to
website/0.9.7/src/site/resources/images/design/crushed/cursh-partition-dist.png
diff --git
a/website/0.9.5/src/site/resources/images/design/crushed/example-cluster-master-dist-after.png
b/website/0.9.7/src/site/resources/images/design/crushed/example-cluster-master-dist-after.png
similarity index 100%
rename from
website/0.9.5/src/site/resources/images/design/crushed/example-cluster-master-dist-after.png
rename to
website/0.9.7/src/site/resources/images/design/crushed/example-cluster-master-dist-after.png
diff --git
a/website/0.9.5/src/site/resources/images/design/crushed/example-cluster-master-dist.png
b/website/0.9.7/src/site/resources/images/design/crushed/example-cluster-master-dist.png
similarity index 100%
rename from
website/0.9.5/src/site/resources/images/design/crushed/example-cluster-master-dist.png
rename to
website/0.9.7/src/site/resources/images/design/crushed/example-cluster-master-dist.png
diff --git
a/website/0.9.5/src/site/resources/images/design/crushed/example-cluster-partition-dist.png
b/website/0.9.7/src/site/resources/images/design/crushed/example-cluster-partition-dist.png
similarity index 100%
rename from
website/0.9.5/src/site/resources/images/design/crushed/example-cluster-partition-dist.png
rename to
website/0.9.7/src/site/resources/images/design/crushed/example-cluster-partition-dist.png
diff --git
a/website/0.9.5/src/site/resources/images/design/crushed/example-movement-on-expansion.png
b/website/0.9.7/src/site/resources/images/design/crushed/example-movement-on-expansion.png
similarity index 100%
rename from
website/0.9.5/src/site/resources/images/design/crushed/example-movement-on-expansion.png
rename to
website/0.9.7/src/site/resources/images/design/crushed/example-movement-on-expansion.png
diff --git
a/website/0.9.5/src/site/resources/images/design/crushed/node-down-master-move.png
b/website/0.9.7/src/site/resources/images/design/crushed/node-down-master-move.png
similarity index 100%
rename from
website/0.9.5/src/site/resources/images/design/crushed/node-down-master-move.png
rename to
website/0.9.7/src/site/resources/images/design/crushed/node-down-master-move.png
diff --git
a/website/0.9.5/src/site/resources/images/design/crushed/node-down-partition-move.png
b/website/0.9.7/src/site/resources/images/design/crushed/node-down-partition-move.png
similarity index 100%
rename from
website/0.9.5/src/site/resources/images/design/crushed/node-down-partition-move.png
rename to
website/0.9.7/src/site/resources/images/design/crushed/node-down-partition-move.png
diff --git
a/website/0.9.5/src/site/resources/images/design/crushed/performance.png
b/website/0.9.7/src/site/resources/images/design/crushed/performance.png
similarity index 100%
rename from
website/0.9.5/src/site/resources/images/design/crushed/performance.png
rename to website/0.9.7/src/site/resources/images/design/crushed/performance.png
diff --git
a/website/0.9.5/src/site/resources/images/quota_InstanceCapacityManager.jpeg
b/website/0.9.7/src/site/resources/images/quota_InstanceCapacityManager.jpeg
similarity index 100%
rename from
website/0.9.5/src/site/resources/images/quota_InstanceCapacityManager.jpeg
rename to
website/0.9.7/src/site/resources/images/quota_InstanceCapacityManager.jpeg
diff --git a/website/0.9.5/src/site/resources/images/quota_intro.png
b/website/0.9.7/src/site/resources/images/quota_intro.png
similarity index 99%
rename from website/0.9.5/src/site/resources/images/quota_intro.png
rename to website/0.9.7/src/site/resources/images/quota_intro.png
index 6543285..3a9ef63 100644
Binary files a/website/0.9.5/src/site/resources/images/quota_intro.png and
b/website/0.9.7/src/site/resources/images/quota_intro.png differ
diff --git a/website/0.9.5/src/site/resources/js/bootstrap.min.js
b/website/0.9.7/src/site/resources/js/bootstrap.min.js
similarity index 100%
rename from website/0.9.5/src/site/resources/js/bootstrap.min.js
rename to website/0.9.7/src/site/resources/js/bootstrap.min.js
diff --git a/website/0.9.5/src/site/resources/js/jquery.min.js
b/website/0.9.7/src/site/resources/js/jquery.min.js
similarity index 100%
rename from website/0.9.5/src/site/resources/js/jquery.min.js
rename to website/0.9.7/src/site/resources/js/jquery.min.js
diff --git a/website/0.9.5/src/site/site.xml b/website/0.9.7/src/site/site.xml
similarity index 96%
rename from website/0.9.5/src/site/site.xml
rename to website/0.9.7/src/site/site.xml
index cd2a6ea..8400679 100644
--- a/website/0.9.5/src/site/site.xml
+++ b/website/0.9.7/src/site/site.xml
@@ -54,23 +54,23 @@
<breadcrumbs position="left">
<item name="Apache Helix" href="http://helix.apache.org/"/>
- <item name="Release 0.9.5" href="http://helix.apache.org/0.9.5-docs/"/>
+ <item name="Release 0.9.7" href="http://helix.apache.org/0.9.7-docs/"/>
</breadcrumbs>
<links>
- <item name="Helix 0.9.5" href="./index.html"/>
+ <item name="Helix 0.9.7" 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-0.9.5.html"/>
+ <item name="Release Notes" href="./releasenotes/release-0.9.7.html"/>
</menu>
<menu name="Hands-On">
<item name="Quick Start" href="./Quickstart.html"/>
<item name="Tutorial" href="./Tutorial.html"/>
- <item name="Javadocs" href="http://helix.apache.org/javadocs/0.9.5"/>
+ <item name="Javadocs" href="http://helix.apache.org/javadocs/0.9.7"/>
</menu>
<menu name="Recipes">
diff --git a/website/0.9.5/src/site/xdoc/download.xml.vm
b/website/0.9.7/src/site/xdoc/download.xml.vm
similarity index 99%
rename from website/0.9.5/src/site/xdoc/download.xml.vm
rename to website/0.9.7/src/site/xdoc/download.xml.vm
index aea11f3..3b5aafd 100644
--- a/website/0.9.5/src/site/xdoc/download.xml.vm
+++ b/website/0.9.7/src/site/xdoc/download.xml.vm
@@ -18,7 +18,7 @@ specific language governing permissions and limitations
under the License.
-->
-#set( $releaseName = "0.9.5" )
+#set( $releaseName = "0.9.7" )
#set( $releaseDate = "06/10/2019" )
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
http://maven.apache.org/xsd/xdoc-2.0.xsd">
diff --git a/website/0.9.5/src/test/conf/testng.xml
b/website/0.9.7/src/test/conf/testng.xml
similarity index 100%
rename from website/0.9.5/src/test/conf/testng.xml
rename to website/0.9.7/src/test/conf/testng.xml