You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vyacheslav Koptilin (Jira)" <ji...@apache.org> on 2020/02/10 16:47:00 UTC

[jira] [Created] (IGNITE-12656) Cleanup GridCacheProcessor from functionality not related to its responsibility

Vyacheslav Koptilin created IGNITE-12656:
--------------------------------------------

             Summary: Cleanup GridCacheProcessor from functionality not related to its responsibility
                 Key: IGNITE-12656
                 URL: https://issues.apache.org/jira/browse/IGNITE-12656
             Project: Ignite
          Issue Type: Improvement
    Affects Versions: 2.8
            Reporter: Vyacheslav Koptilin
            Assignee: Vyacheslav Koptilin
             Fix For: 2.9


Currently, we have a couple of functionality in GridCacheProcessor not directly related to its responsibility, like:
* initQueryStructuresForNotStartedCache
* addRemovedItemsCleanupTask
* setTxOwnerDumpRequestsAllowed
* longTransactionTimeDumpThreshold
* transactionTimeDumpSamplesCoefficient
* longTransactionTimeDumpSamplesPerSecondLimit
* broadcastToNodesSupportingFeature
* LocalAffinityFunction
* RemovedItemsCleanupTask
* TxTimeoutOnPartitionMapExchangeChangeFuture
* enableRebalance

We need to move them to the right places and make GridCacheProcessor code cleaner.



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