Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4C3A3200B7E for ; Tue, 23 Aug 2016 03:06:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4B05A160ABC; Tue, 23 Aug 2016 01:06:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8AF80160AB3 for ; Tue, 23 Aug 2016 03:06:21 +0200 (CEST) Received: (qmail 87389 invoked by uid 500); 23 Aug 2016 01:06:20 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 87361 invoked by uid 99); 23 Aug 2016 01:06:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2016 01:06:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 70E192C014C for ; Tue, 23 Aug 2016 01:06:20 +0000 (UTC) Date: Tue, 23 Aug 2016 01:06:20 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: dev@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-14608) LLAP: ZK registry doesn't remove nodes on kill MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 23 Aug 2016 01:06:22 -0000 Sergey Shelukhin created HIVE-14608: --------------------------------------- Summary: LLAP: ZK registry doesn't remove nodes on kill Key: HIVE-14608 URL: https://issues.apache.org/jira/browse/HIVE-14608 Project: Hive Issue Type: Bug Reporter: Sergey Shelukhin Assignee: Prasanth Jayachandran ...and presumably doesn't disable them for scheduling. I haven't looked in details though, I just see some harmless killed tasks in queries after I kill some LLAP nodes manually between queries {noformat} public void workerNodeRemoved(ServiceInstance serviceInstance) { // FIXME: disabling this for now instanceToNodeMap.remove(serviceInstance.getWorkerIdentity()); {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)