Skip to content

Commit

Permalink
Add changelog and review feedback.
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Wilkie <tom@grafana.com>
  • Loading branch information
tomwilkie committed Apr 22, 2020
1 parent c139587 commit e150c3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -144,6 +144,7 @@ This is the first major release of Cortex. We made a lot of **breaking changes**
* [BUGFIX] Fixed etcd client keepalive settings. #2278
* [BUGFIX] Register the metrics of the WAL. #2295
* [BUXFIX] Experimental TSDB: fixed error handling when ingesting out of bound samples. #2342
* [BUGFIX] Fix gaps when querying ingesters with replication factor = 3 and 2 ingesters in the cluster. #2503

### Known issues

Expand Down
2 changes: 1 addition & 1 deletion pkg/distributor/distributor_test.go
Expand Up @@ -407,7 +407,7 @@ func TestDistributor_PushQuery(t *testing.T) {
// Run every test in both sharding modes.
for _, shardByAllLabels := range []bool{true, false} {

// Test with between 3 and 10 ingesters.
// Test with between 2 and 10 ingesters.
for numIngesters := 2; numIngesters < 10; numIngesters++ {

// Test with between 0 and numIngesters "happy" ingesters.
Expand Down

0 comments on commit e150c3d

Please sign in to comment.