[
https://issues.apache.org/jira/browse/IGNITE-11292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16950091#comment-16950091
]
Sergei Ryzhov commented on IGNITE-11292:
----------------------------------------
https://github.com/apache/ignite/pull/6971
> 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
> Assignee: Sergei Ryzhov
> 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)