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 stackoverflow and logcontexts from linearizer #2532

Merged
merged 1 commit into from Oct 11, 2017

Conversation

Projects
None yet
2 participants
Member

richvdh commented Oct 11, 2017

  1. make it not blow out the stack when there are more than 50 things waiting
    for a lock. Fixes #2505.

  2. Make it not mess up the log contexts.

Fix stackoverflow and logcontexts from linearizer
1. make it not blow out the stack when there are more than 50 things waiting
   for a lock. Fixes #2505.

2. Make it not mess up the log contexts.

@richvdh richvdh merged commit cc794d6 into develop Oct 11, 2017

6 of 8 checks passed

Sytest Dendron (Commit) Build #2758 origin/rav/fix_linearizer failed in 4 min 52 sec
Details
Sytest Dendron (Merged PR) Build finished.
Details
Sytest Postgres (Commit) Build #3592 origin/rav/fix_linearizer succeeded in 4 min 15 sec
Details
Sytest Postgres (Merged PR) Build finished.
Details
Sytest SQLite (Commit) Build #3690 origin/rav/fix_linearizer succeeded in 1 min 50 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 richvdh deleted the rav/fix_linearizer branch Oct 11, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment