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

issue #1300 TxManagerImpl.nextTxNumber(): Repeat attempt on racing condition #1343

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

wajda
Copy link
Contributor

@wajda wajda commented Jul 2, 2024

fixes #1300

The method TxManagerImpl.nextTxNumber() is supposed to be acting in an increment-and-get fashion tolerating racing conditions. For that reason it should contain a loop to repeat attempts in case of a conflict.

@wajda wajda requested a review from cerveada as a code owner July 2, 2024 13:02
@wajda wajda marked this pull request as draft July 2, 2024 13:08
Copy link

github-actions bot commented Jul 2, 2024

JaCoCo code coverage report

There is no coverage information present for the Files changed

Total Project Coverage 30.87% 🍏

@wajda wajda force-pushed the bugfix/spline-1300-arango-400 branch from 6b3458a to 825c2a4 Compare July 2, 2024 13:45
Copy link

sonarqubecloud bot commented Jul 2, 2024

@wajda wajda marked this pull request as ready for review July 2, 2024 13:51
@wajda wajda merged commit 607a758 into develop Jul 2, 2024
5 of 6 checks passed
@wajda wajda deleted the bugfix/spline-1300-arango-400 branch July 2, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

400 Arango error on inserting to executionPlan
2 participants