[Koha-bugs] [Bug 21974] cxn_pool must be configurable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 17 15:25:49 CET 2018


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

--- Comment #1 from Ere Maijala <ere.maijala at helsinki.fi> ---
Created attachment 83291
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83291&action=edit
Bug 21974: Make Elasticsearch connection settings configurable

Default settings are appended in get_elasticsearch_params so that there's a
central place for them. Defaults can be overridden in koha-conf.xml.

Test plan:

1. Verify that searches still work with the patch applied.
2. Verify that search fails after adding the following under <elasticsearch> in
koha-conf.xml:
<cxn_pool>Static</cxn_pool>
3. Verify that search fails after adding the following under <elasticsearch> in
koha-conf.xml:
<cxn_pool>FOO</cxn_pool>

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


More information about the Koha-bugs mailing list