[Koha-bugs] [Bug 21675] Unable to add to a basket with ElasticSearch enabled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 7 02:58:34 CET 2018


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

Reza <reza.ganji at apu.edu.my> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #8 from Reza <reza.ganji at apu.edu.my> ---
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.


More information about the Koha-bugs mailing list