You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by lx...@apache.org on 2017/01/27 06:10:15 UTC

helix git commit: 0.6.7 release notes and top menu and sidebar update. [Forced Update!]

Repository: helix
Updated Branches:
  refs/heads/master 8ddb7f9f3 -> b4f3234eb (forced update)


0.6.7 release notes and top menu and sidebar update.


Project: http://git-wip-us.apache.org/repos/asf/helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/b4f3234e
Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/b4f3234e
Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/b4f3234e

Branch: refs/heads/master
Commit: b4f3234eb9186e39d07473064b827df1d63ee694
Parents: 2ac70fa
Author: Lei Xia <lx...@linkedin.com>
Authored: Thu Jan 26 21:52:36 2017 -0800
Committer: Lei Xia <lx...@linkedin.com>
Committed: Thu Jan 26 22:07:46 2017 -0800

----------------------------------------------------------------------
 .../src/site/apt/releasenotes/release-0.6.7.apt | 76 ++++++++++++++++++++
 website/src/site/markdown/index.md              | 10 +--
 website/src/site/resources/.htaccess            |  1 +
 website/src/site/site.xml                       | 15 ++--
 website/src/site/xdoc/download.xml.vm           |  2 +-
 5 files changed, 91 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/b4f3234e/website/src/site/apt/releasenotes/release-0.6.7.apt
----------------------------------------------------------------------
diff --git a/website/src/site/apt/releasenotes/release-0.6.7.apt b/website/src/site/apt/releasenotes/release-0.6.7.apt
new file mode 100644
index 0000000..f6e9d06
--- /dev/null
+++ b/website/src/site/apt/releasenotes/release-0.6.7.apt
@@ -0,0 +1,76 @@
+ -----
+ Release Notes for Apache Helix 0.6.7
+ -----
+
+~~ 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.
+
+~~ 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.6.7
+
+  The Apache Helix team would like to announce the release of Apache Helix 0.6.7.
+
+  This is the tenth release under the Apache umbrella, and the sixth 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. Helix provides the following features:
+
+  * Automatic assignment of resource/partition to nodes
+
+  * Node failure detection and recovery
+
+  * Dynamic addition of Resources
+
+  * Dynamic addition of nodes to the cluster
+
+  * Pluggable distributed state machine to manage the state of a resource via state transitions
+
+  * Automatic load balancing and throttling of transitions
+
+[]
+
+* Detailed Changes
+
+** Bug
+
+    * [HELIX-649] Fix StateModelDef name is not consistent.
+
+    * [HELIX-646] DeleteJob from a recurrent job queue should not throw exception if last scheduled queue not exist.
+
+    * [HELIX-645] Fix Task State Model INIT priority number.
+
+    * [HELIX-642] Disable the participant instance once it disconnected due to unstable ZK.
+
+
+** Improvement
+
+    * [HELIX-651] Add a method in HelixAdmin to set the InstanceConfig of an existing instance.
+
+    * [HELIX-650] Add StateTransitionConfig and Expose API add state transition timeout.
+
+    * [HELIX-648] Extend WorkflowConfig and JobConfig to ResourceConfig.
+
+    * [HELIX-644] Add accessor method for getting zkSerializer from ZkClient.
+    
+    * [HELIX-641] Add total message recevied for each instance
+    
+[]
+
+Cheers,
+--
+The Apache Helix Team

http://git-wip-us.apache.org/repos/asf/helix/blob/b4f3234e/website/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/index.md b/website/src/site/markdown/index.md
index b16226a..dbd66df 100644
--- a/website/src/site/markdown/index.md
+++ b/website/src/site/markdown/index.md
@@ -77,9 +77,9 @@ Modeling a distributed system as a state machine with constraints on states and
 
 Apache Helix has two new releases:
 
-* [0.6.6](./0.6.6-docs/index.html) - A release that includes stability improvements.
+* [0.6.7](./0.6.7-docs/index.html) - A release that includes stability improvements.
 
-    [\[Quick Start\]](./0.6.6-docs/Quickstart.html) [\[Release Notes\]](./releasenotes/release-0.6.6.html)
+    [\[Quick Start\]](./0.6.7-docs/Quickstart.html) [\[Release Notes\]](./releasenotes/release-0.6.7.html)
 
 * [0.7.1 (beta)](./0.7.1-docs/index.html) - A release that includes YARN integration, ad-hoc task management, and performant IPC.
 
@@ -87,7 +87,7 @@ Apache Helix has two new releases:
 
 ### Download
 
-<a href="./0.6.6-docs/download.html" class="btn btn-primary btn-small">0.6.6</a>
+<a href="./0.6.7-docs/download.html" class="btn btn-primary btn-small">0.6.7</a>
 
 <a href="./0.7.1-docs/download.html" class="btn btn-primary btn-small">0.7.1 (beta)</a>
 
