TableSplit not implementing "hashCode" problem
----------------------------------------------

                 Key: HBASE-3908
                 URL: https://issues.apache.org/jira/browse/HBASE-3908
             Project: HBase
          Issue Type: Bug
          Components: mapred, mapreduce
    Affects Versions: 0.90.1
            Reporter: Daniel Iancu



reported by Lucian Iordache on hbase-user mail list. will attach the patch asap
-------------------------------------------

Hi guys,

I've just found a problem with the class TableSplit. It implements "equals",
but it does not implement hashCode also, as it should have.
I've discovered it by trying to use a HashSet of TableSplit's, and I've
noticed that some duplicate splits are added to the set.

The only option I have for now is to extend TableSplit and to use the
subclass.
I use cloudera hbase cdh3u0 version.

Do you know about this problem? Should I open a Jira issue for that, or it
already exists?

Thanks,
Lucian


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to