This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed commit of the PR cortexproject#2022:
commit df8b95f Author: Bryan Boreham <bryan@weave.works> Date: Wed Jan 22 13:52:44 2020 +0000 Pass the correct flush reason to closeHead() Pass the reason from `shouldFlushChunk()` to `closeHead()`; sending `reasonImmediate` was a bug. We don't need to check `len(chunks)` is non-zero, since that would return `noFlush` from `shouldFlushSeries()`. Signed-off-by: Bryan Boreham <bryan@weave.works> commit 17c0c21 Author: Bryan Boreham <bryan@weave.works> Date: Wed Jan 22 13:45:22 2020 +0000 Make sure we return noFlush on an empty series Signed-off-by: Bryan Boreham <bryan@weave.works> Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
- Loading branch information