You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When setting enable-partial-results to no, running queries during cluster partition returns some results instead of generating an error.
To Reproduce
Start a CME cluster with 2+ shards
Create an index and ingest some vectors
Set enable-partial-results to no
Cause cluster partition where some shards are still OK and some are not
Run a query on one of the "good" shards
Expected behavior
Running the steps above will return some results, but this scenario should generate an error.