You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Anton Vinogradov (Jira)" <ji...@apache.org> on 2019/10/02 10:57:00 UTC

[jira] [Updated] (IGNITE-11292) There is no way to disable WAL for cache in group

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

Anton Vinogradov updated IGNITE-11292:
--------------------------------------
    Labels: newbie  (was: )

> There is no way to disable WAL for cache in group
> -------------------------------------------------
>
>                 Key: IGNITE-11292
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11292
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Dmitry Sherstobitov
>            Priority: Critical
>              Labels: newbie
>
> Following code doesn't work if cache is in a cacheGroup:
> {code:java}
> ignite.cluster().disableWal(cacheName){code}
> cacheName == cacheName:
> {code:java}
> Caused by: class org.apache.ignite.IgniteCheckedException: Cannot change WAL mode because not all cache names belonging to the group are provided [group=cache_group_1, missingCaches=[cache_group_1_005, cache_group_3_063, cache_group_1_003, cache_group_3_064, cache_group_1_004, cache_group_3_061, cache_group_3_062, cache_group_1_001, cache_group_1_002]]
> {code}
> cacheName == groupName:
> {code:java}
> Caused by: class org.apache.ignite.IgniteCheckedException: Cache doesn't exist: cache_group_1{code}
> Also there is no javadoc about this behaviour



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