[
https://issues.apache.org/jira/browse/HBASE-19377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16510920#comment-16510920
]
Hudson commented on HBASE-19377:
--------------------------------
Results for branch branch-1
[build #347 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-1/347/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(x) {color:red}-1 general checks{color}
-- For more information [see general
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1/347//General_Nightly_Build_Report/]
(x) {color:red}-1 jdk7 checks{color}
-- For more information [see jdk7
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1/347//JDK7_Nightly_Build_Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-1/347//JDK8_Nightly_Build_Report_(Hadoop2)/]
(x) {color:red}-1 source release artifact{color}
-- See build output for details.
> Compatibility checker complaining about hash collisions
> --------------------------------------------------------
>
> Key: HBASE-19377
> URL: https://issues.apache.org/jira/browse/HBASE-19377
> Project: HBase
> Issue Type: Bug
> Components: community
> Reporter: Andrew Purtell
> Assignee: Mike Drob
> Priority: Major
> Fix For: 3.0.0, 2.1.0, 1.5.0, 1.2.7, 1.3.3, 2.0.1, 1.4.6
>
> Attachments: HBASE-19377.patch, HBASE-19377.v2.patch
>
>
> Had the compatibility checker complain about a hash collision. This fixed it:
> {code}
> --- java-acc/modules/Internals/Basic.pm.old 2017-11-29 11:50:41.000000000
> -0800
> +++ java-acc/modules/Internals/Basic.pm 2017-11-29 11:07:26.000000000
> -0800
> @@ -25,7 +25,7 @@
>
> my %Cache;
>
> -my $MD5_LEN = 8;
> +my $MD5_LEN = 10;
>
> sub getOSgroup()
> {
> {code}
> Not sure how best to fix this. Upstream PR? Patch locally?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)