http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478
--- Comment #53 from Peter Zhao <[email protected]> --- (In reply to Peter Zhao from comment #52) > (In reply to Robin Sheat from comment #51) > > How long did you let it sit on 'Committing', the first one can take some > > time (in the order of 10 seconds or so perhaps.) > > > > Otherwise, it's hard to see what's going on without real information but it > > does look like things aren't indexing well. > > > > In Koha/ElasticSearch/Indexer.pm there are a couple of commented out > > 'trace_calls' entries. If you make that active, you may get more information > > about what's going on. > > > > Otherwise perhaps trace through it using the Perl debugger and see where it > > stops. > > ~$ perl -d /home/koha/kohaclone/misc/search_tools/rebuild_elastic_search.pl > > Loading DB routines from perl5db.pl version 1.33 > Editor support available. > > Enter h or `h h' for help, or `man perldebug' for more help. > > main::(/home/koha/kohaclone/misc/search_tools/rebuild_elastic_search.pl:92): > 92: my $verbose = 0; > DB<1> The problem is fixed by "cpan Task::Catmandu". Index works well. ~$ /home/koha/kohaclone/misc/search_tools/rebuild_elastic_search.pl -v -d Indexing biblios 1 Committing... 1 records indexed. Indexing authorities 0 records indexed. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
