marqo icon indicating copy to clipboard operation
marqo copied to clipboard

Handling indexNotFoundError in populate cache

Open pandu-k opened this issue 1 year ago • 1 comments

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Bug fix

  • What is the current behavior? (You can also link to an open issue here) If an index mappings aren't retrievable, after get_indices on startup, Marqo can crash preventing proper startup

  • What is the new behavior (if this is a feature change)? If an index mappings aren't retrievable, after get_indices on startup, Marqo simply ignores that index and moves on

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) No

  • Have unit tests been run against this PR? (Has there also been any additional testing?) No. Test to make: concurrency test, testing for the failure scenario

  • Please check if the PR fulfills these requirements

  • [ ] The commit message follows our guidelines
  • [ ] Tests for the changes have been added (for bug fixes/features)
  • [ ] Docs have been added / updated (for bug fixes / features)

pandu-k avatar Jun 22 '23 03:06 pandu-k

TODO: Finish tests

vicilliar avatar Oct 26 '23 05:10 vicilliar

Stale

farshidz avatar Sep 06 '24 04:09 farshidz