yugabyte / yugabyte-db

YugabyteDB - the cloud native distributed SQL database for mission-critical applications.
https://www.yugabyte.com
Other
9.02k stars 1.08k forks source link

[YSQL] yb::pggate::YBCInterruptPgGate() should only be invoked from the main thread #24960

Open timothy-e opened 3 days ago

timothy-e commented 3 days ago

Jira Link: DB-14096

Description

E1116 09:56:05.715483 1830416384 ybc_pggate.cc:525] void yb::pggate::YBCInterruptPgGate() should only be invoked from the main thread

Seeing some tests fail with this error.

The check was added by c60c7917cc0cb052ceebc2301d8a0491fe7f8022. the issue is possibly caused by a new thread being spawned without the correct signal handlers (WithMaskedYsqlSignals)

Issue Type

kind/failing-test

Warning: Please confirm that this issue does not contain any sensitive information