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

feat(core): Allow retry in concurrent write operations #3958

Merged
merged 9 commits into from
Jan 10, 2024
Merged

Conversation

Xuanwo
Copy link
Member

@Xuanwo Xuanwo commented Jan 9, 2024

Fix #3956

Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
@Xuanwo
Copy link
Member Author

Xuanwo commented Jan 9, 2024

cc @WenyXu for review.

Signed-off-by: Xuanwo <github@xuanwo.io>
@Xuanwo
Copy link
Member Author

Xuanwo commented Jan 9, 2024

GitHub issue caused CI failure.

@WenyXu
Copy link
Member

WenyXu commented Jan 9, 2024

LGTM. Let's add some tests in the future to ensure the retry behaviors.

@Xuanwo
Copy link
Member Author

Xuanwo commented Jan 10, 2024

LGTM. Let's add some tests in the future to ensure the retry behaviors.

Yep, I did found more problems..

@Xuanwo Xuanwo requested review from suyanhanx, PsiACE, oowl, asf-ci and dqhl76 and removed request for asf-ci January 10, 2024 07:14
Signed-off-by: Xuanwo <github@xuanwo.io>
@oowl
Copy link
Member

oowl commented Jan 10, 2024

It seems our google driver test key has been revoked. LOL

   "error": "invalid_grant",
  "error_description": "Token has been expired or revoked."

@Xuanwo
Copy link
Member Author

Xuanwo commented Jan 10, 2024

It seems our google driver test key has been revoked. LOL

Yep, it's expired. Not related to this PR.

Copy link
Member

@oowl oowl left a comment

Choose a reason for hiding this comment

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

LGTM! wait for our CI test problem to be addressed.

@Xuanwo Xuanwo merged commit 8315b7e into main Jan 10, 2024
48 checks passed
@Xuanwo Xuanwo deleted the fix-retry branch January 10, 2024 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Concurrent writes should return immediately without retry
3 participants