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

Expired orders optimisation results in non-deterministic order seq numbers #8251

Closed
ettec opened this issue May 3, 2023 · 0 comments · Fixed by #8252
Closed

Expired orders optimisation results in non-deterministic order seq numbers #8251

ettec opened this issue May 3, 2023 · 0 comments · Fixed by #8252

Comments

@ettec
Copy link
Contributor

ettec commented May 3, 2023

Data in the orders table across different datanodes was observed to diverge. The logic to expire orders relies on the GetByMarketAndID method which does not currently return the orders in a deterministic way, this results in orders being inserted with different sequence numbers into the orders table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
2 participants