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

[jira] [Created] (IGNITE-8473) Add option to enable/disable WAL for several caches with single command

Ivan Rakov created IGNITE-8473:
----------------------------------

             Summary: Add option to enable/disable WAL for several caches with single command
                 Key: IGNITE-8473
                 URL: https://issues.apache.org/jira/browse/IGNITE-8473
             Project: Ignite
          Issue Type: Improvement
            Reporter: Ivan Rakov
             Fix For: 2.6


API method for disabling WAL in IgniteCluster accepts only one cache name. Every call triggers exchange and checkpoints cluster-wide - it takes plenty of time to disable/enable WAL for multiple caches.
We should add option to disable/enable WAL for several caches with single command. 

New proposed API methods:
IgniteCluster.disableWal(Collection<String> cacheNames)
IgniteCluster.enableWal(Collection<String> cacheNames)



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