Open shishir2001-yb opened 9 months ago
I made the following updates:
Excluded ysql_enable_db_catalog_version_mode
and allowed_preview_flags_csv=ysql_enable_db_catalog_version_mode
g-flags.
After updating, I attempted to run the sample app with only 1 thread. However, after more than 24 hours of continuous operation, the following error occurred:
ERROR: Perform RPC (request call id 674) to 172.151.39.244:9100 timed out after 602.000s."
@shishir2001-yb 's new finding suggest that this bug isn't unique to per-database catalog version mode. It is an existing bug even in the current (default) catalog version mode. In per-database catalog version mode, there are higher volume of DDLs executed because of concurrent DDL executions so the bug surfaced faster.
Updating title to reflect this is not specific to per-db mode.
Jira Link: DB-9564
Description
Tried on version: 2.21.0.0-xx(Was a custom build)
While running the Cross-DB Concurrent DDLs Sample app, many DDLs failed with the below error
Error :
ERROR: Perform RPC (request call id 140) to 172.151.30.169:9100 timed out after 602.000s
Update: This error also occurs in global catalog mode
List of DDLs :
Context:
Logs:
Issue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information