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

Hadoop QA commented on HADOOP-14388:
------------------------------------

| (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-14388 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-14388 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12866605/HADOOP-14388.patch |
| Console output | 
https://builds.apache.org/job/PreCommit-HADOOP-Build/12247/console |
| Powered by | Apache Yetus 0.5.0-SNAPSHOT   http://yetus.apache.org |


This message was automatically generated.



> Don't set the key password if there is a problem reading SSL configuration
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-14388
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14388
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 2.8.0, 2.7.3
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>            Priority: Minor
>             Fix For: 2.7.4, 2.8.1
>
>         Attachments: HADOOP-14388.patch
>
>
> When launching MiniDFSCluster in a test, with 
> "dfs.data.transfer.protection=integrity" and without specifying a 
> ssl-server.xml, the code hangs on "builder.build()". 
> This is because in HttpServer2, it is setting a null value on the 
> SslSocketConnector:
> c.setKeyPassword(keyPassword);
> Instead, this call should be inside the "if (keystore != null) {" block. Once 
> this is done the code exits as expected with an error.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to