[
https://issues.apache.org/jira/browse/HBASE-9356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13751957#comment-13751957
]
Hudson commented on HBASE-9356:
-------------------------------
SUCCESS: Integrated in HBase-0.94 #1127 (See
[https://builds.apache.org/job/HBase-0.94/1127/])
HBASE-9356 [0.94] SecureServer.INSECURE_VERSIONS is declared incorrectly
(larsh: rev 1518028)
*
/hbase/branches/0.94/security/src/main/java/org/apache/hadoop/hbase/ipc/SecureServer.java
> [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