https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21675
Reza <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID |--- --- Comment #8 from Reza <[email protected]> --- I contacted Catalyst to solve the issue for us. Our Koha is installed with a memcached and an elastic search cluster with two nodes. This is the finding: On line 92 of Koha::SearchEngine::Elasticsearch I removed cxn_pool => 'Sniff', This allowed us to connect to the Amazon Elastic cluster. I then dropped and recreated the Elasticsearch indexes I note that it errored if you tried to do the default 5000 records per commit, and that it still didn't like 1000, but it was happy at 100 So when you run koha-elasticsearch --rebuild apiit you want to also add -c 100 so it does 100 records at a time. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
