-
Notifications
You must be signed in to change notification settings - Fork 117
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
Fixed MCM restart during cleanup #879
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.
looks good, hope you have tested the cases of file not present and others..
Also pls add the logs showing the appending of new set of logs on restart..in either MC or MCM
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 the changes!
What this PR does / why we need it:
This PR fixes the issue where MCM was unable to restart during cleanup which lead to cleanup failure
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
The logs for the restarted MCM and MC will now be appended to the existing logs itself.
Release note: