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

[client] Fix some error which will let LookupSender hang if leader and bucket not ready #174

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

swuferhong
Copy link
Collaborator

Purpose

Linked issue: #172

In tests, create a table with lots of buckets, and then lookup while leader and bucket not ready yet, you can find the LookupSender will hang forever.

See FlussTableITCase#testLookupForNotReadyTable(), if you remove waitAllReplicasReady(tableId, descriptor), this bug will happend.

Tests

API and Format

Documentation

@swuferhong swuferhong requested a review from luoyuxia December 13, 2024 02:53
Copy link
Collaborator

@luoyuxia luoyuxia left a comment

Choose a reason for hiding this comment

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

Otherwise, LGTM

@swuferhong swuferhong merged commit 246cdc5 into alibaba:main Dec 13, 2024
2 checks passed
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