From issues-return-161167-archive-asf-public=cust-asf.ponee.io@hive.apache.org Mon Jun 24 13:38:04 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id AF1E018075F for ; Mon, 24 Jun 2019 15:38:03 +0200 (CEST) Received: (qmail 75158 invoked by uid 500); 24 Jun 2019 13:38:01 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 75091 invoked by uid 99); 24 Jun 2019 13:38:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jun 2019 13:38:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B909BE2DF6 for ; Mon, 24 Jun 2019 13:38:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 6A21C2544E for ; Mon, 24 Jun 2019 13:38:00 +0000 (UTC) Date: Mon, 24 Jun 2019 13:38:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Work logged] (HIVE-21907) Add a new LlapDaemon Management API method to set the daemon capacity MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-21907?focusedWorklogId=265712&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-265712 ] ASF GitHub Bot logged work on HIVE-21907: ----------------------------------------- Author: ASF GitHub Bot Created on: 24/Jun/19 13:37 Start Date: 24/Jun/19 13:37 Worklog Time Spent: 10m Work Description: pvary commented on pull request #685: HIVE-21907: Add a new LlapDaemon Management API method to set the daemon capacity URL: https://github.com/apache/hive/pull/685 3 main changes: - Test for TestEvictingPriorityBlockingQueue.java so we can be sure it handles queue size change - Test for TaskExecutorService.java so we can be sure that it will handle capacity changes correctly - API change for the new method and test for it ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 265712) Time Spent: 10m Remaining Estimate: 0h > Add a new LlapDaemon Management API method to set the daemon capacity > --------------------------------------------------------------------- > > Key: HIVE-21907 > URL: https://issues.apache.org/jira/browse/HIVE-21907 > Project: Hive > Issue Type: Sub-task > Components: llap > Reporter: Peter Vary > Assignee: Peter Vary > Priority: Major > Labels: pull-request-available > Attachments: HIVE-21907.patch > > Time Spent: 10m > Remaining Estimate: 0h > > Add a new method to LlapManagementProtocol API which can disable an Llap node. > It would be even better, if we can dynamically set the number of executors and the size of the wait queue. This way we can disable the node setting them to 0. -- This message was sent by Atlassian JIRA (v7.6.3#76005)