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

Fix fs_benchmark to correctly configure backpressure #1260

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

dannycjones
Copy link
Contributor

When running the benchmark script, it fails to run due to client errors where backpressure isn't enabled. This is due to Mountpoint's prefetcher relying on this being enabled, or returning BackpressurePreconditionFailed.

This change configures the backpressure on the S3 client used by this benchmark and has been tested on my own Linux machine.

Does this change impact existing behavior?

Fixes a benchmark script only.

Does this change need a changelog entry? Does it require a version change?

No, benchmark script change only.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the Developer Certificate of Origin (DCO).

@dannycjones dannycjones temporarily deployed to PR integration tests February 9, 2025 22:32 — with GitHub Actions Inactive
@dannycjones dannycjones enabled auto-merge February 9, 2025 22:32
@dannycjones dannycjones temporarily deployed to PR integration tests February 9, 2025 22:32 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests February 9, 2025 22:32 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests February 9, 2025 22:32 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests February 9, 2025 22:32 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests February 9, 2025 22:32 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests February 9, 2025 22:32 — with GitHub Actions Inactive
@dannycjones dannycjones added this pull request to the merge queue Feb 10, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 10, 2025
@dannycjones dannycjones added this pull request to the merge queue Feb 10, 2025
Merged via the queue into awslabs:main with commit 8129707 Feb 10, 2025
24 checks passed
@dannycjones dannycjones deleted the fix-fs-benchmark branch February 10, 2025 15:29
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