Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[YSQL] ERROR: Timed out waiting kResponseSent, state: kRequestSent #22438

Open
1 task done
jasonyb opened this issue May 17, 2024 · 0 comments
Open
1 task done

[YSQL] ERROR: Timed out waiting kResponseSent, state: kRequestSent #22438

jasonyb opened this issue May 17, 2024 · 0 comments
Assignees
Labels
area/ysql Yugabyte SQL (YSQL) kind/bug This issue is a bug priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage
Projects

Comments

@jasonyb
Copy link
Contributor

jasonyb commented May 17, 2024

Jira Link: DB-11347

Description

Looking at internal detective, Java test org.yb.pgsql.TestPgRegressColocatedTablesWithTablespaces#testPgRegressColocatedTablesWithTablespaces used to fail 90% on alma8-gcc-fastdebug, alma8-clang17-release, alma8-clang17-release-aarch64 (mac12-clang-release-x86_64 and alma8-clang17-asan were fine) until somewhere between 015ba47..7de8ff7 (likely 1bbe619). From that point, it has been passing except one failure on test yb_colocated_tables_with_tablespaces in alma8-gcc-fastdebug (internal link):

SET SESSION ROLE user1;                                                         SET SESSION ROLE user1;
DROP TABLE s1.t1;                                                               DROP TABLE s1.t1;
-- Implicit tablegroup must be deleted since it has no tables                 | ERROR:  Timed out waiting kResponseSent, state: kRequestSent
SELECT COUNT(*) FROM pg_yb_tablegroup;                                        | ERROR:  Shutdown connection
 count                                                                        | PANIC:  ERRORDATA_STACK_SIZE exceeded
-------                                                                       | server closed the connection unexpectedly
     1                                                                        |         This probably means the server terminated abnormally
(1 row)                                                                       |         before or while processing the request.
                                                                              | connection to server was lost

Might be related to issue #21064.

Issue Type

kind/bug

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

  • I confirm this issue does not contain any sensitive information.
@jasonyb jasonyb added area/ysql Yugabyte SQL (YSQL) status/awaiting-triage Issue awaiting triage labels May 17, 2024
@jasonyb jasonyb added this to Backlog in YSQL via automation May 17, 2024
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ysql Yugabyte SQL (YSQL) kind/bug This issue is a bug priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage
Projects
YSQL
  
Backlog
Development

No branches or pull requests

3 participants