Bugzilla – Attachment 130289 Details for
Bug 25684
ElasticSearch 7 start crash: at least one of [discovery.seed_hosts, discovery.seed_providers, cluster.initial_master_nodes] must be configured
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25684: ElasticSearch 7 start crash: at least one of [discovery.seed_hosts, discovery.seed_providers, cluster.initial_master_nodes] must be configured
Bug-25684-ElasticSearch-7-start-crash-at-least-one.patch (text/plain), 1.11 KB, created by
Kevin Carnes
on 2022-02-08 14:42:14 UTC
(
hide
)
Description:
Bug 25684: ElasticSearch 7 start crash: at least one of [discovery.seed_hosts, discovery.seed_providers, cluster.initial_master_nodes] must be configured
Filename:
MIME Type:
Creator:
Kevin Carnes
Created:
2022-02-08 14:42:14 UTC
Size:
1.11 KB
patch
obsolete
>From 480bb98c18828f3d4ea19c5e029dd3717077a7f7 Mon Sep 17 00:00:00 2001 >From: Kevin Carnes <kevin.carnes@ub.lu.se> >Date: Tue, 8 Feb 2022 14:29:53 +0100 >Subject: [PATCH] Bug 25684: ElasticSearch 7 start crash: at least one of > [discovery.seed_hosts, discovery.seed_providers, > cluster.initial_master_nodes] must be configured > >With Elasticsearch 7 it is necessary to specify if using a single node > >To test: >1) run ku-es7 >2) Observe that Elasticsearch stops with an error >3) Apply patch >4) run ku-es7 >5) Observe that Elasticsearch starts successfully >6) Sign off > >Sponsored-by: Lund University Library >--- > docker-compose.es7.yml | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/docker-compose.es7.yml b/docker-compose.es7.yml >index 44f6d54..f716f0a 100644 >--- a/docker-compose.es7.yml >+++ b/docker-compose.es7.yml >@@ -4,6 +4,7 @@ services: > image: koha/elasticsearch-icu:7.x > environment: > - cluster.name=docker-cluster >+ - discovery.type=single-node > - bootstrap.memory_lock=true > - xpack.security.enabled=false > - "ES_JAVA_OPTS=-Xms512m -Xmx512m" >-- >2.17.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25684
: 130289