[Koha-bugs] [Bug 22828] Elasticsearch - display errors encountered during indexing on the command line

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 2 13:36:52 CEST 2019


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #89226|0                           |1
        is obsolete|                            |

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 89228
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89228&action=edit
Bug 22828: Elasticsearch - display errors encountered during indexing on the
command line

To test:
 1 - Use the Koha sample data, or insert a blank 245$b into a record (easiest
way is using advanced cataloging editor
 2 - Reindex elasticsearch
 3 - Check the ES count on the about page
 4 - Check the count in the DB (SELECT count(*) FROM biblio)
 5 - They don't match!
 6 - perl misc/search_tools/rebuild_elastic_search.pl -v -v
 7 - No errors indicated
 8 - Apply patch
 9 - perl misc/search_tools/rebuild_elastic_search.pl -v
10 - You should be notified of an error
11 - perl misc/search_tools/rebuild_elastic_search.pl -v -v
12 - You should be notified of the specific biblio with an error and a
(somewhat) readable reason
13 - perl misc/search_tools/rebuild_elastic_search.pl
14 - No output

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list