https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42669

--- Comment #1 from Tomás Cohen Arazi (tcohen) <[email protected]> ---
Created attachment 199401
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199401&action=edit
Bug 42669: Fix es_indexer_daemon.pl silent job failure and NoNodes recovery

When update_index() throws, the daemon now:
- On NoNodes: aborts the batch, recreates the indexer object to reset
  the dead-node connection pool, and resets jobs to 'new' for retry.
- On other errors: marks jobs as 'failed' instead of 'finished'.

This prevents silent data loss where records disappear from search
results because their indexing jobs were incorrectly marked as done.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to