AbsaOSS / spline

Data Lineage Tracking And Visualization Solution
https://absaoss.github.io/spline/
Apache License 2.0
603 stars 155 forks source link

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

Closed wajda closed 4 months ago

wajda commented 4 months ago

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.

github-actions[bot] commented 4 months ago

JaCoCo code coverage report

There is no coverage information present for the Files changed

Total Project Coverage 30.87% :green_apple:
sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud