Support check partition placement constraints when local transactions read data #21527
Closed
6 tasks
Labels
type/enhancement
The issue or PR belongs to an enhancement.
Development Task
Here is the detailed description: #21426 . This issue describe the implementation.
Implementation
To check the
txn-scope
constraint, we finally decide to check the txn-scope and the placement policy duringexecutorBuilder.build
function. If the executor read thedata
, the constraint should be checked duringbuild
.Here are the
Executor
we are going to add checking logic:The text was updated successfully, but these errors were encountered: