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

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


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

            Bug ID: 21974
           Summary: cxn_pool must be configurable
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Searching - Elasticsearch
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: jonathan.druart at bugs.koha-community.org

On Koha::SearchEngine::Elasticsearch:92 Search::Elasticsearch is instantiate
with cxn_pool => 'Sniff'

The doc says:

"""
The Sniff connection pool should be used when you do have direct access to the
Elasticsearch cluster, eg when your web servers and Elasticsearch servers are
on the same network.
"""
https://metacpan.org/pod/Search::Elasticsearch#cxn_pool


We must make this option configurable to allow elastic cluster running on a
different network.

Original issue reporter on bug 21675 comment 8, they are connecting to the
Amazon Elastic cluster.

-- 
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