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 2016/11/02 04:18:24 UTC

helix git commit: Fix the format of release notes.

Repository: helix
Updated Branches:
  refs/heads/master d5823c30e -> 436c384fc


Fix the format of release notes.


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

Branch: refs/heads/master
Commit: 436c384fce5136b8a2d0068c6b3bfca2616dc888
Parents: d5823c3
Author: Lei Xia <lx...@linkedin.com>
Authored: Tue Nov 1 21:16:31 2016 -0700
Committer: Lei Xia <lx...@linkedin.com>
Committed: Tue Nov 1 21:16:31 2016 -0700

----------------------------------------------------------------------
 website/0.6.6/src/site/apt/releasenotes/release-0.6.6.apt | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/436c384f/website/0.6.6/src/site/apt/releasenotes/release-0.6.6.apt
----------------------------------------------------------------------
diff --git a/website/0.6.6/src/site/apt/releasenotes/release-0.6.6.apt b/website/0.6.6/src/site/apt/releasenotes/release-0.6.6.apt
index 6bf99ee..811bffe 100644
--- a/website/0.6.6/src/site/apt/releasenotes/release-0.6.6.apt
+++ b/website/0.6.6/src/site/apt/releasenotes/release-0.6.6.apt
@@ -47,6 +47,7 @@ Release Notes for Apache Helix 0.6.6
 * Changes
 
 ** Bug
+
     * [HELIX-543] Avoid moving partitions unnecessarily when auto-rebalancing.
 
     * Check Workflow is JobQueue before doing parallel jobs logics.
@@ -90,7 +91,9 @@ Release Notes for Apache Helix 0.6.6
     
     * [HELIX-578] NPE while deleting a job from a recurrent job queue.
 
+
 ** Improvement
+
     * Add AbortedJobCount in JobMonior.
 
     * Job Config and logic refactoring with 1)Support identical task initialization with job command and number of tasks, 2)Remove unused MaxForcedReassignmentPerTask field and 3)Refactor logics of failure.
@@ -129,7 +132,9 @@ Release Notes for Apache Helix 0.6.6
     
     * [Helix-606] Add an option in IdealState to allow a resource to disable showing external view.
 
+
 ** New Feature
+
     * [HELIX-636] Add Java API and REST API for clean up JobQueue.
     
     * Add ABORT state in TaskState and set tasks IN_PROGRESS to ABORT when workflow fails.
@@ -162,7 +167,9 @@ Release Notes for Apache Helix 0.6.6
     
     * [HELIX-583] support deleting recurring job queue.
 
+
 ** Task
+
     * Upgrade maven release plugin version.
     
     * Update Apache POM version.
@@ -171,7 +178,9 @@ Release Notes for Apache Helix 0.6.6
     
     * Bump Zookeeper client version to 3.4.9 to catch the fix of session reestablish failure due to large set of watches.
 
+
 ** Test
+
     * Add integration test for running task with unregistered command.
     
     * Refactor redundant code TestTaskRebalancerRetryLimit.