Aleksandr Razumov

Results 106 issues of Aleksandr Razumov

Support distributed tables, i.e. deployments with 3x clickhouse shards.

enhancement

Design and implement multi-tenancy for oteldb. Example: 1. `tenant id` is `f(resource)` 2. On each request, callback to multi-tenancy system is initiated with `Cookie` value and replied with set of...

enhancement

https://github.com/oteldb/oteldb/actions/runs/18982963853/job/54219797812 ``` Download action repository 'actions/checkout@v5' (SHA:08c6903cd8c0fde910a37f88322edcfb5dd907a8) Download action repository 'actions/setup-go@v6' (SHA:44694675825211faa026b3c33043df3e48a5fa00) Download action repository 'actions/cache@v4' (SHA:0057852bfaa89a56745cba8c7296529d2fc39830) Error: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter...

Currently, tetragon is split into 3 modules: - `github.com/cilium/tetragon/pkg/k8s` - `github.com/cilium/tetragon/api` - `github.com/cilium/tetragon` Also, there is recursive dependency beteen `github.com/cilium/tetragon` and `github.com/cilium/tetragon/api`, and none of them are go-gettable because of...

**What happened**: ``` Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 6m27s default-scheduler Successfully assigned cilium/cilium-envoy-gxbkf to octo-worker Normal Pulling 6m27s kubelet Pulling image "quay.io/cilium/cilium-envoy:v1.34.7-1757592137-1a52bb680a956879722f48c591a2ca90f7791324@sha256:7932d656b63f6f866b6732099d33355184322123cfe1182e6f05175a3bc2e0e0"...

kind/bug

Migrate to `go tool` in docs.

documentation