Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-19377

Compatibility checker complaining about hash collisions

    XMLWordPrintableJSON

Details

    Description

      Had the compatibility checker complain about a hash collision. This fixed it:

      --- 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()
       {
      

      Not sure how best to fix this. Upstream PR? Patch locally?

      Attachments

        1. HBASE-19377.patch
          2 kB
          Mike Drob
        2. HBASE-19377.v2.patch
          2 kB
          Mike Drob

        Activity

          People

            mdrob Mike Drob
            apurtell Andrew Kyle Purtell
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: