Closed
Description
Build Scans:
- elasticsearch-intake #8611 / 7.17.23_bwc-snapshots
- elasticsearch-pull-request #27214 / 7.5.2_bwc
- elasticsearch-pull-request #27211 / 7.17.23_bwc-snapshots
- elasticsearch-intake #8600 / 7.17.23_bwc-snapshots
Reproduction Line:
./gradlew ":x-pack:qa:full-cluster-restart:v7.17.23#bwcTest" -Dtests.class="org.elasticsearch.xpack.restart.FullClusterRestartIT" -Dtests.method="testSingleDoc {cluster=OLD}" -Dtests.seed=BCB7E668AAAE6E4 -Dtests.bwc=true -Dtests.locale=ar-SD -Dtests.timezone=America/Denver -Druntime.java=22
Applicable branches:
main
Reproduces locally?:
N/A
Failure History:
See dashboard
Failure Message:
org.elasticsearch.client.WarningFailureException: method [PUT], host [http://[::1]:45803], URI [/testsingledoc/_doc/1?refresh=true], status line [HTTP/1.1 201 Created]
Warnings: [Disabling _field_names is not necessary because it no longer carries a large index overhead. Support for the `enabled` setting will be removed in a future major version. Please remove it from your mappings and templates.]
{"_index":"testsingledoc","_type":"_doc","_id":"1","_version":1,"result":"created","forced_refresh":true,"_shards":{"total":2,"successful":1,"failed":0},"_seq_no":0,"_primary_term":1}
Issue Reasons:
- [main] 4 failures in test testSingleDoc {cluster=OLD} (0.9% fail rate in 466 executions)
- [main] 3 failures in step 7.17.23_bwc-snapshots (4.4% fail rate in 68 executions)
- [main] 2 failures in pipeline elasticsearch-intake (9.5% fail rate in 21 executions)
- [main] 2 failures in pipeline elasticsearch-pull-request (4.1% fail rate in 49 executions)
Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.