You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still investigating, but the main error from the upgrade logs is:
pg_restore: while PROCESSING TOC:
pg_restore: from TOC entry 2808; 1259 16402 INDEX XXXXidx yugabyte
pg_restore: error: could not execute query: ERROR: could not serialize access due to concurrent update
Command was: CREATE INDEX "XXXXidx" ON "public"."XXXX" USING "lsm" ("id" HASH, "YYYY" ASC);
Seems possibly timing-related. The error occurs with 2-core nodes and not with 8-core nodes.
Jira Link: DB-13949
Description
Still investigating, but the main error from the upgrade logs is:
Seems possibly timing-related. The error occurs with 2-core nodes and not with 8-core nodes.
Could it be related to #24727?
Issue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information
The text was updated successfully, but these errors were encountered: