You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Kuznetsov (JIRA)" <ji...@apache.org> on 2018/05/24 18:53:00 UTC

[jira] [Created] (IGNITE-8609) SQL: Get rid of syncronization in mvcc processor.

Pavel Kuznetsov created IGNITE-8609:
---------------------------------------

             Summary: SQL: Get rid of syncronization in mvcc processor.
                 Key: IGNITE-8609
                 URL: https://issues.apache.org/jira/browse/IGNITE-8609
             Project: Ignite
          Issue Type: Task
          Components: sql
            Reporter: Pavel Kuznetsov
            Assignee: Igor Seliverstov


Currently we have to do synchronized actions in org/apache/ignite/internal/managers/communication/GridIoManager.java:1124 (org.apache.ignite.internal.managers.communication.GridIoManager#processRegularMessage) due to fails on nio thread on load.

We are able to optimize this code.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)