http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 --- Comment #52 from Peter Zhao <peterzhaonj@163.com> --- (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> -- You are receiving this mail because: You are watching all bug changes.