Skip to content

[DocDB] Enable retrying read committed ddl transactions when transaction ddl feature is enabled #29450

@basavaraj29

Description

@basavaraj29

Jira Link: DB-19241

Description

Without transactional ddl, retry of RC ddl transaction goes through. But retry is disabled when transactional ddl is enabled (because rollback to savepoint + transaction ddl work was outstanding). Looks like we can enable it now though.

Below is the test which catches this discrepancy.

./yb_build.sh --cxx-test pgwrapper_pg_wait_on_conflict-test --gtest_filter PgWaitQueuesTestWithoutObjectLocking.TestDDLHaveWaitStartTimeSet

Issue Type

kind/bug

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions