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

[0.94] SecureServer.INSECURE_VERSIONS is declared incorrectly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 0.94.12
    • None
    • None
    • Reviewed

    Description

      I just found spurious messages of the form:
      2013-08-27 18:52:58,389 WARN org.apache.hadoop.hbase.ipc.SecureServer: Incorrect header or version mismatch from <host:port> got version 3 expected version 4

      Version 3 means insecure and the code tries to test for it, but the insecure version are declared in Set<Byte> and are then tested again an int, which apparently is always false.

      Attachments

        1. 9356.txt
          0.8 kB
          Lars Hofhansl

        Activity

          People

            larsh Lars Hofhansl
            larsh Lars Hofhansl
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: