Skip to content

Reindex Batch Jobs stuck in QUEUED status after SearchParameter update #5041

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

Closed
volodymyr-korzh opened this issue Jun 28, 2023 · 0 comments · Fixed by #5043
Closed

Reindex Batch Jobs stuck in QUEUED status after SearchParameter update #5041

volodymyr-korzh opened this issue Jun 28, 2023 · 0 comments · Fixed by #5043
Assignees

Comments

@volodymyr-korzh
Copy link
Collaborator

With MarkResourcesForReindexingUponSearchParameterChange setting enabled, reindex jobs stuck in QUEUED status after SearchParameter update.

Steps To Reproduce

  1. Enable JpaStorageSettings.myMarkResourcesForReindexingUponSearchParameterChange setting
  2. Create a resource
  3. Create a SearchParameter for this resource
  4. Retrieve job instances from bt2_job_instance table SELECT x.* FROM public.bt2_job_instance x

Expected behavior
Reindex Job is moved to IN_PROGRESS status and then COMPLETED.

Actual behavior
Reindex Job is stuck in QUEUED status.

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 a pull request may close this issue.

1 participant