Semyon Danilov created IGNITE-19913:
---------------------------------------

             Summary: Potential performance degradation in 
TableManager#createTableLocally
                 Key: IGNITE-19913
                 URL: https://issues.apache.org/jira/browse/IGNITE-19913
             Project: Ignite
          Issue Type: Bug
            Reporter: Semyon Danilov


In IGNITE-19778 a race condition was fixed in the createTableLocally method:
{code:java}
return allOf(createPartsFut, fireEvent(TableEvent.CREATE, new 
TableEventParameters(causalityToken, tableId)));
{code}

Earlier, createPartsFut was not necessary to be completed. However this can 
lead to a performance degradation. Need to rework



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to