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

Open
2 tasks done
luoyuxia opened this issue Dec 12, 2024 · 0 comments · May be fixed by #285
Open
2 tasks done
Assignees
Labels
bug Something isn't working component=flink
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!
@luoyuxia luoyuxia added bug Something isn't working component=flink labels Dec 12, 2024
@wuchong wuchong added this to the v0.6 milestone Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component=flink
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants