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

fix: AsyncTransactionManager should rollback on close #505

Merged
merged 3 commits into from Oct 14, 2020
Merged

Commits on Oct 9, 2020

  1. fix: AsyncTransactionManager should rollback on close

    AsyncTransctionManager should rollback the transaction if close is called
    while the transaction is still in state STARTED. Failing to do so, will
    keep the transaction open on the backend for longer than necessary, holding
    on to locks until it is garbage collected after 10 seconds.
    
    Fixes #504
    olavloite committed Oct 9, 2020
    Copy the full SHA
    d79c460 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Copy the full SHA
    daed417 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0614cc4 View commit details
    Browse the repository at this point in the history