[
https://issues.apache.org/jira/browse/IGNITE-12405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16985394#comment-16985394
]
Pavel Tupitsyn commented on IGNITE-12405:
-----------------------------------------
After some consideration I'm inclined to remove the method instead of fixing
it. The functionality is somewhat niche and can be confusing, let's not add
this to .NET for now.
Additionally, found the same issue with WithAllowAtomicOpsInTx method. It is
already released in 2.7.x versions, so marked it [Obsolete] instead of removing.
> .NET: WithReadRepair does not work
> ----------------------------------
>
> Key: IGNITE-12405
> URL: https://issues.apache.org/jira/browse/IGNITE-12405
> Project: Ignite
> Issue Type: Bug
> Components: platforms
> Affects Versions: 2.8
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Blocker
> Labels: .NET
> Fix For: 2.8
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> WithReadRepair in .NET was partially implemented as part of IGNITE-10663,
> however:
> * It does not work due to missing Java part (no handling of
> CacheOp.WithReadRepair in PlatformCache)
> * There are no tests
> This new API is not in any release yet, so we should either fix it or remove
> from the public API.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)