[ 
https://issues.apache.org/jira/browse/HBASE-5692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13244787#comment-13244787
 ] 

Hadoop QA commented on HBASE-5692:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12521058/5692v2.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified 
tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) 
warnings.

    +1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

    +1 core tests.  The patch passed unit tests in .

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/1372//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/1372//artifact/trunk/patchprocess/newPatchFindbugsWarnings.html
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/1372//console

This message is automatically generated.
                
> 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: 5692v2.patch, 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: 
> <Sun Apr 01 10:42:53 CST 2012>
>   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

        

Reply via email to