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

LocalBlobAccess: Double the recommended number of attempts #217

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

EdSchouten
Copy link
Member

Right now we set the maximum get attempts to just eight. This might be a bit too tight, requiring users to create KeyLocationMaps that are unnecessarily big. Given that nobody has really complained about these values being too large, let's bump them.

Copy link
Contributor

@moroten moroten left a comment

Choose a reason for hiding this comment

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

Thank you for a good discussion. Please also update doc/zh_CN/README.md.

@EdSchouten EdSchouten force-pushed the eschouten/20240910-bump-attempts branch from 2cb5259 to 49bb21d Compare September 10, 2024 13:30
keyLocationMapMaximumGetAttempts: 8,
keyLocationMapMaximumPutAttempts: 32,
keyLocationMapMaximumGetAttempts: 16,
keyLocationMapMaximumPutAttempts: 64,
Copy link
Contributor

Choose a reason for hiding this comment

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

Line 63-64 also need an update.

Right now we set the maximum get attempts to just eight. This might be a
bit too tight, requiring users to create KeyLocationMaps that are
unnecessarily big. Given that nobody has really complained about these
values being too large, let's bump them.
@EdSchouten EdSchouten force-pushed the eschouten/20240910-bump-attempts branch from 49bb21d to d569839 Compare September 10, 2024 14:52
@EdSchouten EdSchouten merged commit 45c5763 into master Sep 10, 2024
1 check failed
@EdSchouten EdSchouten deleted the eschouten/20240910-bump-attempts branch September 10, 2024 14:52
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