Re: [PR] HADOOP-18939. NPE in AWS v2 SDK RetryOnErrorCodeCondition.shouldRetry() [hadoop]

2023-10-17 Thread via GitHub
steveloughran merged PR #6193: URL: https://github.com/apache/hadoop/pull/6193 -- 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:

Re: [PR] HADOOP-18939. NPE in AWS v2 SDK RetryOnErrorCodeCondition.shouldRetry() [hadoop]

2023-10-17 Thread via GitHub
steveloughran commented on PR #6193: URL: https://github.com/apache/hadoop/pull/6193#issuecomment-1766508017 > The NPE will get fixed in the SDK. yes, but that's a future tense event. we are having problems with our deployments already -- This is an automated message from the

Re: [PR] HADOOP-18939. NPE in AWS v2 SDK RetryOnErrorCodeCondition.shouldRetry() [hadoop]

2023-10-17 Thread via GitHub
ahmarsuhail commented on PR #6193: URL: https://github.com/apache/hadoop/pull/6193#issuecomment-1765980549 that `testWithoutRegionConfig` is an intermittent failure I've seen before, never dug into it. with the latest patch region we remove that Store region probe completely, so don't need

Re: [PR] HADOOP-18939. NPE in AWS v2 SDK RetryOnErrorCodeCondition.shouldRetry() [hadoop]

2023-10-16 Thread via GitHub
hadoop-yetus commented on PR #6193: URL: https://github.com/apache/hadoop/pull/6193#issuecomment-1765005102 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: |

Re: [PR] HADOOP-18939. NPE in AWS v2 SDK RetryOnErrorCodeCondition.shouldRetry() [hadoop]

2023-10-16 Thread via GitHub
steveloughran commented on PR #6193: URL: https://github.com/apache/hadoop/pull/6193#issuecomment-1764864397 s3 london; failure is inevitably from region parser changes. will file ``` [ERROR] testWithoutRegionConfig(org.apache.hadoop.fs.s3a.ITestS3AEndpointRegion) Time elapsed:

[PR] HADOOP-18939. NPE in AWS v2 SDK RetryOnErrorCodeCondition.shouldRetry() [hadoop]

2023-10-16 Thread via GitHub
steveloughran opened a new pull request, #6193: URL: https://github.com/apache/hadoop/pull/6193 ### Description of PR Fixes MultiObjectDeleteException to completely fill in AWS SDK retrier requirements. testing in progress ### For code changes: - [X] Does