Travis Patterson

Results 10 issues of Travis Patterson

To help protect the system from a situation where deletes take too long and block compaction, this PR introduces timeouts to the deletion process. As part of retention, all chunks...

size/L
type/docs

An interface for deletion limits was added that means we don't need to use `retention.Limits` here anymore. It also means we don't have to convert between limit types in the...

size/S

`c.getErr` can return before slow writes complete. If there is more than one write and those writes result in errors, the second write blocks on a full `errCh`. The result...

Storage
customer-reported

This PR provides the facility for plugin developers to build, run, and connect to their plugins for the purposes of integration testing. Example usage: https://github.com/MasslessParticle/caic-datasource/blob/main/pkg/integration/integration_test.go

As discussed during the caching retro, this PR removes the experimental distributed cache based on Mailgun's fork of groupcache.

size/XXL
type/docs

This PR introduces an API on the Ingester that reports all current streams in memory and their current rate in bytes/second. The reponse from the API contains a slice of...

size/XXL

This commit reports a change in code coverage but only docs were changed: https://github.com/grafana/loki/pull/7145#issuecomment-1246658190 The last time this happened, it meant that we had accidental coverage of some part of...

The facilitate changing parsing behavior in the distributor, this PR adds the ability to wrap the existing log parsers. It also exports the push stats so they're accessible to the...

size/L

This change adds a property that allows the user to configure a non-standard image to be used as the `node-image`. We needed to pull a node image from a corporate...

We received the following issue in the cf-for-k8s project: https://github.com/cloudfoundry/cf-for-k8s/issues/585 It looks like Startos relies on the [Firehose v1 API](https://github.com/cloudfoundry/stratos/blob/1d1827104917a01ea8d42dc0e61da77b45a97228/src/jetstream/plugins/cloudfoundry/cf_websocket_streams.go) from the cf-on-vms project. Cf-for-k8s does not implement the Firehose...

community