[
https://issues.apache.org/jira/browse/IGNITE-11988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Tkalenko updated IGNITE-11988:
-------------------------------------
Description:
At the moment we have the following output in case of SQL index problems:
{noformat}
SQL Index
[cache=com.sbt.processing.replication.dpl.data.ReplicationApplyStateV1Entity_DPL_union-module,
idx=_key_PK] ValidateIndexesPartitionResult [consistentId=10.116.241.93:47500,
sqlIdxName=_key_PK]
IndexValidationIssue [key=678073218895971307,
cacheName=com.sbt.processing.replication.dpl.data.ReplicationApplyStateV1Entity_DPL_union-module,
idxName=_key_PK], class org.apache.ignite.IgniteCheckedException: Key is
present in SQL index, but can't be found in CacheDataTree.
IndexValidationIssue [key=2495557143516676100,
cacheName=com.sbt.processing.replication.dpl.data.ReplicationApplyStateV1Entity_DPL_union-module,
idxName=_key_PK], class org.apache.ignite.IgniteCheckedException: Key is
present in SQL index, but can't be found in CacheDataTree.
IndexValidationIssue [key=null,
cacheName=com.sbt.processing.replication.dpl.data.ReplicationApplyStateV1Entity_DPL_union-module,
idxName=_key_PK], class java.lang.AssertionError: itemId=9, directCnt=9,
indirectCnt=0, page=0001332300000112 [3883, 3669, 3456, 3242, 3029, 2815, 2602,
2386, 1747][][free=2101]
IndexValidationIssue [key=2760988046554825752,
cacheName=com.sbt.processing.replication.dpl.data.ReplicationApplyStateV1Entity_DPL_union-module,
idxName=_key_PK], class org.apache.ignite.IgniteCheckedException: Key is
present in SQL index, but can't be found in CacheDataTree.
{noformat}
We print info about cache name only.
Now shoud add group and cache id.
> control.sh validate_indexes SQL Index issue add information about group and
> cache id
> ------------------------------------------------------------------------------------
>
> Key: IGNITE-11988
> URL: https://issues.apache.org/jira/browse/IGNITE-11988
> Project: Ignite
> Issue Type: Improvement
> Reporter: Kirill Tkalenko
> Assignee: Kirill Tkalenko
> Priority: Major
> Fix For: 2.8
>
>
> At the moment we have the following output in case of SQL index problems:
> {noformat}
> SQL Index
> [cache=com.sbt.processing.replication.dpl.data.ReplicationApplyStateV1Entity_DPL_union-module,
> idx=_key_PK] ValidateIndexesPartitionResult
> [consistentId=10.116.241.93:47500, sqlIdxName=_key_PK]
> IndexValidationIssue [key=678073218895971307,
> cacheName=com.sbt.processing.replication.dpl.data.ReplicationApplyStateV1Entity_DPL_union-module,
> idxName=_key_PK], class org.apache.ignite.IgniteCheckedException: Key is
> present in SQL index, but can't be found in CacheDataTree.
> IndexValidationIssue [key=2495557143516676100,
> cacheName=com.sbt.processing.replication.dpl.data.ReplicationApplyStateV1Entity_DPL_union-module,
> idxName=_key_PK], class org.apache.ignite.IgniteCheckedException: Key is
> present in SQL index, but can't be found in CacheDataTree.
> IndexValidationIssue [key=null,
> cacheName=com.sbt.processing.replication.dpl.data.ReplicationApplyStateV1Entity_DPL_union-module,
> idxName=_key_PK], class java.lang.AssertionError: itemId=9, directCnt=9,
> indirectCnt=0, page=0001332300000112 [3883, 3669, 3456, 3242, 3029, 2815,
> 2602, 2386, 1747][][free=2101]
> IndexValidationIssue [key=2760988046554825752,
> cacheName=com.sbt.processing.replication.dpl.data.ReplicationApplyStateV1Entity_DPL_union-module,
> idxName=_key_PK], class org.apache.ignite.IgniteCheckedException: Key is
> present in SQL index, but can't be found in CacheDataTree.
> {noformat}
> We print info about cache name only.
> Now shoud add group and cache id.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)