-
Notifications
You must be signed in to change notification settings - Fork 591
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 / known issue: inserts may be disordered even on one session #7213
Comments
And another question is that whether we ignore an insert with the same pk |
I once discussed with @st1page. @st1page was considering adding a table-level option to control whether a new update should override. (upsert or ignore) My idea is to always do upsert, similar to Flink's updatable stream. |
This issue has been open for 60 days with no activity. Could you please update the status? Feel free to continue discussion or close as not planned. |
fixed by #14380 |
Describe the bug
Here a random write channel will be picked.
risingwave/src/source/src/table.rs
Lines 82 to 87 in 314fcc7
As a result, even in one session, DML statements may be reordered regarding the time that they leave the write channel.
To Reproduce
Just a technical analysis.
Expected behavior
Writes in one session should happen in order.
Additional context
No response
The text was updated successfully, but these errors were encountered: