[GitHub] helix pull request #159: Improvements to Helix's Callback handling.

2018-03-26 Thread kishoreg
Github user kishoreg commented on a diff in the pull request: https://github.com/apache/helix/pull/159#discussion_r177275969 --- Diff: helix-core/src/main/java/org/apache/helix/manager/zk/CallbackHandler.java --- @@ -257,18 +308,22 @@ public void run() { }

[GitHub] helix pull request #159: Improvements to Helix's Callback handling.

2018-03-26 Thread kishoreg
Github user kishoreg commented on a diff in the pull request: https://github.com/apache/helix/pull/159#discussion_r177260701 --- Diff: helix-core/src/main/java/org/apache/helix/manager/zk/CallbackHandler.java --- @@ -153,7 +195,12 @@ private void parseListenerProperties() {

[GitHub] helix pull request #159: Improvements to Helix's Callback handling.

2018-03-26 Thread kishoreg
Github user kishoreg commented on a diff in the pull request: https://github.com/apache/helix/pull/159#discussion_r177274948 --- Diff: helix-core/src/main/java/org/apache/helix/manager/zk/CallbackHandler.java --- @@ -168,41 +215,41 @@ private void parseListenerProperties() {

[GitHub] helix pull request #159: Improvements to Helix's Callback handling.

2018-03-26 Thread kishoreg
Github user kishoreg commented on a diff in the pull request: https://github.com/apache/helix/pull/159#discussion_r177257703 --- Diff: helix-core/src/main/java/org/apache/helix/common/DedupEventBlockingQueue.java --- @@ -0,0 +1,139 @@ +package org.apache.helix.common; +

[GitHub] helix pull request #159: Improvements to Helix's Callback handling.

2018-03-26 Thread kishoreg
Github user kishoreg commented on a diff in the pull request: https://github.com/apache/helix/pull/159#discussion_r177260018 --- Diff: helix-core/src/main/java/org/apache/helix/common/DedupEventBlockingQueue.java --- @@ -0,0 +1,139 @@ +package org.apache.helix.common; +

[jira] [Created] (HELIX-687) Add synchronized delete for workflows

2018-03-26 Thread Hunter L (JIRA)
Hunter L created HELIX-687: -- Summary: Add synchronized delete for workflows Key: HELIX-687 URL: https://issues.apache.org/jira/browse/HELIX-687 Project: Apache Helix Issue Type: Improvement

[jira] [Created] (HELIX-686) Add support for WorkflowContext in PropertyKey

2018-03-26 Thread Hunter L (JIRA)
Hunter L created HELIX-686: -- Summary: Add support for WorkflowContext in PropertyKey Key: HELIX-686 URL: https://issues.apache.org/jira/browse/HELIX-686 Project: Apache Helix Issue Type: Improvement

[jira] [Created] (HELIX-685) Set job state to NOT_STARTED at creation

2018-03-26 Thread Hunter L (JIRA)
Hunter L created HELIX-685: -- Summary: Set job state to NOT_STARTED at creation Key: HELIX-685 URL: https://issues.apache.org/jira/browse/HELIX-685 Project: Apache Helix Issue Type: Bug R

[jira] [Created] (HELIX-684) Add health monitoring API to ResourceAccessor

2018-03-26 Thread Hunter L (JIRA)
Hunter L created HELIX-684: -- Summary: Add health monitoring API to ResourceAccessor Key: HELIX-684 URL: https://issues.apache.org/jira/browse/HELIX-684 Project: Apache Helix Issue Type: Improvement

[GitHub] helix pull request #169: Two Performance Improvement for Rebalance pipeline

2018-03-26 Thread dasahcc
GitHub user dasahcc opened a pull request: https://github.com/apache/helix/pull/169 Two Performance Improvement for Rebalance pipeline Two improvements have been implemented : 1. Avoid to read data from ZK for ExternalViewStage 2. Support selective update for IdealState You

helix - Build # 1424 - Still Failing

2018-03-26 Thread Apache Jenkins Server
The Apache Jenkins build system has built helix (build #1424) Status: Still Failing Check console output at https://builds.apache.org/job/helix/1424/ to view the results.

[jira] [Commented] (HELIX-683) Clean monitoring cache upon helix controller enable monitoring

2018-03-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HELIX-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16414717#comment-16414717 ] Hudson commented on HELIX-683: -- FAILURE: Integrated in Jenkins build helix #1424 (See [https:

[jira] [Commented] (HELIX-683) Clean monitoring cache upon helix controller enable monitoring

2018-03-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HELIX-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16414712#comment-16414712 ] ASF GitHub Bot commented on HELIX-683: -- Github user asfgit closed the pull request at:

[GitHub] helix pull request #162: [HELIX-683] clean monitoring cache upon helix contr...

2018-03-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/162 ---

[GitHub] helix pull request #158: Fail rebalance pipeline and retry if the data load ...

2018-03-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/158 ---

[GitHub] helix pull request #168: Add synchronized delete for workflows

2018-03-26 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/168 Add synchronized delete for workflows This commit adds the method deleteAndWaitForCompletion that deletes and returns only after the delete operation has completed. The pre-existing delete does not

[GitHub] helix pull request #167: Add synchronized delete for workflows

2018-03-26 Thread narendly
Github user narendly closed the pull request at: https://github.com/apache/helix/pull/167 ---

[GitHub] helix pull request #167: Add synchronized delete for workflows

2018-03-26 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/167 Add synchronized delete for workflows This commit adds the method deleteAndWaitForCompletion that deletes and returns only after the delete operation has completed. The pre-existing delete does not

[GitHub] helix pull request #166: Add support for WorkflowContext in PropertyKey

2018-03-26 Thread narendly
GitHub user narendly reopened a pull request: https://github.com/apache/helix/pull/166 Add support for WorkflowContext in PropertyKey You can merge this pull request into a Git repository by running: $ git pull https://github.com/narendly/helix propertykey Alternatively you c

[GitHub] helix pull request #166: Add support for WorkflowContext in PropertyKey

2018-03-26 Thread narendly
Github user narendly closed the pull request at: https://github.com/apache/helix/pull/166 ---

[GitHub] helix pull request #166: Add support for WorkflowContext in PropertyKey

2018-03-26 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/166 Add support for WorkflowContext in PropertyKey You can merge this pull request into a Git repository by running: $ git pull https://github.com/narendly/helix propertykey Alternatively you can

[GitHub] helix pull request #165: Set job state to NOT_STARTED at job creation in Wor...

2018-03-26 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/165 Set job state to NOT_STARTED at job creation in WorkflowRebalancer Previously, when jobs are created, their states were not set (null). Jobs are now in NOT_STARTED at workflow context creation for m

[GitHub] helix pull request #164: Add health status API in ResourceAccessor

2018-03-26 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/164 Add health status API in ResourceAccessor The getResourceHealth method returns the status of all resources in a given cluster. The getPartitionHealth method returns the status of all partitions of

[GitHub] helix pull request #163: Add health status API in ResourceAccessor

2018-03-26 Thread narendly
Github user narendly closed the pull request at: https://github.com/apache/helix/pull/163 ---

[GitHub] helix pull request #163: Add health status API in ResourceAccessor

2018-03-26 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/163 Add health status API in ResourceAccessor The getResourceHealth method returns the status of all resources in a given cluster. The getPartitionHealth returns the status of all partitions of a given

[GitHub] helix pull request #162: [HELIX-683] clean monitoring cache upon helix contr...

2018-03-26 Thread zhan849
GitHub user zhan849 opened a pull request: https://github.com/apache/helix/pull/162 [HELIX-683] clean monitoring cache upon helix controller enable monitoring In this PR I added methods to clear monitoring records in cache when we enable cluster status monitoring. I also added tests

[jira] [Commented] (HELIX-683) Clean monitoring cache upon helix controller enable monitoring

2018-03-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HELIX-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16414392#comment-16414392 ] ASF GitHub Bot commented on HELIX-683: -- GitHub user zhan849 opened a pull request:

[jira] [Created] (HELIX-683) Clean monitoring cache upon helix controller enable monitoring

2018-03-26 Thread Hao Zhang (JIRA)
Hao Zhang created HELIX-683: --- Summary: Clean monitoring cache upon helix controller enable monitoring Key: HELIX-683 URL: https://issues.apache.org/jira/browse/HELIX-683 Project: Apache Helix Issu

[GitHub] helix issue #158: Fail rebalance pipeline and retry if the data load from zo...

2018-03-26 Thread dasahcc
Github user dasahcc commented on the issue: https://github.com/apache/helix/pull/158 Please resolve the conflict ---

[GitHub] helix pull request #161: Fix MessageHandlerFactory incompatible API

2018-03-26 Thread dasahcc
GitHub user dasahcc opened a pull request: https://github.com/apache/helix/pull/161 Fix MessageHandlerFactory incompatible API Fix the incompatible API for MessageHandlerFactory in Helix. You can merge this pull request into a Git repository by running: $ git pull https://gith