steveloughran commented on PR #6141:
URL: https://github.com/apache/hadoop/pull/6141#issuecomment-1759929273
going to cut out the bits related to connection settings; needs its own
review. specifically, i want the settings
```xml
<property>
<name>fs.s3a.connection.timeout</name>
<value>25000</value>
</property>
<property>
<name>fs.s3a.connection.establish.timeout</name>
<value>5000</value>
</property>
```
to map to millis, and i want tests to show this
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]