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

the dev of [FEATURE]Auto reload model when cluster rebooted/node rejoin #649

Closed
wants to merge 0 commits into from
Closed

Conversation

wujunshen
Copy link

@wujunshen wujunshen commented Dec 28, 2022

Description

the new feature:
Auto reload model when cluster rebooted/node rejoin

Issues Resolved

please see: #577

When a ml node under the opensearch cluster halt down with some unknown reasons. The models under this node will be broken and impact the process of the inference or reduced performance. So we add a new feature: When a ml node halt down, we reboot this ml node, the opensearch on this node will auto reload all the models under this node,and user will not reload the model manually. Even in extreme cases, if the reload operation is still unsuccessful, opensearch will also tell the user via logs that the reload was unsuccessful.

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@wujunshen wujunshen changed the title [wjunshen] #N/A feat: model auto reload the dev of [FEATURE]Auto reload model when cluster rebooted/node rejoin Dec 28, 2022
@wujunshen wujunshen marked this pull request as ready for review December 28, 2022 21:18
@wujunshen wujunshen requested a review from a team December 28, 2022 21:18
@wujunshen wujunshen closed this Dec 28, 2022
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.

1 participant