trinity-1686a

Results 62 issues of trinity-1686a

### Describe the bug after upgrading aws sdk from 0.x to 1.x, we started seeing [stack overflows in our tests](https://github.com/quickwit-oss/quickwit/issues/4963). After investigation, it seems `aws_sdk_s3::config::endpoint::internals::resolve_endpoint` creates a rather large frame,...

bug
p3

#2449 starts rewriting ASTs so that "Must(Must(Query))" becomes simply "Must(Query)". We could add more rules like that. A few examples are provided in https://github.com/quickwit-oss/tantivy/pull/2449#pullrequestreview-2163232048

## Describe the bug TinyUFO may return a value when queried for a key that was never inserted when hash collides. ## ~~Pingora info~~ TinyUFO info Please include the following...

bug

when in the log view, it would be handy to be able to share a link to a specific log line (and its context?). This has been request [on fly...

enhancement

we currently use index with versions in their names. With index updates, we could just update indexes instead of creating new ones. In doing so, we must make sure we...

enhancement
otel

### Description part of work on #5445 small survey of our caches: - shortlived_cache: no eviction policy (bulk dropped on end of request) - partial_request_cache: previously LRU, now LRU or...

- add metric for how long a lock was held - when a log is held for too long, log which purpose it had - when waiting for too long,...

### Description add documentation on the known limitations when updating a doc mapping @rdettai i know you were surprised by a few things, please step in if you think I...

documentation

`splits` has 12 columns, while we filter based on most of these, we rarely need to fetch more than `split_id` `index_uid` and possibly `split_metadata_json`. We might reduce some postgres +...

enhancement