Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Fix a race in transaction queue #1930
Conversation
richvdh
assigned
erikjohnston
Feb 20, 2017
richvdh
merged commit c927d6d
into
develop
Feb 21, 2017
8 checks passed
Sytest Dendron (Commit)
Build #1558 origin/rav/fix_txnq_race succeeded in 11 min
Details
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Postgres (Commit)
Build #2379 origin/rav/fix_txnq_race succeeded in 8 min 24 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #2442 origin/rav/fix_txnq_race succeeded in 5 min 29 sec
Details
Sytest SQLite (Merged PR)
Build finished.
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
continuous-integration/travis-ci/push
The Travis CI build passed
Details
richvdh
deleted the
rav/fix_txnq_race
branch
Feb 21, 2017
erikjohnston
added a commit
that referenced
this pull request
Mar 13, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
richvdh commentedFeb 20, 2017
It was theoretically possible for a PDU to get queued and not sent for ages. On
closer inspection I think there were bigger problems elsewhere, but we might as
well fix this since it's easy.