Skip to content

[YSQL][SQLsmith] ERROR: Operation failed. Try again: [Operation failed. Try again (yb/tablet/transaction_participant.cc:296): Unknown transaction, could be recently aborted (pgsql error 40001)] #11226

@def-

Description

@def-

Jira Link: DB-866

Description

Sporadic SQLsmith failure during UPDATEs, can't reproduce:

CREATE TABLE test_yb (col int);

update public.test_yb set 
  col = public.test_yb.col
returning 
  public.test_yb.col as c0, 
  (select pg_catalog.max(amopstrategy) from pg_catalog.pg_amop)
     as c1, 
  (select pg_catalog.stddev_pop(heap_blks_read) from pg_catalog.pg_statio_user_tables)
     as c2, 
  public.test_yb.col as c3, 
  public.test_yb.col as c4, 
  public.test_yb.col as c5, 
  public.test_yb.col as c6;

Failed with:

ERROR:  Operation failed. Try again: [Operation failed. Try again (yb/tablet/transaction_participant.cc:296): Unknown transaction, could be recently aborted: 40d74095-d58f-40a6-83f5-8367f9503a10 (pgsql error 40001)]

Metadata

Metadata

Assignees

Labels

area/ysqlYugabyte SQL (YSQL)kind/bugThis issue is a bugkind/failing-testTests and testing infrapriority/mediumMedium priority issueqa_automationBugs identified via itest-system, LST, Stress automation or causing automation failures

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions