You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Scherbakov (Jira)" <ji...@apache.org> on 2021/11/17 10:42:00 UTC

[jira] [Updated] (IGNITE-15932) Implement storage for locks

     [ https://issues.apache.org/jira/browse/IGNITE-15932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Scherbakov updated IGNITE-15932:
---------------------------------------
    Environment: 
Currently locks are stored in the heap and can take unlimited amount of memory.

Need to implement storage for a locks with a configurable limits. It can even store locks off-heap of use disk spilling.

Lock attempt must fail if a storage is overflowed.

 

  was:
Currently locks are stored in the heap and can take unlimited amount of memory.

Need to implement storage for a locks with a configurable limits. It can even store locks off-heap of use disk spilling.


> Implement storage for locks
> ---------------------------
>
>                 Key: IGNITE-15932
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15932
>             Project: Ignite
>          Issue Type: Improvement
>         Environment: Currently locks are stored in the heap and can take unlimited amount of memory.
> Need to implement storage for a locks with a configurable limits. It can even store locks off-heap of use disk spilling.
> Lock attempt must fail if a storage is overflowed.
>  
>            Reporter: Alexey Scherbakov
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)