Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 299539269 for ; Mon, 2 Apr 2012 21:27:48 +0000 (UTC) Received: (qmail 80714 invoked by uid 500); 2 Apr 2012 21:27:48 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 80675 invoked by uid 500); 2 Apr 2012 21:27:47 -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 80667 invoked by uid 99); 2 Apr 2012 21:27:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2012 21:27:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2012 21:27:45 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8BDB0354852 for ; Mon, 2 Apr 2012 21:27:24 +0000 (UTC) Date: Mon, 2 Apr 2012 21:27:24 +0000 (UTC) From: "stack (Updated) (JIRA)" To: issues@hbase.apache.org Message-ID: <1876559345.3127.1333402044574.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1549919679.2653.1333251283026.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-5692) Add real action time for HLogPrettyPrinter MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-5692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-5692: ------------------------- Status: Patch Available (was: Open) > Add real action time for HLogPrettyPrinter > ------------------------------------------ > > Key: HBASE-5692 > URL: https://issues.apache.org/jira/browse/HBASE-5692 > Project: HBase > Issue Type: Improvement > Components: regionserver > Reporter: Xing Shi > Priority: Minor > Attachments: HBASE-5665-trunk.v2.patch, HBASE-5692.patch > > > Now the HLogPrettyPrinter print the log without real op time but the timestamp > {quote} > Sequence 4 from region ee9877dfd55624f50b20acf572416a88 in table t5 > Action: > row: r > column: f3:q > at time: Thu Jan 01 08:02:03 CST 1970 > {quote} > Maybe we need to know the real op time like this > {quote} > Sequence 4 from region ee9877dfd55624f50b20acf572416a88 in table t5 at time: > Action: > row: r > column: f3:q > timestamp: Thu Jan 01 08:02:03 CST 1970 > {quote} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira