https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38345
--- Comment #36 from David Nind <[email protected]> --- OS1 and OS2 now work, however I wasn't able to start up KTD with ES6, ES7, or ES8. Testing notes (using KTD): 1. Before following the test plan: - Start ktd up normally - Apply the patch - Shut KTD down 2. Starting KTD up with OS1 worked as expected. 3. For OS2 I had to change the .yml file and add: cluster.routing.allocation.disk.threshold_enabled: "false" (the curl command didn't work for me). 4. I couldn't successfully start up KTD with ES7, ES7, or ES8: Not able to start up KTD with --es6, koha-1 exits with this error: koha-1 | Exception 'Koha::Exception' thrown 'Unable to update mappings for index "koha_kohadev_biblios". Reason was: "Validation Failed: 1: mapping type is missing;". Index needs to be recreated and reindexed' db-1 | 2025-12-15 22:07:19 13 [Warning] Aborted connection 13 to db: 'koha_kohadev' user: 'koha_kohadev' host: '172.18.0.5' (Got an error reading communication packets) db-1 | 2025-12-15 22:07:19 15 [Warning] Aborted connection 15 to db: 'koha_kohadev' user: 'koha_kohadev' host: '172.18.0.5' (Got an error reading communication packets) db-1 | 2025-12-15 22:07:19 14 [Warning] Aborted connection 14 to db: 'koha_kohadev' user: 'koha_kohadev' host: '172.18.0.5' (Got an error reading communication packets) koha-1 exited with code 1 es-1 | [2025-12-15T22:07:31,661][WARN ][o.e.c.r.a.DiskThresholdMonitor] [1MMzRLW] high disk watermark [90%] exceeded on [1MMzRLWLTHKJP94Itia3EQ][1MMzRLW][/usr/share/elasticsearch/data/nodes/0] free: 11.8gb[5.8%], shards will be relocated away from this node Not able to start up KTD with --es7, koha-1 exits: koha-1 | [1302] Checking state of biblios index db-1 | 2025-12-15 22:09:29 13 [Warning] Aborted connection 13 to db: 'koha_kohadev' user: 'koha_kohadev' host: '172.18.0.5' (Got an error reading communication packets) db-1 | 2025-12-15 22:09:29 15 [Warning] Aborted connection 15 to db: 'koha_kohadev' user: 'koha_kohadev' host: '172.18.0.5' (Got an error reading communication packets) db-1 | 2025-12-15 22:09:29 14 [Warning] Aborted connection 14 to db: 'koha_kohadev' user: 'koha_kohadev' host: '172.18.0.5' (Got an error reading communication packets) koha-1 | [NoNodes] ** No nodes are available: [http://es:9200], called from sub Search::Elasticsearch::Role::Client::Direct::__ANON__ at /kohadevbox/koha/Koha/SearchEngine/Elasticsearch/Indexer.pm line 434. koha-1 exited with code 1 es-1 | {"type": "server", "timestamp": "2025-12-15T22:10:16,345Z", "level": "WARN", "component": "o.e.c.r.a.DiskThresholdMonitor", "cluster.name": "docker-cluster", "node.name": "8945ee87acb5", "message": "high disk watermark [90%] exceeded on [eiZQBEnWQY62uuLy6r5fzg][8945ee87acb5][/usr/share/elasticsearch/data/nodes/0] free: 10.9gb[5.3%], shards will be relocated away from this node; currently relocating away shards totalling [0] bytes; the node is expected to continue to exceed the high disk watermark when these relocations are complete", "cluster.uuid": "cgLqqwuxSiaN2lOScLuGiQ", "node.id": "eiZQBEnWQY62uuLy6r5fzg" } Not able to start up KTD with --es8, koha-1 exits (although I haven't been able to start KTD with ES8 for some time): koha-1 | [1302] Checking state of biblios index db-1 | 2025-12-15 22:20:45 13 [Warning] Aborted connection 13 to db: 'koha_kohadev' user: 'koha_kohadev' host: '172.18.0.5' (Got an error reading communication packets) db-1 | 2025-12-15 22:20:45 14 [Warning] Aborted connection 14 to db: 'koha_kohadev' user: 'koha_kohadev' host: '172.18.0.5' (Got an error reading communication packets) db-1 | 2025-12-15 22:20:45 15 [Warning] Aborted connection 15 to db: 'koha_kohadev' user: 'koha_kohadev' host: '172.18.0.5' (Got an error reading communication packets) koha-1 | [NoNodes] ** No nodes are available: [http://es:9200], called from sub Search::Elasticsearch::Role::Client::Direct::__ANON__ at /kohadevbox/koha/Koha/SearchEngine/Elasticsearch/Indexer.pm line 434. koha-1 exited with code 1 es-1 | {"@timestamp":"2025-12-15T22:21:03.929Z", "log.level": "WARN", "message":"flood stage disk watermark [95%] exceeded on [6UmsyX5eQHWBfthqBynlDg][6c11e0699197][/usr/share/elasticsearch/data] free: 9.4gb[4.6%], all indices on this node will be marked read-only", "ecs.version": "1.2.0","service.name":"ES_ECS","event.dataset":"elasticsearch.server","process.thread.name":"elasticsearch[6c11e0699197][management][T#3]","log.logger":"org.elasticsearch.cluster.routing.allocation.DiskThresholdMonitor","elasticsearch.cluster.uuid":"TuxajZmXQIqnbjYIYi9-YQ","elasticsearch.node.id":"6UmsyX5eQHWBfthqBynlDg","elasticsearch.node.name":"6c11e0699197","elasticsearch.cluster.name":"docker-cluster"} -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
