Alexey Kondratov

Results 21 issues of Alexey Kondratov

**Is your feature request related to a problem? Please describe.** Now foreground colour is black for light theme and white for dark by default. However, if one have dark wallpaper...

Compute hangs on `CREATE ROLE ...` for around 17 seconds. Reproduced well on staging and locally. See all logs bellow. Storage logs: ```log pageserver_1 | 2022-08-09T15:29:17.758172Z INFO tenant_create{tenant=a1684bf9828faf9b6b9a9db0a61c7ada}: created directory...

t/bug
c/storage

Noticed locally that safekeeper with one running, yet inactive, compute constantly writes in the log that it reads the control file: ``` safekeeper4_1 | 2022-07-26T16:44:04.359805Z INFO broker:{timeline=1ecb38997a16069b58ab742109cc5377}: loading control file...

t/bug
c/storage/safekeeper

Now it throws a weird error: ``` + valgrind --tool=memcheck --leak-check=no --time-stamp=yes --track-origins=yes --trace-children=yes --gen-suppressions=all --suppressions=/pg/testdir/postgresql/src/tools/valgrind.supp --suppressions=/pg/testdir/valgrind.supp --log-file=/tmp/valgrind-%p.log pg_ctl start -l /tmp/postgres.log -w 438valgrind: /pg/testdir/pg_bin/bin/pg_ctl: Operation not permitted ``` For...

I have added TCP-DS in a separate PR https://github.com/postgrespro/pg_query_state/pull/17, since it is difficult to do two huge things at once (migrating to [testgres](https://github.com/postgrespro/testgres) and adding TCP-DS). Although I still think...

There are two types of errors occurring from time to time when running docker tests. 1) Assertion failure with basic python tests: ``` test when two backends compete with each...

bug

Rework existing PR https://github.com/postgrespro/pg_query_state/pull/16 and migrate current python tests to [testgres](https://github.com/postgrespro/testgres) Postgres testing framework.

enhancement

There was a project on staging from September 7 created by periodic load https://console.stage.neon.tech/admin/operations?project_id=rough-queen-354759 Operation `create_timeline` failed on first attempt with error `pageserver responded with status 500`, but there were...

c/storage/pageserver
a/observability
c/storage

From time to time it may panic with: ``` thread 'compute-monitor' panicked at 'error retrieving column state: error deserializing column 0: a Postgres value was `NULL`', /usr/local/cargo/git/checkouts/rust-postgres-256bc9bc9b85f694/9eb0dbf/tokio-postgres/src/row.rs:150:25 note: run with...

t/bug
c/cloud/compute
p/cloud

Do some housekeeping after #1055: - [x] Integrate into zenith workspace - [x] zenithdb/console#487 - [ ] Get use of zenith_utils::logging - [ ] Isolate volatile fields from ComputeState into...

c/cloud/compute
t/Epic
a/tech_debt
p/cloud