[ 
https://issues.apache.org/jira/browse/HADOOP-17717?focusedWorklogId=640274&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-640274
 ]

ASF GitHub Bot logged work on HADOOP-17717:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/Aug/21 15:04
            Start Date: 20/Aug/21 15:04
    Worklog Time Spent: 10m 
      Work Description: steveloughran commented on pull request #3029:
URL: https://github.com/apache/hadoop/pull/3029#issuecomment-902758749


   > What tests need to be done in order to approve this PR?
   
   I'd like the hadoop-azure and hadoop-aws integration tests `mvn verify` to 
be run on a system with openssl installed, and for s3a, the auth mechanism 
switched to openssl so we can be confident it is all going through wildfly to 
native
   
   ```
       <property>
         <name>fs.s3a.ssl.channel.mode</name>
         <value>openssl</value>
       </property>
   ```
   
   we have had major problems with wildfly and s3 SSL in the past, including 
sometimes hanging during SSL handshake (triggered by some Linux Kernel security 
changes)...verifying all is healthy is critical here


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 640274)
    Time Spent: 40m  (was: 0.5h)

> Update wildfly openssl to 1.1.3.Final
> -------------------------------------
>
>                 Key: HADOOP-17717
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17717
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Wei-Chiu Chuang
>            Assignee: Wei-Chiu Chuang
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> HADOOP-17649 got stalled. IMO we can bump the version to 1.1.3.Final instead, 
> at least, for branch-3.3.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
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