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 3363B200AF6 for ; Fri, 27 May 2016 19:44:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 31E72160A37; Fri, 27 May 2016 17:44:16 +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 82A01160A38 for ; Fri, 27 May 2016 19:44:15 +0200 (CEST) Received: (qmail 25237 invoked by uid 500); 27 May 2016 17:44:14 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 24761 invoked by uid 99); 27 May 2016 17:44:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 May 2016 17:44:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C39F62C1F6F for ; Fri, 27 May 2016 17:44:13 +0000 (UTC) Date: Fri, 27 May 2016 17:44:13 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15842) SnapshotInfo should display ownership information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 27 May 2016 17:44:16 -0000 [ https://issues.apache.org/jira/browse/HBASE-15842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15304435#comment-15304435 ] Hudson commented on HBASE-15842: -------------------------------- FAILURE: Integrated in HBase-0.98-matrix #348 (See [https://builds.apache.org/job/HBase-0.98-matrix/348/]) HBASE-15842 SnapshotInfo should display ownership information (apurtell: rev 124dd53e11b94b01f74ae36203f752aed8ab97bc) * hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotInfo.java Revert "HBASE-15842 SnapshotInfo should display ownership information" (apurtell: rev cfc0eec98b993d97b230ea92ca95116933a990fe) * hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotInfo.java > SnapshotInfo should display ownership information > ------------------------------------------------- > > Key: HBASE-15842 > URL: https://issues.apache.org/jira/browse/HBASE-15842 > Project: HBase > Issue Type: Improvement > Reporter: Ted Yu > Assignee: Ted Yu > Fix For: 2.0.0, 1.4.0 > > Attachments: 15842.v1.txt, 15842.v1.txt > > > Currently SnapshotInfo doesn't show snapshot owner: > {code} > hbase org.apache.hadoop.hbase.snapshot.SnapshotInfo -snapshot snapshot_table_qm0uxvk19x -stats -schema > ... > Snapshot Info > ---------------------------------------- > Name: snapshot_table_qm0uxvk19x > Type: FLUSH > Table: table_qm0uxvk19x > Format: 2 > Created: 2016-05-16T20:54:08 > ... > {code} > This JIRA is to add ownership information to the display. -- This message was sent by Atlassian JIRA (v6.3.4#6332)