Hi,
We have 9 node cluster with 3 nodes in each of the 3 regions. We have created geo partitioned tables, and when we execute analyze for the different tables on different nodes, then we encounter below error. These errors are random.
HINT: Set ‘ysql_beta_features’ yb-tserver gflag to true to suppress the warning for all beta features.
ysqlsh:analyze.sql:1: ERROR: could not serialize access due to concurrent update (query layer retry isn’t possible because data was already sent, if this is the read committed isolation (or) the first statement in repeatable read/ serializable isolation transaction, consider increasing the tserver gflag ysql_output_buffer_size)
DETAIL: Conflict with concurrently committed data. Value write after transaction start: doc ht ({ physical: 1748033399297059 }) >= read time ({ physical: 1748033124473148 }), key: SubDocKey(DocKey(CoTableId=4a1f0000-0000-0180-0030-000001000000, , [16640]), ): kConflict
CONTEXT: Catalog Version Mismatch: A DDL occurred while processing this query. Try again.
ysqlsh:analyze.sql:2: WARNING: ‘analyze’ is a beta feature!