You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2016/08/23 01:06:20 UTC

[jira] [Created] (HIVE-14608) LLAP: ZK registry doesn't remove nodes on kill

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)