[
https://issues.apache.org/jira/browse/IGNITE-22031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17846264#comment-17846264
]
Igor Sapego commented on IGNITE-22031:
--------------------------------------
Looks good to me.
> .NET: Thin 3.0: Remove DataStreamer.PartitionAssignmentUpdateFrequency
> ----------------------------------------------------------------------
>
> Key: IGNITE-22031
> URL: https://issues.apache.org/jira/browse/IGNITE-22031
> Project: Ignite
> Issue Type: Improvement
> Components: platforms, thin client
> Affects Versions: 3.0.0-beta1
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: .NET, ignite-3
> Fix For: 3.0.0-beta2
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Timer-based partition assignment check is not necessary.
> *Table.GetPartitionAssignmentAsync* is backed by a cache with a
> double-checked locking, and uses a *ValueTask*, so there is no overhead in
> case of unchanged assignment - we can call it as often as needed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)