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

Zhihong Yu commented on HBASE-5041:
-----------------------------------

@Shrijeet:
I got the following when I tried to apply your patch on 0.90:
{code}
5 out of 7 hunks FAILED -- saving rejects to file 
src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java.rej
patching file src/test/java/org/apache/hadoop/hbase/client/TestAdmin.java
Hunk #1 FAILED at 90.
1 out of 1 hunk FAILED -- saving rejects to file 
src/test/java/org/apache/hadoop/hbase/client/TestAdmin.java.rej
{code}
Do you mind preparing another patch for 0.90 branch so that I can apply them on 
the same day ?

Good job.
                
> Major compaction on non existing table does not throw error 
> ------------------------------------------------------------
>
>                 Key: HBASE-5041
>                 URL: https://issues.apache.org/jira/browse/HBASE-5041
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver, shell
>    Affects Versions: 0.90.3
>            Reporter: Shrijeet Paliwal
>            Assignee: Shrijeet Paliwal
>             Fix For: 0.92.0, 0.94.0, 0.90.6
>
>         Attachments: 
> 0002-HBASE-5041-Throw-error-if-table-does-not-exist.patch, 
> 0002-HBASE-5041-Throw-error-if-table-does-not-exist.patch
>
>
> Following will not complain even if fubar does not exist
> {code}
> echo "major_compact 'fubar'" | $HBASE_HOME/bin/hbase shell
> {code}
> The downside for this defect is that major compaction may be skipped due to
> a typo by Ops.

--
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