You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (JIRA)" <ji...@apache.org> on 2019/07/09 05:48:00 UTC

[jira] [Commented] (IGNITE-11967) control.sh validate_indexes SQL Index issue must contain information about cache group

    [ https://issues.apache.org/jira/browse/IGNITE-11967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16880949#comment-16880949 ] 

Ignite TC Bot commented on IGNITE-11967:
----------------------------------------

{panel:title=--&gt; Run :: All: Possible Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}MVCC PDS 2{color} [[tests 4|https://ci.ignite.apache.org/viewLog.html?buildId=4291316]]
* IgnitePdsMvccTestSuite2: IgnitePdsPartitionFilesDestroyTest.testPartitionFileDestroyCrashRecovery1

{color:#d04437}Queries 2{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=4291232]]
* IgniteBinaryCacheQueryTestSuite2: IgniteStableBaselineCacheQueryNodeRestartsSelfTest.testRestarts

{color:#d04437}ZooKeeper (Discovery) 3{color} [[tests 0 TIMEOUT , Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=4291300]]

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=4291321&amp;buildTypeId=IgniteTests24Java8_RunAll]

> control.sh validate_indexes SQL Index issue must contain information about cache group
> --------------------------------------------------------------------------------------
>
>                 Key: IGNITE-11967
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11967
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Kirill Tkalenko
>            Assignee: Kirill Tkalenko
>            Priority: Major
>             Fix For: 2.8
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> At the moment we have the following output in case of SQL index problems:
> {noformat}
> SQL Index [cache=union-module, idx=_key_PK] ValidateIndexesPartitionResult [consistentId=0.0.0.0:47500, sqlIdxName=_key_PK]
>  IndexValidationIssue [key=0, cacheName=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=0, cacheName=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=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=0, cacheName=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. We should print information about cache group too.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)