Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update http-nio and wire its new settings #8611

Merged
merged 2 commits into from
Dec 9, 2023
Merged

Conversation

lbergelson
Copy link
Member

  • it now has a retry mechanism so we're asking for a lot of retries

* it now has a retry mechanism so we're asking for a lot of retries
Copy link
Contributor

@droazen droazen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 Looks good @lbergelson , just one question for you

@@ -55,6 +54,8 @@ public final class BucketUtils {

// slashes omitted since hdfs paths seem to only have 1 slash which would be weirder to include than no slashes
public static final String FILE_PREFIX = "file:";
public static final int MAX_TIMEOUT = 120000;
public static final int MAX_ATTEMPTS = 15;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is this hardcoded MAX_ATTEMPTS related to maxRetries?

@lbergelson lbergelson merged commit 3b8b5bf into master Dec 9, 2023
20 checks passed
@lbergelson lbergelson deleted the lb_http_nio_update branch December 9, 2023 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants