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

Restore-indices Job completes 100% but Continues Searching, Ends with Error Due to Lack of Indices to Restore #11305

Closed
camilogutierrez opened this issue Sep 5, 2024 · 1 comment
Assignees
Labels
bug Bug report platform PR-s that make changes to core parts of the platform

Comments

@camilogutierrez
Copy link
Contributor

Describe the bug

In DataHub version 0.14.0.2, when running a restore indices job, the job successfully restores 100% of the indices. However, instead of terminating after completing the restore, the job continues searching for more indices and ends up failing with an error when no more indices are available to restore.

To Reproduce
1. Go to DataHub and initiate a restore indices job.
2. Monitor the job progress through logs.
3. After reaching 100% restoration, observe that the job continues searching for indices.
4. The job fails with an error: Failed Step 4/4: SendMAEStep. Failed after 0 retries. Exiting upgrade RestoreIndices with result FAILED. Exiting...

Expected behavior

Once the job reaches 100% completion (i.e., all indices have been restored), it should terminate gracefully without searching for additional indices and without throwing an error.

Screenshots
image

Desktop (please complete the following information):

  • OS: [Linux
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context
There may be a missing check for job completion after 100%, or an incorrect termination condition.

@camilogutierrez camilogutierrez added the bug Bug report label Sep 5, 2024
@shirshanka shirshanka added the platform PR-s that make changes to core parts of the platform label Sep 8, 2024
@david-leifker
Copy link
Collaborator

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report platform PR-s that make changes to core parts of the platform
Projects
None yet
Development

No branches or pull requests

3 participants