Ilia Demianenko

Results 10 issues of Ilia Demianenko

Steps to reproduce: 1. Open a folder in ST4 2. Press the `toggle_terminus_panel` shortcut, the panel opens 3. Start typing 4. Key presses don't register because the entire Sublime Text...

We need better visibility into the impacts of a deployment on large customers. When we reconnect to a busy PG instance, there can be five phases: 1. Scrubbing the WAL...

Remove the need for passing environment variables when running e2e locally - [x] PG->CH - [ ] MySQL->CH - [ ] Mongo->CH

Another attempt as CI keeps getting canceled on #3607 Chasing DB errors is getting ridiculous lately, adding spew logging that looks like this: ``` (*utils.connectionError)({ message: (string) (len=25) "connection pool...

One customer is happy with most of the columns in a table getting mapped to defaults but also some booleans where null should be different from false

Introduce a config that allows to disable the CDC store (default behavior doesn't change). Disabling it frees up 75% of RAM for CDC proper for the ClickHouse target on loaded...

Track snapshot/sync/normalize/slot lag status in a granular way - sync and normalize can fail and recover independently, QRep runs and partitions can fail and recover independently. It will eventually get...

Steps to reproduce: 1. `create table test_box (id serial primary key, b box[]);` 2. Create a mirror with `test_box` as a source 3. `insert into test_box(b) values(array['((3,3),(1,1))','((6,6),(4,4))']::box[]);` 4. Row doesn't...

Steps to reproduce: 1. `create table test_inet(id serial primary key, i inet);` 2. `insert into test_inet(i) values('10.0.0.0/32'::inet);` 3. Create a mirror from this PG into ClickHouse 4. `insert into test_inet(i)...

### Component(s) processor/k8sattributes ### Describe the issue you're reporting We're running otel-collector in a pretty big k8s cluster with 16.7K replica sets. Recently we had to bump memory limits from...

enhancement
processor/k8sattributes
never stale
component-stability-phase-1