Open agsh-yb opened 1 month ago
It is observed that create objects on target it taking long and it's failing with
db_dr_col_2=# CREATE UNIQUE INDEX table_col_unique_index ON employees_col(id, age ) WITH (COLOCATION_ID = 16386);
ERROR: timed out waiting for postgres backends to catch up
DETAIL: 1 backends on database 16641 are still behind catalog version 8.
HINT: Run the following query on all tservers to find the lagging backends: SELECT * FROM pg_stat_activity WHERE catalog_version < 8 AND datid = 16641;
Time: 300139.170 ms (05:00.139)
Jira Link: DB-12840
Description
Version: 2.23.1.0-b183
Deterministic Attached support bundles on Jira
Steps to repro:
Target
Source
Issue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information