[ 
https://issues.apache.org/jira/browse/HBASE-8875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Liang Xie updated HBASE-8875:
-----------------------------

    Description: 
-  /** Major compaction flag in FileInfo */
+  /** Minor compaction flag in FileInfo */
   public static final byte[] EXCLUDE_FROM_MINOR_COMPACTION_KEY =
       Bytes.toBytes("EXCLUDE_FROM_MINOR_COMPACTION");
    
> incorrect javadoc for EXCLUDE_FROM_MINOR_COMPACTION
> ---------------------------------------------------
>
>                 Key: HBASE-8875
>                 URL: https://issues.apache.org/jira/browse/HBASE-8875
>             Project: HBase
>          Issue Type: Bug
>          Components: Compaction
>            Reporter: Liang Xie
>            Assignee: Liang Xie
>            Priority: Trivial
>         Attachments: HBase-8875.txt
>
>
> -  /** Major compaction flag in FileInfo */
> +  /** Minor compaction flag in FileInfo */
>    public static final byte[] EXCLUDE_FROM_MINOR_COMPACTION_KEY =
>        Bytes.toBytes("EXCLUDE_FROM_MINOR_COMPACTION");

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to