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] Fix the visibility of the CDC log, it should only become visible after the KV data has been flushed to RocksDb #134

Open
1 of 2 tasks
wuchong opened this issue Dec 6, 2024 Discussed in #81 · 0 comments · May be fixed by #179
Open
1 of 2 tasks
Assignees
Labels
bug Something isn't working
Milestone

Comments

@wuchong
Copy link
Member

wuchong commented Dec 6, 2024

Originally posted by swuferhong December 2, 2024

Search before asking

  • I searched in the issues and found nothing similar.

Fluss version

This issue is report bug that the visibility of the CDC log, it should only become visible after the KV data has been flushed to RocksDb. Currently, Fluss will first write the kv data to PreWriteBuffer in memory cache, and then flush to RocksDb, but in this time interval gap, the CDC log is visible to user, it's a wrong act.

Minimal reproduce step

no reproduce step

What doesn't meet your expectations?

In daily tests

Anything else?

No response

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
Labels
bug Something isn't working
Projects
None yet
2 participants