Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Transforms] IndexNotFoundException in GetCheckpoint #108418

Closed
prwhelan opened this issue May 8, 2024 · 1 comment · Fixed by #108517
Closed

[Transforms] IndexNotFoundException in GetCheckpoint #108418

prwhelan opened this issue May 8, 2024 · 1 comment · Fixed by #108517
Labels
>bug :ml/Transform Transform Team:ML Meta label for the ML team

Comments

@prwhelan
Copy link
Member

prwhelan commented May 8, 2024

Description

[<>] uncaught exception in thread [elasticsearch[<>][<>][<>]]
org.elasticsearch.index.IndexNotFoundException: no such index [<>]
	at org.elasticsearch.indices.IndicesService.indexServiceSafe(IndicesService.java:570) ~[elasticsearch-8.12.2.jar:?]
	at org.elasticsearch.xpack.transform.action.TransportGetCheckpointNodeAction.getGlobalCheckpoints(TransportGetCheckpointNodeAction.java:86) ~[?:?]
	at org.elasticsearch.xpack.transform.action.TransportGetCheckpointAction.getCheckpointsFromNodes(TransportGetCheckpointAction.java:239) ~[?:?]
	at org.elasticsearch.xpack.transform.action.TransportGetCheckpointAction.lambda$resolveIndicesAndGetCheckpoint$1(TransportGetCheckpointAction.java:147) ~[?:?]
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:62) ~[elasticsearch-8.12.2.jar:?]
	at org.elasticsearch.action.ActionListener$2.onFailure(ActionListener.java:186) ~[elasticsearch-8.12.2.jar:?]
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:62) ~[elasticsearch-8.12.2.jar:?]
	at org.elasticsearch.action.ActionListenerImplementations.safeOnFailure(ActionListenerImplementations.java:73) ~[elasticsearch-8.12.2.jar:?]
	at org.elasticsearch.action.DelegatingActionListener.onFailure(DelegatingActionListener.java:27) ~[elasticsearch-8.12.2.jar:?]
	at org.elasticsearch.action.support.ContextPreservingActionListener.onFailure(ContextPreservingActionListener.java:39) ~[elasticsearch-8.12.2.jar:?]
	at org.elasticsearch.tasks.TaskManager$1.onFailure(TaskManager.java:214) ~[elasticsearch-8.12.2.jar:?]
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:62) ~[elasticsearch-8.12.2.jar:?]
	at org.elasticsearch.action.ActionListenerImplementations.safeOnFailure(ActionListenerImplementations.java:73) ~[elasticsearch-8.12.2.jar:?]
	at org.elasticsearch.action.DelegatingActionListener.onFailure(DelegatingActionListener.java:27) ~[elasticsearch-8.12.2.jar:?]
	at org.elasticsearch.action.support.ContextPreservingActionListener.onFailure(ContextPreservingActionListener.java:39) ~[elasticsearch-8.12.2.jar:?]
@prwhelan prwhelan added >bug :ml/Transform Transform Team:ML Meta label for the ML team labels May 8, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/ml-core (Team:ML)

prwhelan added a commit to prwhelan/elasticsearch that referenced this issue May 10, 2024
IndexService.indexServiceSafe can throw an IndexNotFoundException while
getting the Global Checkpoints. TransportGetCheckpointNodeAction will
now forward that exception to the listener.

Fix elastic#108418
prwhelan added a commit that referenced this issue May 13, 2024
IndexService.indexServiceSafe can throw an IndexNotFoundException while getting the Global Checkpoints.
In theory, any exception in TransportGetCheckpointNodeAction should be forwarded to the listener.

Fix #108418
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :ml/Transform Transform Team:ML Meta label for the ML team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants