Friedrich Gonzalez

Results 36 issues of Friedrich Gonzalez

**Is your feature request related to a problem? Please describe.** Deprecate and later remove the heap ballast introduced in https://github.com/cortexproject/cortex/pull/1489 **Describe the solution you'd like** Since 1.19 we can use...

type/chore
keepalive

**Describe the bug** ``` --- FAIL: TestQuerierWithBlocksStorageRunningInMicroservicesMode/blocks_default_sharding,_ingester_gRPC_streaming_disabled,_inmemory_index_cache,thanosEngine=true (35.49s) ``` **To Reproduce** It happens randomly, for example https://github.com/cortexproject/cortex/pull/5305

type/flaky-test
keepalive

**Describe the bug** Grafana 8, 9 and 10 provide an alerting ui to edit alerts and recording rules in cortex. After upgrading to https://github.com/cortexproject/cortex/commit/0a1c112048b65b832c74d6611148181b424a7126 Grafana says the Ruler API is...

type/bug
component/rules

**Describe the bug** Configs: postgres auth fails after https://github.com/cortexproject/cortex/commit/1fed98a142b5077c3776e8d3def9992a8c8ae724 Configs is not ignoring the end line in password file anymore. **To Reproduce** Steps to reproduce the behavior: 1. Start Postgres...

type/bug
help wanted
difficulty/easy

**Describe the bug** After https://github.com/cortexproject/cortex/commit/da2ad99f2c258537701c2b427195029c838612df all the containers that depend on block storage resources hang on authorization failing to start. There is no message. it's necessary to specify the endpoint...

type/bug
help wanted
difficulty/easy
azure

**Is your feature request related to a problem? Please describe.** When recent blocks are uploaded directly to s3, queriers cannot immediately query them because of the -querier.query-store-after. Which is most...

type/feature
component/querier
keepalive
not-as-easy-as-it-looks

**Describe the bug** Cortex uses alpine as the base image. This image tends to have a number of CVEs associated, not related directly to cortex **Expected behavior** It should be...

type/security

I have run all cortex components for years without liveness probes. they are bad for store-gateways because it causes re-sharding if they are under pressure. Restarting store-gateways can take a...

enhancement

Most users using the helm chart have to specify a few things in the values.yaml to get their cortex to production ready status. We should create an alternate values file...

enhancement

**What this PR does**: Add experimental auth-gateway **Which issue(s) this PR fixes**: Fixes https://github.com/cortexproject/auth-gateway/issues/33 **Checklist** - [X] `CHANGELOG.md` updated - the order of entries should be `[CHANGE]`, `[FEATURE]`, `[ENHANCEMENT]`, `[BUGFIX]`

stale