-
-
Notifications
You must be signed in to change notification settings - Fork 466
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: #412 set Restart flag to true before creation (#413, thanks @fabricev) #413
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I think we'll need to add this to the single node creation ( |
ADD: Early exit in WaitForLogMessage if restarting FIX: Sleep(500) inside the loop
Hello @iwilltry42, as suggested I've implemented the early exit by checking the restarting status in the waitForLogMessage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor improvements requested, but looks good to me :)
Co-authored-by: Thorsten Klein <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks for your contribution! You may want to use the all-contributors bot to add yourself to the list of contributors shown in the readme for the code you provided 👍 |
No description provided.