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 race condition/workflow state bug #4453

Merged
merged 4 commits into from Feb 5, 2019
Merged

Fix race condition/workflow state bug #4453

merged 4 commits into from Feb 5, 2019

Commits on Feb 5, 2019

  1. Fix #3443 ensure new builder used for workflow system

    otherwise, the single builder might be used in multiple threads
    gschueler committed Feb 5, 2019
    Copy the full SHA
    1f5c730 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f5b35d5 View commit details
    Browse the repository at this point in the history
  3. Refactor logging for better tracing

    * add unique id per workflow exec for tracing
    * make log4j/exec log output the same
    gschueler committed Feb 5, 2019
    Copy the full SHA
    1131e12 View commit details
    Browse the repository at this point in the history
  4. For #3443 create new executor for dispatched workflow

    don't re-use the executor for each dispatched item
    gschueler committed Feb 5, 2019
    Copy the full SHA
    537ef76 View commit details
    Browse the repository at this point in the history