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]: reverse message order when retract message from message queue. #482

Closed
1 task done
baiyangtx opened this issue Oct 18, 2022 · 0 comments · Fixed by #970
Closed
1 task done

[Bug][Flink]: reverse message order when retract message from message queue. #482

baiyangtx opened this issue Oct 18, 2022 · 0 comments · Fixed by #970
Labels
module:mixed-flink Flink moduel for Mixed Format type:bug Something isn't working
Milestone

Comments

@baiyangtx
Copy link
Contributor

What happened?

when flink do retract from message queue, it shoud be apply in reverse order. currently flink engine do retract as same order in message queue, this may cause message lost.

Affects Versions

under 0.3.2

What engines are you seeing the problem on?

Flink

How to reproduce

when retract message contained update, the order of message is UPDATE_BEFORE , UPDATE_AFTER.

currently the retract order is UPDATE_BEFORE -> INSERT , UPDATE_AFTER -> DELETE. after retract, this message is lost.

Relevant log output

No response

Anything else

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@baiyangtx baiyangtx added the type:bug Something isn't working label Oct 18, 2022
@baiyangtx baiyangtx added this to the Release 0.4.0 milestone Oct 18, 2022
@baiyangtx baiyangtx added the module:mixed-flink Flink moduel for Mixed Format label Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:mixed-flink Flink moduel for Mixed Format type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants