- Used Zammad version: 6.3.1-1715754184.27f4405b.jammy
- Used Zammad installation type: package
- Operating system: Ubuntu 22.04
- Browser + version: Firefox
Expected behavior:
green status in monitor
Actual behavior:
- 152 failing background jobs
- Failed to run background job #1 ‘SearchIndexAssociationsJob’ 6 time(s) with 95 attempt(s).
- Failed to run background job #2 ‘SearchIndexJob’ 4 time(s) with 66 attempt(s).
after restart elastic and zammad run rake zammad:searchindex:rebuild --trace
runs trough without an error the background jobs failures was gone. But after a few hours it come back again.
Version Elasticsearch: 7.17.10
status elasticsearch:
May 17 00:00:02 zammad-server systemd-entrypoint[25853]: at org.elasticsearch.ingest.IngestDocument.executePipeline(IngestDocument.java:823)
May 17 00:00:02 zammad-server systemd-entrypoint[25853]: at org.elasticsearch.ingest.IngestService.innerExecute(IngestService.java:857)
May 17 00:00:02 zammad-server systemd-entrypoint[25853]: at org.elasticsearch.ingest.IngestService.executePipelines(IngestService.java:701)
May 17 00:00:02 zammad-server systemd-entrypoint[25853]: at org.elasticsearch.ingest.IngestService.access$000(IngestService.java:83)
May 17 00:00:02 zammad-server systemd-entrypoint[25853]: at org.elasticsearch.ingest.IngestService$3.doRun(IngestService.java:663)
May 17 00:00:02 zammad-server systemd-entrypoint[25853]: at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:777)
May 17 00:00:02 zammad-server systemd-entrypoint[25853]: at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)
May 17 00:00:02 zammad-server systemd-entrypoint[25853]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
May 17 00:00:02 zammad-server systemd-entrypoint[25853]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
May 17 00:00:02 zammad-server systemd-entrypoint[25853]: at java.base/java.lang.Thread.run(Thread.java:1623)