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 98F2C200AC8 for ; Mon, 9 May 2016 02:50:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9768A160A14; Mon, 9 May 2016 00:50: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 14309160A07 for ; Mon, 9 May 2016 02:50:13 +0200 (CEST) Received: (qmail 30125 invoked by uid 500); 9 May 2016 00:50: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 30107 invoked by uid 99); 9 May 2016 00:50:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2016 00:50:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EEDCA2C14F4 for ; Mon, 9 May 2016 00:50:12 +0000 (UTC) Date: Mon, 9 May 2016 00:50:12 +0000 (UTC) From: "Eugene Koifman (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-11793) SHOW LOCKS with DbTxnManager ignores filter options MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 09 May 2016 00:50:14 -0000 [ https://issues.apache.org/jira/browse/HIVE-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275816#comment-15275816 ] Eugene Koifman commented on HIVE-11793: --------------------------------------- as far as i can tell patch 6 is the same at 5 except for white space > SHOW LOCKS with DbTxnManager ignores filter options > --------------------------------------------------- > > Key: HIVE-11793 > URL: https://issues.apache.org/jira/browse/HIVE-11793 > Project: Hive > Issue Type: Improvement > Components: Transactions > Affects Versions: 1.0.0 > Reporter: Eugene Koifman > Assignee: Wei Zheng > Priority: Minor > Attachments: HIVE-11793.1.patch, HIVE-11793.2.patch, HIVE-11793.3.patch, HIVE-11793.4.patch, HIVE-11793.5.patch, HIVE-11793.6.patch > > > https://cwiki.apache.org/confluence/display/Hive/Locking and https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-ShowLocks list various options that can be used with SHOW LOCKS, e.g. > When ACID is enabled, all these options are ignored and a full list is returned. > (also only ext lock id is shown, int lock id is not). > see DDLTask.showLocks() and TxnHandler.showLocks() > requires extending ShowLocksRequest which is a Thrift object -- This message was sent by Atlassian JIRA (v6.3.4#6332)