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

Lars Hofhansl commented on HBASE-9356:
--------------------------------------

Thanks, Ted. Will commit to 0.94 soon. I could not find similar code in 0.95+, 
so I am assuming it's fine there. If somebody knows otherwise, please let me 
know.
                
> [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

Reply via email to