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 B4FE9200AE4 for ; Tue, 10 May 2016 20:46:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B1493160877; Tue, 10 May 2016 18:46:14 +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 0600716098A for ; Tue, 10 May 2016 20:46:13 +0200 (CEST) Received: (qmail 82618 invoked by uid 500); 10 May 2016 18:46:13 -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 82599 invoked by uid 99); 10 May 2016 18:46:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 May 2016 18:46:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D9A9D2C1F5D for ; Tue, 10 May 2016 18:46:12 +0000 (UTC) Date: Tue, 10 May 2016 18:46:12 +0000 (UTC) From: "Lefty Leverenz (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-12634) Add command to kill an ACID transaction MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 10 May 2016 18:46:14 -0000 [ https://issues.apache.org/jira/browse/HIVE-12634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15278667#comment-15278667 ] Lefty Leverenz commented on HIVE-12634: --------------------------------------- Doc note: This will need to be documented, with release information, in the Grammar Changes section of the Hive Transactions doc. Since it's TCL (transaction control language), not DDL or DML, we don't have a separate syntax doc for it. * [Hive Transactions -- Grammar Changes | https://cwiki.apache.org/confluence/display/Hive/Hive+Transactions#HiveTransactions-GrammarChanges] Just curious: Why is the syntax ABORT TRANSACTIONS instead of ROLLBACK? This should also have a release note. > Add command to kill an ACID transaction > --------------------------------------- > > Key: HIVE-12634 > URL: https://issues.apache.org/jira/browse/HIVE-12634 > Project: Hive > Issue Type: New Feature > Components: Transactions > Affects Versions: 1.0.0 > Reporter: Eugene Koifman > Assignee: Wei Zheng > Labels: TODOC1.3, TODOC2.1 > Fix For: 1.3.0, 2.1.0 > > Attachments: HIVE-12634.1.patch, HIVE-12634.2.patch, HIVE-12634.3.patch, HIVE-12634.4.patch, HIVE-12634.5.patch, HIVE-12634.6.patch, HIVE-12634.7.patch, HIVE-12634.branch-1.patch > > > Should add a CLI command to abort a (runaway) transaction. > This should clean up all state related to this txn. > The initiator of this (if still alive) will get an error trying to heartbeat/commit, i.e. will become aware that the txn is dead. -- This message was sent by Atlassian JIRA (v6.3.4#6332)