[Jepsen] [YSQL] Postgres processes leftover when using LXC nodes #4577
Labels
area/ysql
Yugabyte SQL (YSQL)
kind/bug
This issue is a bug
kind/failing-test
Tests and testing infra
priority/medium
Medium priority issue
Jira Link: DB-2487
This is very similar to #2075, but is only reproducible when using LXC nodes instead of real nodes.
Using the same steps as described in #2075 (except not using real nodes), logging number of postgres processes via
ps aux | grep postgres | wc -l
hourly using cron job, and killing all withsudo pkill -9 postgres
before starting Jepsen run, I observed number ofpostgres
processes on a host node rising from 30 to 800, with number of per-LXCpostgres
processes increasing from 7 to 180.Most of those processes were stuck in
authentication
state, and some - inSELECT
orINSERT
. This is also different to the actual issue reported in #2075The text was updated successfully, but these errors were encountered: