This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix load_shards_from_disk/2
load_shards_from_disk/2 did not expect #ordered_shards to be returned from load_shards_from_disk/1. Since it uses a list comprehension the mistake is silently squashed, resulting in an empty list. In production this manifests are the occasional failure, where 'n' is calculated as 0, causing quorum reads to fail. The very next call succeeds as it reads the cached versions and correctly downcasts. BugzID: 20629
- Loading branch information