Return-Path: X-Original-To: apmail-tajo-dev-archive@minotaur.apache.org Delivered-To: apmail-tajo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 06E5F101F3 for ; Sun, 13 Oct 2013 14:29:09 +0000 (UTC) Received: (qmail 42407 invoked by uid 500); 13 Oct 2013 14:29:06 -0000 Delivered-To: apmail-tajo-dev-archive@tajo.apache.org Received: (qmail 42326 invoked by uid 500); 13 Oct 2013 14:29:05 -0000 Mailing-List: contact dev-help@tajo.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tajo.incubator.apache.org Delivered-To: mailing list dev@tajo.incubator.apache.org Received: (qmail 42306 invoked by uid 99); 13 Oct 2013 14:29:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Oct 2013 14:29:05 +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; Sun, 13 Oct 2013 14:29:04 +0000 Received: (qmail 41027 invoked by uid 99); 13 Oct 2013 14:28:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Oct 2013 14:28:43 +0000 Date: Sun, 13 Oct 2013 14:28:43 +0000 (UTC) From: "Hyunsik Choi (JIRA)" To: dev@tajo.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (TAJO-250) QueryMaster must send the query finish heartbeat. 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 [ https://issues.apache.org/jira/browse/TAJO-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hyunsik Choi updated TAJO-250: ------------------------------ Status: Patch Available (was: Open) > QueryMaster must send the query finish heartbeat. > ------------------------------------------------- > > Key: TAJO-250 > URL: https://issues.apache.org/jira/browse/TAJO-250 > Project: Tajo > Issue Type: Bug > Components: master, web UI > Reporter: Hyunsik Choi > Assignee: Hyunsik Choi > Fix For: 0.2-incubating > > Attachments: TAJO-250_2.patch, TAJO-250.patch > > > In the current implementation, QueryMaster only depends on its heartbeat thread for all kinds of reports. When a query master task without any succeeded report is moved to the finished list, the finish report may be omitted. As a result, QueryJobManager occasionally does not update the finish state (e.g., finish time and query state) for some queries even though the queries are already finished. This patch fixes this bug. -- This message was sent by Atlassian JIRA (v6.1#6144)