[jira] [Created] (IGNITE-2709) High contention on a cache key leads to high thread stack usage

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

[jira] [Created] (IGNITE-2709) High contention on a cache key leads to high thread stack usage

Anton Vinogradov (Jira)
Alexey Goncharuk created IGNITE-2709:
----------------------------------------

             Summary: High contention on a cache key leads to high thread stack usage
                 Key: IGNITE-2709
                 URL: https://issues.apache.org/jira/browse/IGNITE-2709
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: ignite-1.4
            Reporter: Alexey Goncharuk


Currently {{GridCacheMvccManager#onOwnerChanged}} callback notifies listeners synchronously. This means that the call stack size for a transaction commit is proportional to the size of MVCC candidates queue. On a big enough queue size this leads to a StackOverflowError (see the file attached).

I suggest the {{GridCacheMvccManager:158}} line be executed asynchronously after some (3-5) nested calls.

The change should be properly benchmarked.



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