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 08276200C55 for ; Wed, 29 Mar 2017 10:51:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 06CE9160B7C; Wed, 29 Mar 2017 08:51:46 +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 55A62160B8A for ; Wed, 29 Mar 2017 10:51:45 +0200 (CEST) Received: (qmail 1331 invoked by uid 500); 29 Mar 2017 08:51:44 -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 1322 invoked by uid 99); 29 Mar 2017 08:51:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2017 08:51:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 0ACD9C03A8 for ; Wed, 29 Mar 2017 08:51:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id EvKyhvnGgjrq for ; Wed, 29 Mar 2017 08:51:43 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 03F835FD89 for ; Wed, 29 Mar 2017 08:51:43 +0000 (UTC) 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 7C981E0674 for ; Wed, 29 Mar 2017 08:51:42 +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 9BBAA24170 for ; Wed, 29 Mar 2017 08:51:41 +0000 (UTC) Date: Wed, 29 Mar 2017 08:51:41 +0000 (UTC) From: "Lefty Leverenz (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-16186) REPL DUMP shows last event ID of the database even if we use LIMIT option. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 29 Mar 2017 08:51:46 -0000 [ https://issues.apache.org/jira/browse/HIVE-16186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15946738#comment-15946738 ] Lefty Leverenz commented on HIVE-16186: --------------------------------------- [~vgumashta], why are the fix versions set to 2.2.0 and 2.3.0? The commit went to master, which is now for 3.0.0, and I don't see the patch in branch-2 (for 2.3.0) or branch-2.2 (dunno what that's for) or Owen's branch-2.2 (for 2.2.0). See commit 5d83302907887ace2bf35d1d4487f030c93d09a3. Release information: * [About next 2.3 release | http://mail-archives.apache.org/mod_mbox/hive-dev/201703.mbox/%3cCAMs4YUe4Wn3ZABeet-aCN6sMHUp0k8ffgeu3W6m4Y9wgJFSPjg@mail.gmail.com%3e] * [Re: Backward incompatible changes | http://mail-archives.apache.org/mod_mbox/hive-dev/201703.mbox/%3cCAHfHakEL-+C=Q5rnruNxfcMqABnpm5M_H6QroKcrnS24cv2GxQ@mail.gmail.com%3e] > REPL DUMP shows last event ID of the database even if we use LIMIT option. > -------------------------------------------------------------------------- > > Key: HIVE-16186 > URL: https://issues.apache.org/jira/browse/HIVE-16186 > Project: Hive > Issue Type: Sub-task > Components: repl > Affects Versions: 2.1.0 > Reporter: Sankar Hariappan > Assignee: Sankar Hariappan > Labels: DR > Fix For: 2.2.0, 2.3.0 > > Attachments: HIVE-16186.01.patch, HIVE-16186.02.patch, HIVE-16186.03.patch > > > Looks like LIMIT option doesn't work well with REPL DUMP. > 0: jdbc:hive2://localhost:10001/default> REPL DUMP default FROM 170 LIMIT 1; > +--------------------------+---------------+ > | dump_dir | last_repl_id | > +--------------------------+---------------+ > | /tmp/dump/1489395053411 | 195 | > +--------------------------+---------------+ -- This message was sent by Atlassian JIRA (v6.3.15#6346)