[Bug 37066] New: Elasticsearch not reindexing biblios when add or modify record
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37066 Bug ID: 37066 Summary: Elasticsearch not reindexing biblios when add or modify record Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: Linux Status: NEW Severity: normal Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs@lists.koha-community.org Reporter: ulmerdan@yahoo.com Elasticsearch is not automatically reindexed when adding or modifying a record. The new or modified record is not showing up in search results. However, deleting a record removes it from elasticsearch index. And adding an authority is automatically reindexed in real time. Running rebuild_elasticsearch.pl reindexes the new or modified records. But the biblios index is not being updated automatically for new or modified biblio records. Running elasticsearch 22.11.14 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37066 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #1 from David Cook <dcook@prosentient.com.au> --- Do you have the ES indexer worker running? I think deletes are sent directly to ES from the web app, so that would be why the deletes are working. I'm not sure about the authorities... We (the company I work at) have had issues with Elasticsearch on one server as well, although our issue appears to relate to timeouts. I'm still investigating that one... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37066 Magnus Enger <magnus@libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus@libriotech.no --- Comment #2 from Magnus Enger <magnus@libriotech.no> --- Dp you see background jobs related to Elasticsearch on /cgi-bin/koha/admin/background_jobs.pl, and are they marked as done/finished? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37066 --- Comment #3 from Daniel <ulmerdan@yahoo.com> --- Thanks for your responses. I see now the background_jobs "Update Elasticsearch index" are all staged and not executing. Status = "new", progress = "null/1", and started/ended fields are blank. Is there a setting or another method to have these run in real time? Note, I'm not familiar with the ES indexer worker. Is this applicable if my ES nodes are on a different server? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37066 --- Comment #4 from David Cook <dcook@prosentient.com.au> --- (In reply to Daniel from comment #3)
Thanks for your responses. I see now the background_jobs "Update Elasticsearch index" are all staged and not executing. Status = "new", progress = "null/1", and started/ended fields are blank. Is there a setting or another method to have these run in real time?
Note, I'm not familiar with the ES indexer worker. Is this applicable if my ES nodes are on a different server?
There's just the background queue. Currently, no way to do it in real time from the web app (although sometimes I think we should add such a setting for single record modifications). How have you installed Koha? If you're using the Debian packages, you can run a command like "koha-es-indexer --start --quiet $(koha-list --enabled --elasticsearch)" This command is automatically run when the "koha-common" service is started. In your /var/log/koha/<instance>/ directory there should be files like es-indexer-error.log and es-indexer-output.log -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37066 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #5 from David Cook <dcook@prosentient.com.au> --- Overall, I think that this is probably a support query rather than a bug report. I'd suggest you explore the support options: https://koha-community.org/support/ -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org