[
https://issues.apache.org/jira/browse/IGNITE-27815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-27815:
------------------------------------
Description:
See IGNITE-27814
Add something like this to JobTarget.cs:
{code}
public static IJobTarget<IPartition> Partition(IPartition partition) => new
PartitionTarget(partition);
internal sealed record PartitionTarget(IPartition Data) :
IJobTarget<IPartition>;
{code}
Then calculate *preferredNode* based on the provided partition.
was:See IGNITE-27814
> .NET: Add JobTarget.Partition
> -----------------------------
>
> Key: IGNITE-27815
> URL: https://issues.apache.org/jira/browse/IGNITE-27815
> Project: Ignite
> Issue Type: Improvement
> Components: compute ai3, platforms ai3
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: .NET, ignite-3, newbie
> Fix For: 3.2
>
>
> See IGNITE-27814
> Add something like this to JobTarget.cs:
> {code}
> public static IJobTarget<IPartition> Partition(IPartition partition) =>
> new PartitionTarget(partition);
> internal sealed record PartitionTarget(IPartition Data) :
> IJobTarget<IPartition>;
> {code}
> Then calculate *preferredNode* based on the provided partition.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)