Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0D05411B65 for ; Sat, 12 Apr 2014 07:20:17 +0000 (UTC) Received: (qmail 3598 invoked by uid 500); 12 Apr 2014 07:20:16 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 3576 invoked by uid 500); 12 Apr 2014 07:20:16 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 3559 invoked by uid 99); 12 Apr 2014 07:20:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Apr 2014 07:20:15 +0000 Date: Sat, 12 Apr 2014 07:20:15 +0000 (UTC) From: "Rohith (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-1934) Potential NPE in ZKRMStateStore caused by handling Disconnected event from ZK. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Rohith created YARN-1934: ---------------------------- Summary: Potential NPE in ZKRMStateStore caused by handling Disconnected event from ZK. Key: YARN-1934 URL: https://issues.apache.org/jira/browse/YARN-1934 Project: Hadoop YARN Issue Type: Bug Components: resourcemanager Affects Versions: 2.4.0 Reporter: Rohith Priority: Critical For ZK disconnected event , zkClient is set to null. It is very much prone to throw NPE. {noformat} case Disconnected: LOG.info("ZKRMStateStore Session disconnected"); oldZkClient = zkClient; zkClient = null; break; {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)