You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2013/08/27 22:03:52 UTC

[jira] [Commented] (HBASE-9356) [0.94] SecureServer.INSECURE_VERSIONS is declared incorrectly

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

Ted Yu commented on HBASE-9356:
-------------------------------

+1
                
> [0.94] SecureServer.INSECURE_VERSIONS is declared incorrectly
> -------------------------------------------------------------
>
>                 Key: HBASE-9356
>                 URL: https://issues.apache.org/jira/browse/HBASE-9356
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>            Priority: Trivial
>             Fix For: 0.94.12
>
>         Attachments: 9356.txt
>
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira