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

liang xie updated HBASE-7000:
-----------------------------

    Attachment: HBASE-7000.patch

there're two choices here.
1 attached file shows change to some value not the old Integer.MAX_VALUE

2 modify KeyValue.java, remove the following code:
    if (vlength > HConstants.MAXIMUM_VALUE_LENGTH) { // FindBugs 
INT_VACUOUS_COMPARISON
      throw new IllegalArgumentException("Value length " + vlength + " > " +
          HConstants.MAXIMUM_VALUE_LENGTH);
    }
                
> Fix the "INT_VACUOUS_COMPARISON" WARNING in KeyValue class
> ----------------------------------------------------------
>
>                 Key: HBASE-7000
>                 URL: https://issues.apache.org/jira/browse/HBASE-7000
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: liang xie
>            Assignee: liang xie
>            Priority: Minor
>         Attachments: HBASE-7000.patch
>
>


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