[
https://issues.apache.org/jira/browse/IGNITE-9980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16701819#comment-16701819
]
Sergey Antonov commented on IGNITE-9980:
----------------------------------------
[~v.pyatkov] I think, that method invocation more readable
{noformat}
corruptDataEntry(
storedSysCacheCtx.caches().get(0),
new GridCacheInternalKeyImpl("sq0", "default-ds-group"),
true,
false
);
{noformat}
then
{noformat}
corruptDataEntry(storedSysCacheCtx.caches().get(0), new
GridCacheInternalKeyImpl("sq0",
"default-ds-group"), true, false);
{noformat}
May be you apply my version?
> Modify ./control.sh --cache idle_verify --dump print to diff mode (user
> persistant only/user not-persistent only/system only) cache
> -----------------------------------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-9980
> URL: https://issues.apache.org/jira/browse/IGNITE-9980
> Project: Ignite
> Issue Type: Improvement
> Affects Versions: 2.6
> Reporter: ARomantsov
> Assignee: Vladislav Pyatkov
> Priority: Major
> Fix For: 2.8
>
>
> It will be cool , if control.sh --cache idle_verify can show
> persistent/not-persistent/system caches and it will be impliments due utility
> flag
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)