[
https://issues.apache.org/jira/browse/IGNITE-25283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denis Chudov updated IGNITE-25283:
----------------------------------
Description:
In case of empty assignments SQL engine will throw "Mandatory nodes was
excluded from mapping: []". In order to eliminate this non-empty assignments
awaiting is needed, meaning that it's reasonable to substitute
placementDriver.getAssignments with placementDriver.awaitNonEmptyAssignments.
*Definition of done*
AssignmentsPlacementDriver interface extended with awaitNonEmptyAssignments and
usages of getAssignments in SQL are replaced with awaitNonEmptyAssignments.
was:
In case of empty assignments SQL engine will throw "Mandatory nodes was
excluded from mapping: []". In order to eliminate this non-empty assignments
awaiting is needed, meaning that it's reasonable to substitute
placementDriver.getAssignments with placementDriver.awaitNonEmptyAssignments.
Definition of done
AssignmentsPlacementDriver interface extended withÂ
> Substitute PD.getAssignments with PD.awaitNonEmptyAssignments
> -------------------------------------------------------------
>
> Key: IGNITE-25283
> URL: https://issues.apache.org/jira/browse/IGNITE-25283
> Project: Ignite
> Issue Type: Improvement
> Reporter: Alexander Lapin
> Assignee: Denis Chudov
> Priority: Major
> Labels: ignite-3
>
> In case of empty assignments SQL engine will throw "Mandatory nodes was
> excluded from mapping: []". In order to eliminate this non-empty assignments
> awaiting is needed, meaning that it's reasonable to substitute
> placementDriver.getAssignments with placementDriver.awaitNonEmptyAssignments.
> *Definition of done*
> AssignmentsPlacementDriver interface extended with awaitNonEmptyAssignments
> and usages of getAssignments in SQL are replaced with
> awaitNonEmptyAssignments.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)