[jira] [Commented] (HELIX-695) Add Helix Manager listener for new connection notification

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

[GitHub] helix pull request #182: [HELIX-695] add helix manager listener for new conn...

2018-04-16 Thread zhan849
GitHub user zhan849 opened a pull request: https://github.com/apache/helix/pull/182 [HELIX-695] add helix manager listener for new connection notification In this PR I added invocation and related tests of `stateListener.onConnected()` method in ZkHelixManager when it is connected.

[GitHub] helix issue #179: Unique thread id for the threads that execute Tasks

2018-04-16 Thread lei-xia
Github user lei-xia commented on the issue: https://github.com/apache/helix/pull/179 Could you please rebase to the current HEAD of master branch? Thanks ---

[GitHub] helix pull request #178: A few minor fixes.

2018-04-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/178 ---

[jira] [Commented] (HELIX-690) Batch message should not share same NotificationContext object to update CurrentState

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

[jira] [Created] (HELIX-695) Add Helix Manager listener for new connection notification

2018-04-16 Thread Hao Zhang (JIRA)
Hao Zhang created HELIX-695: --- Summary: Add Helix Manager listener for new connection notification Key: HELIX-695 URL: https://issues.apache.org/jira/browse/HELIX-695 Project: Apache Helix Issue

[GitHub] helix pull request #183: Fix race-condition issue that could block ZkClient ...

2018-04-16 Thread lei-xia
GitHub user lei-xia opened a pull request: https://github.com/apache/helix/pull/183 Fix race-condition issue that could block ZkClient event thread in CallbackHandler. 1) Replace native batch callback handling thread with DedupEventCallbackProcessor, so the queue is deduplicated