HBaseConfiguration implements hashCode() without implementing equals() ----------------------------------------------------------------------
Key: HBASE-1976 URL: https://issues.apache.org/jira/browse/HBASE-1976 Project: Hadoop HBase Issue Type: Bug Affects Versions: 0.20.1 Environment: HBase Reporter: Age Mooij I was browsing though the HBase 0.20.1 code in order to learn about the way HBase deals with Configuration and I noticed that HBaseConfiguration overrides hashCode() without implementing equals(). This can cause some tricky, hard to debug problems whenever instances of this class are added to Maps or HashSets. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.