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

PostRestoreHookChanges #681

Merged
merged 4 commits into from
Jun 25, 2018
Merged

Conversation

sumanth-pasupuleti
Copy link
Contributor

Adding ability to call a post restore hook once files get downloaded as part of the restore process.

private final Sleeper sleeper;
private final int ThreadWaitTimeInMs = 60000;
private final int HeartBeatTimeOutInMs = 60000;
private final int SubProcessTimeOutInDays = 2;
Copy link
Contributor

Choose a reason for hiding this comment

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

Does it make sense to make this configurable?

Copy link
Contributor

Choose a reason for hiding this comment

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

Also, once done, can you update the wiki to reflect the changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I like the idea of making the subprocesstimeout configurable - comes in handy when restore data size varies

@sumanth-pasupuleti sumanth-pasupuleti merged commit 0325ea1 into Netflix:3.x Jun 25, 2018
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.

2 participants