[
https://issues.apache.org/jira/browse/IGNITE-8499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16475944#comment-16475944
]
ASF GitHub Bot commented on IGNITE-8499:
----------------------------------------
GitHub user glukos opened a pull request:
https://github.com/apache/ignite/pull/4001
IGNITE-8499 validate_indexes command doesn't detect absent rows in ca…
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-8499
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4001.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4001
----
commit 10201032f5b59db22eba286ea3ff1bb9f39792fa
Author: Ivan Rakov <irakov@...>
Date: 2018-05-15T14:51:24Z
IGNITE-8499 validate_indexes command doesn't detect absent rows in cache
data tree
Signed-off-by: Ivan Rakov <[email protected]>
----
> validate_indexes command doesn't detect absent rows in cache data tree
> ----------------------------------------------------------------------
>
> Key: IGNITE-8499
> URL: https://issues.apache.org/jira/browse/IGNITE-8499
> Project: Ignite
> Issue Type: Bug
> Reporter: Ivan Rakov
> Assignee: Ivan Rakov
> Priority: Major
> Fix For: 2.6
>
>
> validate_indexes command performs lookup only in one direction:
> *if* something is present in cache data tree *then* it should be present in
> SQL indexes.
> We should perform lookup in reverse direction as well to ensure that indexes
> are correct.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)