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

[BUG] Training fails when a no shards of train index are present on train node #205

Closed
jmazanec15 opened this issue Nov 12, 2021 · 0 comments
Assignees
Labels
bug Something isn't working v1.2.0 release

Comments

@jmazanec15
Copy link
Member

What is the bug?
Training fails when a no shards of training index are present on node performing training. This is because the VectorReader uses the IndicesService to look up mapping. The IndicesService only has information about indices which have shards present on that node. The solution is to replicate what is done in TrainingRequest.

@jmazanec15 jmazanec15 added bug Something isn't working v1.2.0 release labels Nov 12, 2021
@jmazanec15 jmazanec15 self-assigned this Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v1.2.0 release
Projects
None yet
Development

No branches or pull requests

1 participant