[
https://issues.apache.org/jira/browse/IGNITE-11292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitry Sherstobitov updated IGNITE-11292:
-----------------------------------------
Description:
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}
was:
Following code doesn't work if cache is in cacheGroup:
{code}ignite.cluster().disableWal(cacheName){code}
cacheName == cacheName:
{code}
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}
Caused by: class org.apache.ignite.IgniteCheckedException: Cache doesn't exist:
cache_group_1
{code}
> 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
>
> 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}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)