Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Throw errors returned by retrieveValuesAndFacets (#4966)
The error was being ignored and an empty response was being written because the condition in a case statement didn't exclude errors not equal to nil or ErrNoValue. This caused reads below the rollup Ts to succeed with an empty response when they should throw an error. The bug was triggered by running Jepsen tests with incremental rollups enabled. Fixes #4958
- Loading branch information