Jonathan Halterman

Results 82 issues of Jonathan Halterman

`{Host}` should be escaped to `\{Host\}` else confluence is not happy.

I've hit on a few use cases for something like an error limiter that would allow through as many executions as possible so long as we stay below some recent...

enhancement
community feedback wanted

#### What this PR does Adds a new summary metric to compactor, `cortex_compactor_block_compaction_delay_seconds`, which is the time between a block being created/updated and it being successfully compacted. The motivation for...

Mimir ingesters can occasionally become bogged down logging high volumes of repeated errors, such as "out of bounds" errors. This could happen following a temporary outage of some ingesters. Ideally,...

squad/ingest
postmortem

I'm trying out go-concurrency-limits with a mixed workload, where RTT can vary (ex: from 10ms to 2 seconds, on rare occasion). Is there any general recommendation for these kind of...

Hitting `java.net.SocketException` on a new Eclipse / TestNG-eclipse install on a new machine... ### Plugin Version TestNG 6.11.0.201703011520 ### Other Software Eclipse Version: Neon.3 Release (4.6.3), Build id: 20170314-1500 JRE:...

f: launch

## We want to ensure high quality of the packages. Make sure that you've checked the boxes below before sending a pull request. - [x] I have read the [Contribution...

There's a small race condition in `BasicLifecycler` where concurrent calls to [`updateInstance`](https://github.com/grafana/dskit/blob/1725bcc1e9a19bcdc10c18df5ad433e3c5b22f0b/ring/basic_lifecycler.go#L438-L440) could cause a lost update if the ordering of calls changes after [`l.store.CAS`](https://github.com/grafana/dskit/blob/1725bcc1e9a19bcdc10c18df5ad433e3c5b22f0b/ring/basic_lifecycler.go#L400) and before updating [`l.currInstanceDesc`](https://github.com/grafana/dskit/blob/1725bcc1e9a19bcdc10c18df5ad433e3c5b22f0b/ring/basic_lifecycler.go#L439). Some...

bug

Create a separate module/dependency that can hydrate configuration objects (POJOs) from JSON / YAML configuration files.

enhancement