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

[BUG] Sync up job not working as expected when upgrading cluster from prev versions to 2.17 #3238

Closed
rbhavna opened this issue Nov 26, 2024 · 0 comments · Fixed by #3241
Closed
Assignees
Labels
bug Something isn't working v2.19.0 Issues targeting release v2.19.0

Comments

@rbhavna
Copy link
Collaborator

rbhavna commented Nov 26, 2024

What is the bug?
On 2.18, model auto redeploy feature has been removed for remote models in this PR meaning after b/g or node/cluster restart, remote models wont be auto redeployed to new nodes automatically.

When the same had been back-ported to AOS 2.17, a bug was identified due to which ML Sync-up job would stop running automatically when a cluster is upgraded from 2.15 or any older versions to 2.17 on AOS. This condition returns directly if the model encountered by auto redeployer is a remote model and sync-up job is never getting started

The sync-up is only starting again with manual intervention by changing the sync-up interval setting to a different value than the previous one(Default is 10 seconds)

PUT /_cluster/settings
{
  "persistent": {
    "plugins.ml_commons.sync_up_job_interval_in_seconds": 5
  }
}

How can one reproduce the bug?
Steps to reproduce the behavior:

  1. On AOS, create a cluster on 2.15 version. Verify the sync_up job interval by getting the setting plugins.ml_commons.sync_up_job_interval_in_seconds
  2. Check the logs to see the ML Sync-up logs at the intervals specified by above setting
  3. Upgrade the cluster to 2.17 version
  4. Check the logs again and you can see the sunc-up logs are missing

What is the expected behavior?
Sync-up job should run automatically when cluster is upgraded to 2.17 version

Do you have any screenshots?
If applicable, add screenshots to help explain your problem.

Do you have any additional context?
Add any other context about the problem.

@rbhavna rbhavna added bug Something isn't working untriaged labels Nov 26, 2024
@rbhavna rbhavna self-assigned this Nov 26, 2024
@rbhavna rbhavna added v2.19.0 Issues targeting release v2.19.0 and removed untriaged labels Nov 26, 2024
@dhrubo-os dhrubo-os moved this to In Progress in ml-commons projects Dec 3, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in ml-commons projects Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v2.19.0 Issues targeting release v2.19.0
Projects
Development

Successfully merging a pull request may close this issue.

1 participant