You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2018/11/16 18:21:00 UTC

[jira] [Commented] (HADOOP-15602) Support SASL Rpc request handling in separate Handlers

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

Hadoop QA commented on HADOOP-15602:
------------------------------------

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue}  0m  0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red}  0m  7s{color} | {color:red} HADOOP-15602 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | HADOOP-15602 |
| JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12931277/HADOOP-15602.01.patch |
| Console output | https://builds.apache.org/job/PreCommit-HADOOP-Build/15538/console |
| Powered by | Apache Yetus 0.8.0   http://yetus.apache.org |


This message was automatically generated.



> Support SASL Rpc request handling in separate Handlers 
> -------------------------------------------------------
>
>                 Key: HADOOP-15602
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15602
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>            Reporter: Vinayakumar B
>            Assignee: Vinayakumar B
>            Priority: Major
>         Attachments: HADOOP-15602.01.patch
>
>
> Right now, during RPC Connection establishment, all SASL requests are considered as OutOfBand requests and handled within the same Reader thread.
> SASL handling involves authentication with Kerberos and SecretManagers(for Token validation). During this time, Reader thread would be blocked, hence blocking all the incoming RPC requests on other established connections. Some secretManager impls require to communicate to external systems (ex: ZK) for verification.
> SASL RPC handling in separate dedicated handlers, would enable Reader threads to read RPC requests from established connections without blocking.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org