Hello,
It seems our cluster encountered an error this morning that impacted my transform job in continuous mode
Transform encountered an exception: [Search rejected due to missing shards.
I don't know exactly what happened.
Cluster status was yellow, but now it is green.
{
"status": "green",
"active_primary_shards": 2908,
"active_shards": 5833,
"relocating_shards": 4,
"initializing_shards": 0,
"unassigned_shards": 0,
"delayed_unassigned_shards": 0
}
But my transform job remains yellow since this morning 10:36am
"health": {
"status": "yellow",
"issues": [
{
"type": "transform_indexer_failed",
"issue": "Transform indexer failed",
"details": "org.elasticsearch.action.NoShardAvailableActionException: [node_name][ip_node:9300][indices:data/read/search[phase/query]]",
"count": 3,
"first_occurrence": 1727771679789
}
]
}
Last message 2024-10-01 10:36:33 in Kibana is
Transform encountered an exception: [org.elasticsearch.action.NoShardAvailableActionException: [node_name][ip_node:9300][indices:data/read/search[phase/query]]]; Will automatically retry [3/10]
How to reset properly the transform job ? Why this error does not disappear ?
Previously I did stop/restart to get green status on transform job but I don't know if it is a good idea!
Regards