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

NoSuchAccessPoint exception during share processing #1608

Open
SofiaSazonova opened this issue Oct 3, 2024 · 0 comments · May be fixed by #1609
Open

NoSuchAccessPoint exception during share processing #1608

SofiaSazonova opened this issue Oct 3, 2024 · 0 comments · May be fixed by #1609
Assignees

Comments

@SofiaSazonova
Copy link
Contributor

Describe the bug

Sometimes during the share processing though the freshly created access point exists, API call put_access_point_policy fails with error NoSuchAccessPoint.

The investigation with S3 team reveals, that
the initial GETAccessPoint was added to NegativeCache
and then one of the PutAccessPointPolicy also made to the same backend host that was added to the negative Cache
This lead to 404

How to Reproduce

Run share integration tests in eu-west-2 after 2 pm

Expected behavior

drop the GetAccessPoint call before create one and just look for an exception in case it exists

Your project

No response

Screenshots

No response

OS

macOs Sonoma 14.2

Python version

3.11

AWS data.all version

2.6.0

Additional context

No response

@SofiaSazonova SofiaSazonova self-assigned this Oct 3, 2024
@SofiaSazonova SofiaSazonova linked a pull request Oct 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Nominated
Development

Successfully merging a pull request may close this issue.

1 participant