tobim

Results 18 issues of tobim

CAF defines the integer representation for the log levels with a step size of 3. This suggests that a downstream application can choose intermediate levels to allow for a finer...

feature request

When the index receives a new query it monitors the client so it can clean up related state in case said client quits early. Unfortunately this mechanism doesn't work in...

bug

### :memo: Checklist - [ ] All user-facing changes have changelog entries. - [ ] The changes are reflected on [docs.tenzir.com/vast](https://docs.tenzir.com/vast), if necessary. - [ ] The PR description contains...

enhancement

This is useful for projects that integrate FastFloat via `add_subdirectory`. In many cases the vendored FastFloat is not part of the public API and should not be exposed as such.

This adds a relatively simple role for deploying VAST to a Linux host with Ansible. It supports FHS-based distributions in general, but Debian and derivatives are tested the most. This...

feature

This is a proposal to add fault tolerance mechanisms to VAST. It's main contribution is a discussion about remodeling the `catalog` component on top of a distributed and fault tolerant...

rfc

The signature of the `getTexture` function changed and the calling code needs to be adapted. resolves #2284

This addition allows defining pipelines in `tenzir.yaml`. Configured pipelines will be started automatically with the node. Here is an example for how to use this functionality from `tenzir.yaml`: ``` pipelines:...

feature

This adds the `--uds` flag to the file input connector. If specified, a listening socket is created at at the path if no socket exists yet.

feature

### Rationale for this change When not bundling dependencies, `libarrow.a` depends on protobuf symbols if built with ORC or opentelemetry support. However this dependency was not looked up in ArrowConfig.cmake,...

Component: C++
awaiting change review