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] YSQL process is failed after rapid load of tables creation and load #22366

Closed
1 task done
pilshchikov opened this issue May 13, 2024 · 1 comment
Closed
1 task done
Labels
area/ysql Yugabyte SQL (YSQL) kind/bug This issue is a bug priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage

Comments

@pilshchikov
Copy link
Contributor

pilshchikov commented May 13, 2024

Jira Link: DB-11268

Description

Case:

  1. 3 nodes RF=3 cluster c6g.large instances
  2. Start cycle:
    2.1. Start SqlInserts workload, wait till load will be started
    2.2. Start SqlUpdates workload, wait till load will be started
    2.3. Start SqlDataLoad workload, wait till load will be started
    2.4. Start SqlSecondaryIndex workload, wait till load will be started
    2.5. Start SqlSnapshotTxns workload, wait till load will be started
    2.6. Start SqlForeignKeysAndJoins workload, wait till load will be started

After each 4 iterations will drop all tables created
On #8 iteration SqlForeignKeysAndJoins was failed to start on table creation step

2024-05-11 10:13:26,084 [main] ERROR SqlForeignKeysAndJoins - Failed to create tables
com.yugabyte.util.PSQLException: ERROR: Rpc timeout, passed: 16.479s, timeout: 15.000s, now: 5148.289s, last_read_time_: 5131.810s
	at com.yugabyte.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2675) ~[yb-stress-sample-apps-1.1.50.jar:?]
	at com.yugabyte.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2365) ~[yb-stress-sample-apps-1.1.50.jar:?]
	at com.yugabyte.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:355) ~[yb-stress-sample-apps-1.1.50.jar:?]
	at com.yugabyte.jdbc.PgStatement.executeInternal(PgStatement.java:490) ~[yb-stress-sample-apps-1.1.50.jar:?]
	at com.yugabyte.jdbc.PgStatement.execute(PgStatement.java:408) ~[yb-stress-sample-apps-1.1.50.jar:?]
	at com.yugabyte.jdbc.PgStatement.executeWithFlags(PgStatement.java:329) ~[yb-stress-sample-apps-1.1.50.jar:?]
	at com.yugabyte.jdbc.PgStatement.executeCachedSql(PgStatement.java:315) ~[yb-stress-sample-apps-1.1.50.jar:?]
	at com.yugabyte.jdbc.PgStatement.executeWithFlags(PgStatement.java:291) ~[yb-stress-sample-apps-1.1.50.jar:?]
	at com.yugabyte.jdbc.PgStatement.executeUpdate(PgStatement.java:265) ~[yb-stress-sample-apps-1.1.50.jar:?]
	at com.yugabyte.sample.apps.SqlForeignKeysAndJoins.createTablesIfNeeded(SqlForeignKeysAndJoins.java:101) [yb-stress-sample-apps-1.1.50.jar:?]
	at com.yugabyte.sample.Main.run(Main.java:174) [yb-stress-sample-apps-1.1.50.jar:?]
	at com.yugabyte.sample.Main.main(Main.java:89) [yb-stress-sample-apps-1.1.50.jar:?]

Happen on: 2.20.3.1-b2
But also reproduces on:
Screenshot 2024-05-13 at 16 29 22

In logs im seeing that Postgres process was restarted exactly in 10:13 timeframe. There is no FATAL or cores found
Logs and link on report result in jira task

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.
@pilshchikov pilshchikov added area/ysql Yugabyte SQL (YSQL) status/awaiting-triage Issue awaiting triage labels May 13, 2024
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels May 13, 2024
@pilshchikov
Copy link
Contributor Author

not reproducable anymore

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
None yet
Development

No branches or pull requests

2 participants