You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2015/02/27 01:19:04 UTC

[jira] [Created] (HBASE-13119) FileLink should implement equals

Enis Soztutar created HBASE-13119:
-------------------------------------

             Summary: FileLink should implement equals
                 Key: HBASE-13119
                 URL: https://issues.apache.org/jira/browse/HBASE-13119
             Project: HBase
          Issue Type: Bug
            Reporter: Enis Soztutar
            Assignee: Enis Soztutar
             Fix For: 2.0.0, 1.1.0


StoreFileInfo used to implement Comparable, but got changed in HBASE-12749. Now comparing StoreFileInfo's with links results in false, since FileLink/HFileLink does not implement equals(). 

We should do both equals and hashCode() it seems. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)