@@ -97,7 +97,7 @@ Apache Helix has two new releases:
 <dependency>
   <groupId>org.apache.helix</groupId>
   <artifactId>helix-core</artifactId>
-  <version>0.6.6</version>
+  <version>0.6.7</version>
 </dependency>
 ```
 
@@ -108,6 +108,6 @@ Requirements: JDK 1.6+, Maven 2.0.8+
 ```
 git clone https://git-wip-us.apache.org/repos/asf/helix.git
 cd helix
-git checkout helix-0.6.6
+git checkout helix-0.6.7
 mvn install package -DskipTests
 ```

http://git-wip-us.apache.org/repos/asf/helix/blob/b4f3234e/website/src/site/resources/.htaccess
----------------------------------------------------------------------
diff --git a/website/src/site/resources/.htaccess b/website/src/site/resources/.htaccess
index ef18e74..6125c2f 100644
--- a/website/src/site/resources/.htaccess
+++ b/website/src/site/resources/.htaccess
@@ -25,4 +25,5 @@ Redirect /0.6.3-docs/download.html /0.6.3-docs/download.cgi
 Redirect /0.6.4-docs/download.html /0.6.4-docs/download.cgi
 Redirect /0.6.5-docs/download.html /0.6.5-docs/download.cgi
 Redirect /0.6.6-docs/download.html /0.6.6-docs/download.cgi
+Redirect /0.6.7-docs/download.html /0.6.7-docs/download.cgi
 Redirect /0.7.1-docs/download.html /0.7.1-docs/download.cgi

http://git-wip-us.apache.org/repos/asf/helix/blob/b4f3234e/website/src/site/site.xml
----------------------------------------------------------------------
diff --git a/website/src/site/site.xml b/website/src/site/site.xml
index 22f66eb..99a04db 100644
--- a/website/src/site/site.xml
+++ b/website/src/site/site.xml
@@ -65,8 +65,9 @@
     </menu>
 
     <menu name="Documentation">
-      <item name="0.6.6 (stable)" href="./0.6.6-docs/index.html"/>
+      <item name="0.6.7 (stable)" href="./0.6.7-docs/index.html"/>
       <item name="0.7.1 (beta)" href="./0.7.1-docs/index.html"/>
+      <item name="0.6.6" href="./0.6.6-docs/index.html"/>
       <item name="0.6.5" href="./0.6.5-docs/index.html"/>
       <item name="0.6.4" href="./0.6.4-docs/index.html"/>
       <item name="0.6.3" href="./0.6.3-docs/index.html"/>
@@ -76,11 +77,11 @@
       <item name="trunk" href="./trunk-docs/index.html"/>
     </menu>
 
-    <menu name="Helix 0.6.6">
-      <item name="Documentation" href="./0.6.6-docs/index.html"/>
-      <item name="Quick Start" href="./0.6.6-docs/Quickstart.html"/>
-      <item name="Tutorial" href="./0.6.6-docs/Tutorial.html"/>
-      <item name="Download" href="./0.6.6-docs/download.html"/>
+    <menu name="Helix 0.6.7">
+      <item name="Documentation" href="./0.6.7-docs/index.html"/>
+      <item name="Quick Start" href="./0.6.7-docs/Quickstart.html"/>
+      <item name="Tutorial" href="./0.6.7-docs/Tutorial.html"/>
+      <item name="Download" href="./0.6.7-docs/download.html"/>
     </menu>
 
     <menu name="Helix 0.7.1 (beta)">
@@ -144,7 +145,7 @@
       <slogan>A cluster management framework for partitioned and replicated distributed resources</slogan>
       <bottomNav>
         <column>Learn</column>
-        <column>Documentation|Helix 0.6.6|Helix 0.7.1 (beta)</column>
+        <column>Documentation|Helix 0.6.7|Helix 0.7.1 (beta)</column>
         <column>Get Involved</column>
         <column>ASF</column>
       </bottomNav>

http://git-wip-us.apache.org/repos/asf/helix/blob/b4f3234e/website/src/site/xdoc/download.xml.vm
----------------------------------------------------------------------
diff --git a/website/src/site/xdoc/download.xml.vm b/website/src/site/xdoc/download.xml.vm
index 659b1cb..1b7f70d 100644
--- a/website/src/site/xdoc/download.xml.vm
+++ b/website/src/site/xdoc/download.xml.vm
@@ -44,7 +44,7 @@ under the License.
     </section>
 
     <section name="Current Release">
-      <p>Release date: 09/03/2014 </p>
+      <p>Release date: 01/27/2017 </p>
       <p><a href="releasenotes/release-${currentRelease}.html">${currentRelease} Release notes</a></p>
       <a name="mirror"/>
       <subsection name="Mirror">