[jira] [Created] (IGNITE-4120) Ignite.NET: documentation and example for deadlock-detection mechanism

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-4120) Ignite.NET: documentation and example for deadlock-detection mechanism

Anton Vinogradov (Jira)
Denis Magda created IGNITE-4120:
-----------------------------------

             Summary: Ignite.NET: documentation and example for deadlock-detection mechanism
                 Key: IGNITE-4120
                 URL: https://issues.apache.org/jira/browse/IGNITE-4120
             Project: Ignite
          Issue Type: Sub-task
          Components: platforms
            Reporter: Denis Magda
             Fix For: 1.8


Presently the documentation and example about the deadlock detection mechanism are missing on .NET side. Let's fill this gap.

- Documentation can be taken from Java side
https://apacheignite.readme.io/v1.7/docs/transactions#deadlock-detection-in-pessimistic-transactions

- The example scenario should be the following:
-- start two threads inside of Ignite.NET process;
-- each thread will start its own pessimistic transaction with timeout up to 10 seconds;
-- the transactions must get to a deadlock;
-- after the timeout expiration one of the transactions must succeed while the other must print out deadlock related information taking it from {{TransactionDeadlockException}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)