Return-Path: X-Original-To: apmail-helix-commits-archive@minotaur.apache.org Delivered-To: apmail-helix-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3BC18115CA for ; Thu, 28 Aug 2014 00:20:20 +0000 (UTC) Received: (qmail 63032 invoked by uid 500); 28 Aug 2014 00:20:19 -0000 Delivered-To: apmail-helix-commits-archive@helix.apache.org Received: (qmail 62996 invoked by uid 500); 28 Aug 2014 00:20:19 -0000 Mailing-List: contact commits-help@helix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@helix.apache.org Delivered-To: mailing list commits@helix.apache.org Received: (qmail 62987 invoked by uid 99); 28 Aug 2014 00:20:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Aug 2014 00:20:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 28 Aug 2014 00:20:18 +0000 Received: (qmail 60512 invoked by uid 99); 28 Aug 2014 00:19:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Aug 2014 00:19:58 +0000 Date: Thu, 28 Aug 2014 00:19:58 +0000 (UTC) From: "John Francis Unson (JIRA)" To: commits@helix.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (HELIX-504) Controller should avoid resetting watches on removed paths MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HELIX-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Francis Unson reassigned HELIX-504: ---------------------------------------- Assignee: Zhen Zhang > Controller should avoid resetting watches on removed paths > ---------------------------------------------------------- > > Key: HELIX-504 > URL: https://issues.apache.org/jira/browse/HELIX-504 > Project: Apache Helix > Issue Type: Bug > Reporter: Kanak Biscuitwala > Assignee: Zhen Zhang > > Right now, if a participant has a session change, the old current state will be removed, but the controller despite unregistering the listener, still reset the watch on the path deleted event. We should avoid resetting this path on delete and let the controller explicitly set watches/listeners on new sessions. -- This message was sent by Atlassian JIRA (v6.2#6252)