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

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

                Author: ASF GitHub Bot
            Created on: 11/Jan/22 13:11
            Start Date: 11/Jan/22 13:11
    Worklog Time Spent: 10m 
      Work Description: steveloughran commented on pull request #3864:
URL: https://github.com/apache/hadoop/pull/3864#issuecomment-1009950619


   I believe the test is failing because the hostnames returned as endpoints 
have been updated. 
   
   What to do?
   1. Identify the changes and update the constants in the test suite.
   1. Decided this is a bit brittle and disable the failing tests.
   
   I'd like to go with the first option because it does mean we can track these 
changes and be aware of them.   
   
   We could try doing a DNS look up as Ultimate validation, but that would move 
it from being a unit test to an integration test.
   ```
   > dig s3-accesspoint.eu-west-1.amazonaws.com
   
   ; <<>> DiG 9.10.6 <<>> s3-accesspoint.eu-west-1.amazonaws.com
   ;; global options: +cmd
   ;; Got answer:
   ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 52406
   ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
   
   ;; OPT PSEUDOSECTION:
   ; EDNS: version: 0, flags:; udp: 4096
   ;; QUESTION SECTION:
   ;s3-accesspoint.eu-west-1.amazonaws.com.     IN A
   
   ;; AUTHORITY SECTION:
   s3-accesspoint.eu-west-1.amazonaws.com.      962 IN SOA 
ns-648.awsdns-17.net. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 293
   
   ;; Query time: 173 msec
   ;; SERVER: 172.18.64.15#53(172.18.64.15)
   ;; WHEN: Tue Jan 11 13:08:41 GMT 2022
   ;; MSG SIZE  rcvd: 148
   ```
   
   Side issue: I don't understand why I didn't see this problem myself. I did 
the integration test runs and they should run or the unit tests as well. Will 
investigate.


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


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

    Worklog Id:     (was: 706829)
    Time Spent: 1h 50m  (was: 1h 40m)

> upgrade AWS SDK to 1.12.x
> -------------------------
>
>                 Key: HADOOP-18068
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18068
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: build, fs/s3
>    Affects Versions: 3.3.2
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> upgrade to the latest SDK



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to