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: mark transaction as invalid if no tx is returned before close #791

Merged
merged 1 commit into from Jan 12, 2021

Commits on Jan 11, 2021

  1. fix: mark transaction as invalid if no tx is returned before RS is cl…

    …osed
    
    If a query requests the begin of a new transaction, the transaction id is
    returned by the first call to ResultSet#next(). If the ResultSet is closed
    by another thread before the first result has been returned, or before that
    result has been consumed internally to set the transaction id, no transaction
    id will be set. This will cause any subsequent statement in the same transaction
    to timeout while waiting for a transaction to be returned.
    olavloite committed Jan 11, 2021
    Copy the full SHA
    9500114 View commit details
    Browse the repository at this point in the history