[ 
https://issues.apache.org/jira/browse/HADOOP-14388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Colm O hEigeartaigh updated HADOOP-14388:
-----------------------------------------
    Attachment: HADOOP-14388.patch

> 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: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to