Main Koha release repository https://koha-community.org
Find a file
Fridolin Somers 3dc90c66c7 Bug 27043: Add to number_of_replicas and number_of_shards to index config
With Elasticsearch 6 (>6.4), we have a warning on index creation :
  the default number of shards will change from [5] to [1] in 7.0.0

See https://github.com/elastic/elasticsearch/pull/30587

I propose to add number_of_shards in index config.

Also add number_of_replicas that is better explicit.
In case on only one node, it must be 0.

Test plan :
1) Use Elasticsearch
2) Apply patch and flush memcached
3) Rebuild indexes : misc/search_tools/rebuild_elasticsearch.pl -v -b -d
4) Check you dont have a warning about number of shards
5) Check the settings of index :
   curl '<cluster>:9200/<myindex>_biblios/_settings?pretty&filter_path=**.number_of_*'
6) You should see :
   "number_of_shards" : "5",
   "number_of_replicas" : "1"

Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-01-04 13:29:51 +01:00
acqui Bug 27082: uncertainprice.pl does not handle pagination 2020-11-25 14:38:14 +01:00
admin Bug 27043: Add to number_of_replicas and number_of_shards to index config 2021-01-04 13:29:51 +01:00
api Bug 27117: Only place_holds permission is needed to adjust pickup locations 2020-12-21 10:07:49 +01:00
authorities
basket
bin
C4 Bug 27196: Don't explode if item that is waiting if checked in by SIP 2020-12-26 17:58:40 +01:00
catalogue Bug 23475: Use localStorage to preserve simple search values 2020-11-30 11:14:58 +01:00
cataloguing
circ Bug 24083: Add support for unseen_renewals 2020-11-11 16:09:58 +01:00
clubs
course_reserves
debian Bug 14564: Set permissions on configuration backups 2020-12-21 10:09:44 +01:00
docs Bug 27108: Add 21.05 release team to teams.yaml 2020-11-27 16:35:09 +01:00
errors
etc Bug 25548: (follow-up) Remove those rewrite redirects in koha-httpd.conf 2020-11-20 14:23:52 +01:00
ill Bug 22818: Add generation and sending of notices 2020-11-11 08:35:10 +01:00
installer Bug 24658: (bug 22008 follow-up) Correct update DB entry 18.12.00.031 2020-12-09 11:08:20 +01:00
Koha Bug 26171: (QA follow-up) Add table name and object type to message 2021-01-04 13:29:50 +01:00
koha-tmpl Bug 27055: Fix compatibility with newer Firefox+Selenium version 2020-12-30 12:04:49 -03:00
labels
members Bug 27144: Fix syntax error that prevents deleting patrons 2020-12-04 15:26:49 +01:00
misc Correct Ubuntu versions in release notes - md 2020-11-30 11:19:35 +01:00
offline_circ Bug 24083: Add support for unseen_renewals 2020-11-11 16:09:58 +01:00
opac Bug 27230: Display OPAC description for OPAC_SUG 2020-12-26 18:14:11 +01:00
patron_lists
patroncards
plugins
pos
reports
reserve Bug 26963: (QA follow-up) Fix cases where we expected a list 2020-11-13 14:20:11 +01:00
reviews
rotating_collections
serials Bug 26992: Fix serial issue and related items deletion on serial collection page 2020-11-20 08:16:02 +01:00
services
skel
suggestion
svc Bug 26976: Display 0 if renewalsallowed is not defined 2020-12-04 15:32:56 +01:00
t Bug 26171: (QA follow-up) Add table name and object type to message 2021-01-04 13:29:50 +01:00
tags
tmp/modified_authorities
tools Bug 26854: Remove log of STDERR 2020-11-20 08:16:02 +01:00
virtualshelves
xt
.editorconfig
.eslintrc.json
.gitignore
.htaccess
.mailmap
.perlcriticrc
.scss-lint.yml
about.pl Bug 27044: Mark the PayPal integration as deprecated on the user interface 2020-11-24 21:27:59 +01:00
app.psgi
changelanguage.pl
cpanfile Bug 26849: Fix Array::Utils dependency in cpanfile 2020-12-21 10:07:55 +01:00
fix-perl-path.PL
gulpfile.js Bug 27072: Don't process staff interface CSS with rtlcss 2020-11-24 21:27:59 +01:00
help.pl
INSTALL
Koha.pm Koha 20.12 - start of a new dev cycle 2020-11-30 10:47:25 +01:00
koha_perl_deps.pl
kohaversion.pl
LICENSE
mainpage.pl
Makefile.PL
MANIFEST.SKIP
package.json
README
README.md Bug 27092: Remove note about "synced repo" from README.md 2020-11-25 16:31:58 +01:00
README.robots
rewrite-config.PL
yarn.lock

Koha is a free software integrated library system (ILS).

Koha is distributed under the GNU GPL version 3 or later.

Note: Koha does not accept pull requests from git hosting sites.

Note: This project has its own bug tracker, to report a bug or submit a patch visit http://bugs.koha-community.org.

For guidelines on submitting patches for Koha please visit https://wiki.koha-community.org/wiki/SubmitingAPatch

The developers handbook can be found at https://wiki.koha-community.org/wiki/Developer_handbook

http://koha-community.org/

Koha Logo