Skip to content

Allow parallel execution of child nodes if only read locks are acquired #2423

@leonard84

Description

@leonard84

Currently, child nodes are forced to SAME_THREAD execution if the parent has any locks.

If the parent only has READ locks, then it would be valid for the child nodes to execute concurrently. This would also alleviate the issues of #2038 and we partly have this logic already for the isolated execution of #2142

Deliverables

  • Don't force child nodes to SAME_THREAD execution if only READ locks are acquired

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions