Skip to content

[CI] SnapshotShutdownIT class failing #142805

@elasticsearchmachine

Description

@elasticsearchmachine

Build Scans:

Reproduction Line:

./gradlew ":server:internalClusterTest" --tests "org.elasticsearch.snapshots.SnapshotShutdownIT.testAbortSnapshotWhileRemovingNode" -Dtests.seed=C386A03E337F404A -Dtests.locale=ar-EG -Dtests.timezone=Europe/Jersey -Druntime.java=25

Applicable branches:
9.3

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

java.lang.AssertionError: All incoming requests on node [node_s2] should have finished. Expected 0 bytes for requests in-flight but got 195 bytes; pending tasks [[{
  "node" : "node_s2",
  "id" : 511,
  "type" : "transport",
  "action" : "internal:cluster/snapshot/update_snapshot_status",
  "description" : "",
  "start_time" : "2026-02-24T08:35:54.617Z",
  "start_time_in_millis" : 1771922154617,
  "running_time" : "1m",
  "running_time_in_nanos" : 65956644830,
  "cancellable" : false,
  "parent_task_id" : "d70eY-VYR7Snp71IlhU1_A:44",
  "headers" : { }
},{
  "node" : "node_s2",
  "id" : 39,
  "type" : "persistent",
  "action" : "health-node[c]",
  "status" : {
    "state" : "STARTED"
  },
  "description" : "id=health-node",
  "start_time" : "2026-02-24T08:35:48.196Z",
  "start_time_in_millis" : 1771922148196,
  "running_time" : "1.2m",
  "running_time_in_nanos" : 72377887681,
  "cancellable" : true,
  "cancelled" : false,
  "parent_task_id" : "cluster:1",
  "headers" : { }
}]]

Issue Reasons:

  • [9.3] 3 failures in class org.elasticsearch.snapshots.SnapshotShutdownIT (1.9% fail rate in 154 executions)
  • [9.3] 2 failures in pipeline elasticsearch-periodic (40.0% fail rate in 5 executions)

Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.

Metadata

Metadata

Labels

:Distributed/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIs>test-failureTriaged test failures from CITeam:DistributedMeta label for distributed team.needs:riskRequires assignment of a risk label (low, medium, blocker)

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions