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

Defer startup of mechanic actor #562

Merged
merged 1 commit into from
Aug 31, 2018

Conversation

danielmitterdorfer
Copy link
Member

With this commit we start the mechanic actor as late as possible in
order to avoid race conditions if errors occur early during
initialization. If the actor is created while an error is being thrown
it can happen that it misses the message to terminate and thus the
process will linger.

Closes #561

With this commit we start the mechanic actor as late as possible in
order to avoid race conditions if errors occur early during
initialization. If the actor is created while an error is being thrown
it can happen that it misses the message to terminate and thus the
process will linger.

Closes elastic#561
@danielmitterdorfer danielmitterdorfer added bug Something's wrong :Benchmark Candidate Management Anything affecting how Rally sets up Elasticsearch labels Aug 31, 2018
@danielmitterdorfer danielmitterdorfer added this to the 1.0.1 milestone Aug 31, 2018
@danielmitterdorfer danielmitterdorfer merged commit c7f76c7 into elastic:master Aug 31, 2018
@danielmitterdorfer danielmitterdorfer deleted the lazy-mechanic branch August 31, 2018 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Benchmark Candidate Management Anything affecting how Rally sets up Elasticsearch bug Something's wrong
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant