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

Hudson commented on HBASE-27923:
--------------------------------

Results for branch master
        [build #856 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/856/]: 
(x) *{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/856/General_20Nightly_20Build_20Report/]




(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/856/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/856/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> NettyRpcServer may hange if it should skip initial sasl handshake
> -----------------------------------------------------------------
>
>                 Key: HBASE-27923
>                 URL: https://issues.apache.org/jira/browse/HBASE-27923
>             Project: HBase
>          Issue Type: Bug
>          Components: netty, rpc, security
>    Affects Versions: 2.6.0, 3.0.0-alpha-4, 4.0.0-alpha-1
>            Reporter: chenglei
>            Assignee: chenglei
>            Priority: Major
>             Fix For: 2.6.0, 3.0.0-beta-1
>
>
> {{NettyRpcServer}} may hange if  it should skip initial sasl handshake when 
> server does not enable security  and client enables security,  I think this 
> problem is caused by two reasons:
> * For Server:
>   The type of the response is  {{RpcResponse}}, but for 
> {{NettyRpcServerPreambleHandler}},when it  send {{RpcResponse}} 
> ,{{NettyRpcServerResponseEncoder}} does not exist, so {{RpcResponse}} 
> messages cannot be sent.
> * For Client
>   When {{NettyHBaseSaslRpcClientHandler}} receives 
> {{SaslUtil.SWITCH_TO_SIMPLE_AUTH}}, it does not remove 
> {{SaslChallengeDecoder}} and {{NettyHBaseSaslRpcClientHandler}}, so the 
> latter responses are considered to be incorrect.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to