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

Performance issue with large number of execution #303

Merged
merged 3 commits into from
Sep 26, 2018
Merged

Performance issue with large number of execution #303

merged 3 commits into from
Sep 26, 2018

Conversation

guillaumebort
Copy link
Contributor

  • Fix a complexity issue is the execution submission loop
  • Fix an issue with IO & STM in ExecutionStreams

Copy link
Contributor

@Masuzu Masuzu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Because we build a precomputed index of already running
executions by (job, ctx) it won't handle the case where
the submitted list contains a duplicate.
@vguerci vguerci merged commit f8dfe6d into master Sep 26, 2018
@vguerci vguerci deleted the perf branch September 26, 2018 13:29
@vguerci vguerci mentioned this pull request Sep 26, 2018
dufrannea pushed a commit that referenced this pull request Sep 27, 2018
* Fix submission of large number of executions
* Fix IO in STM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants