-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added unit test showing issue with large chunk in the block. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Make sure that large chunk is indeed created. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * If chunk is not fully fetched, fetch remaining data. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Added CHANGELOG.md entry. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Removed extra err parameter. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Removed extra t. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Removed extra tb. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com> * Reorder bucketChunkReader to show which fields mutex protects. Also document mutex usage. Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
- Loading branch information
Showing
3 changed files
with
186 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters