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

Better granularity for errors that come out of the transaction pool #5373

Merged
merged 2 commits into from
Nov 23, 2019

Commits on Oct 29, 2019

  1. Better granularity for errors that come out of the pool

    * This PR adds a new error that distinguishes between actual timeouts from the
      pool and errors due to contexts being already expired by the time it gets to
      the pool.
    
    Signed-off-by: Rafael Chacon <[email protected]>
    rafael committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    8a0e96f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Update test due to changes

    Signed-off-by: Rafael Chacon <[email protected]>
    rafael committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    e25bb3c View commit details
    Browse the repository at this point in the history