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 040DE10BF3 for ; Thu, 6 Jun 2013 20:44:42 +0000 (UTC) Received: (qmail 6148 invoked by uid 500); 6 Jun 2013 20:44:41 -0000 Delivered-To: apmail-helix-commits-archive@helix.apache.org Received: (qmail 6082 invoked by uid 500); 6 Jun 2013 20:44:41 -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 6069 invoked by uid 99); 6 Jun 2013 20:44:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jun 2013 20:44:41 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,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, 06 Jun 2013 20:44:40 +0000 Received: (qmail 5677 invoked by uid 99); 6 Jun 2013 20:44:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jun 2013 20:44:20 +0000 Date: Thu, 6 Jun 2013 20:44:20 +0000 (UTC) From: "dafu (JIRA)" To: commits@helix.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HELIX-126) StateModel stateTransitionMethod() and rest() are not synchronized on the partition 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 dafu created HELIX-126: -------------------------- Summary: StateModel stateTransitionMethod() and rest() are not synchronized on the partition Key: HELIX-126 URL: https://issues.apache.org/jira/browse/HELIX-126 Project: Apache Helix Issue Type: Bug Reporter: dafu StateModel.reset() is invoked by the ZkEvent thread StateModel.stateTransitionMethod() is invoked by thread pool and syn'ed on the state model for that partition when zk session expiry happens, it's possible that both are running for on the same state model instance -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira