[
https://issues.apache.org/jira/browse/HBASE-19406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16275199#comment-16275199
]
Andrew Purtell commented on HBASE-19406:
----------------------------------------
Not sure where HadoopQA is but I'm running the test suite locally with this
change applied. If it all looks good then I will use my prerogative as
branch-1.4 RM to commit the minor (and necessary) change to branch-1.4 and
branch-1 so I can continue toward getting the RC out. Will hold off on commits
to branch-2 and up until I have a +1 (what do you think [~stack]?), or maybe
I'll end up getting a review before any commit.
> Fix CompactionRequest equals and hashCode
> -----------------------------------------
>
> Key: HBASE-19406
> URL: https://issues.apache.org/jira/browse/HBASE-19406
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.4.0
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Fix For: 1.4.0, 2.0.0-beta-1
>
> Attachments: HBASE-19406-branch-1.patch, HBASE-19406.patch
>
>
> This is fallout from an attempt to fix an error prone or findbugs warning.
> [ERROR]
> loadTest[0](org.apache.hadoop.hbase.io.encoding.TestLoadAndSwitchEncodeOnDisk)
> Time elapsed: 19.632 s <<< ERROR!
> java.io.IOException:
> java.io.IOException
> at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2410)
> at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:124)
> at
> org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:297)
> at
> org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:277)
> Caused by: java.lang.StackOverflowError
> at java.util.Objects.equals(Objects.java:59)
> at
> org.apache.hadoop.hbase.regionserver.compactions.CompactionRequest.equals(CompactionRequest.java:150)
> at java.util.Objects.equals(Objects.java:59)
> at
> org.apache.hadoop.hbase.regionserver.compactions.CompactionRequest.equals(CompactionRequest.java:150)
> at java.util.Objects.equals(Objects.java:59)
> at
> org.apache.hadoop.hbase.regionserver.compactions.CompactionRequest.equals(CompactionRequest.java:150)
> (Repeats until the stack blows up)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)