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

Use sas token from recently queried v2 checkpoint incase the one we currently have is expired #7579

Merged
merged 2 commits into from
Jan 21, 2025

Conversation

nick4598
Copy link
Contributor

I believe fixes bug where:

1)Backend opens v2 checkpoint
2)Backend closes v2 checkpoint
3)time passes and token on that container expires
4) Backend opens v2 checkpoint on same container, gets 403 trying to get new manfiest because it uses the old token. Resulting in BE_SQLITE_CANTOPEN for newer checkpoints.

@nick4598 nick4598 requested a review from a team as a code owner January 21, 2025 19:27
@nick4598
Copy link
Contributor Author

@Mergifyio backport release/4.10.x

@nick4598
Copy link
Contributor Author

@Mergifyio backport release/4.11.x

Copy link
Contributor

mergify bot commented Jan 21, 2025

backport release/4.10.x

✅ Backports have been created

Copy link
Contributor

mergify bot commented Jan 21, 2025

backport release/4.11.x

✅ Backports have been created

@nick4598 nick4598 merged commit ba25688 into master Jan 21, 2025
16 checks passed
@nick4598 nick4598 deleted the nick/tokencloudsqlitebug branch January 21, 2025 19:58
mergify bot pushed a commit that referenced this pull request Jan 21, 2025
…urrently have is expired (#7579)

(cherry picked from commit ba25688)
mergify bot pushed a commit that referenced this pull request Jan 21, 2025
…urrently have is expired (#7579)

(cherry picked from commit ba25688)
nick4598 added a commit that referenced this pull request Jan 21, 2025
…urrently have is expired (backport #7579) [release/4.10.x] (#7580)

Co-authored-by: Nick Tessier <22119573+nick4598@users.noreply.github.com>
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