You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2020/06/26 18:52:00 UTC

[jira] [Updated] (IGNITE-9270) Design thread per partition model

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

Aleksey Plekhanov updated IGNITE-9270:
--------------------------------------
    Fix Version/s:     (was: 2.9)

> Design thread per partition model
> ---------------------------------
>
>                 Key: IGNITE-9270
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9270
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: cache
>            Reporter: Pavel Kovalenko
>            Assignee: Pavel Kovalenko
>            Priority: Major
>              Labels: thread-per-partition
>
> A new model of executing cache partition operations (READ, CREATE, UPDATE, DELETE) should satisfy following conditions
> 1) All modify operations (CREATE, UPDATE, DELETE) on some partition must be performed by the same thread. 
> 2) Read operations can be executed by any thread.
> 3) Ordering of modify operations on primary and backup nodes should be same.
> We should investigate performance if we choose dedicated executor service for such operations, or we can use a messaging model to use network threads to perform such operations.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)