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

[Bug] Flink reads partitioned table throw exception ”LogScanner is not subscribed any bucket" #164

Closed
2 tasks done
luoyuxia opened this issue Dec 12, 2024 · 0 comments · Fixed by #285
Closed
2 tasks done
Assignees
Milestone

Comments

@luoyuxia
Copy link
Collaborator

luoyuxia commented Dec 12, 2024

Search before asking

  • I searched in the issues and found nothing similar.

Fluss version

0.5.0

Minimal reproduce step

Create a partitioned table, and using Flink to read the table

What doesn't meet your expectations?

It should throw exeption

Anything else?

1: currently, the logic of check partition changes is wrong, we should deduplicate the partitions from the splits assigned or pending
2: If the partitions should be deleted, the log scanner may has not buckets to substribe, it shouldn't throw exception when fetch

Are you willing to submit a PR?

  • I'm willing to submit a PR!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants