[ 
https://issues.apache.org/jira/browse/HBASE-19276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16256365#comment-16256365
 ] 

Hudson commented on HBASE-19276:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-1.4 #1021 (See 
[https://builds.apache.org/job/HBase-1.4/1021/])
HBASE-19276 RegionPlan should correctly implement equals and hashCode 
(apurtell: rev 12d7f08317859bc37303038cb2eed7702de24eae)
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestRegionPlan.java
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/master/RegionPlan.java


> RegionPlan should correctly implement equals and hashCode
> ---------------------------------------------------------
>
>                 Key: HBASE-19276
>                 URL: https://issues.apache.org/jira/browse/HBASE-19276
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Andrew Purtell
>            Assignee: stack
>             Fix For: 1.4.0, 2.0.0-beta-1
>
>         Attachments: HBASE-19276-branch-1.patch, 
> HBASE-19276.branch-1.001.patch, HBASE-19276.master.001.patch, 
> HBASE-19276.master.002.patch, HBASE-19276.patch
>
>
> error-prone identified dodgy code in AssignmentManager where we are relying 
> on reference (object) equality to do the right thing, and are getting lucky, 
> because if we properly used equals() the result is wrong, because RegionPlan 
> does not correctly implement equals and hashCode according to the JDK 
> contracts for same. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to