binlijin created HBASE-16692: -------------------------------- Summary: Make ByteBufferUtils#equals more safe and correct Key: HBASE-16692 URL: https://issues.apache.org/jira/browse/HBASE-16692 Project: HBase Issue Type: Improvement Reporter: binlijin
ByteBufferUtils.equals(HConstants.EMPTY_BYTE_BUFFER, 0, 0, HConstants.EMPTY_BYTE_ARRAY, 0, 0) will throw java.lang.ArrayIndexOutOfBoundsException: -1, i think it should return true. -- This message was sent by Atlassian JIRA (v6.3.4#6332)