[
https://issues.apache.org/jira/browse/IGNITE-22031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-22031:
------------------------------------
Description: 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.
> .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
>
>
> 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)