https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42669
Tomás Cohen Arazi (tcohen) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |The Elasticsearch indexer release notes| |daemon | |(es_indexer_daemon.pl) was | |silently marking background | |indexing jobs as "finished" | |even when Elasticsearch was | |unreachable, causing | |records to disappear from | |search results with no | |indication of failure. | |Additionally, after a brief | |ES outage (e.g. a Docker | |restart), the daemon's | |connection pool would mark | |the node as dead with | |exponential backoff, | |leaving it permanently | |stuck until manually | |restarted. The daemon now | |resets jobs to "new" on | |NoNodes errors so they are | |automatically retried once | |connectivity is restored, | |recreates the ES client to | |reset the connection pool, | |and correctly marks jobs as | |"failed" for other indexing | |errors. -- 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/
