You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/07 14:36:00 UTC

[jira] [Commented] (IGNITE-5941) Index with long name stores incorrect

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

ASF GitHub Bot commented on IGNITE-5941:
----------------------------------------

GitHub user ilantukh opened a pull request:

    https://github.com/apache/ignite/pull/2408

    IGNITE-5941 : Fixed index name length restrictions.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-5941

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2408.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 #2408
    
----
commit ef081b334f38e0a4d0fcb653009d9cdf2ba3d83c
Author: Ilya Lantukh <il...@gridgain.com>
Date:   2017-08-07T14:33:09Z

    ignite-5941 : Fixed index name length restrictions.

----


> Index with long name stores incorrect
> -------------------------------------
>
>                 Key: IGNITE-5941
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5941
>             Project: Ignite
>          Issue Type: Bug
>          Components: persistence
>    Affects Versions: 2.1
>            Reporter: Vladislav Pyatkov
>            Assignee: Ilya Lantukh
>         Attachments: LongIndexNameTest.java
>
>
> SQL query by Index with long name return inconsistent result after cluster restart and recover from storage. At the same time a query by other index (with more shorter name) works correctly before and after recovery.
> For example long index name:
> {code}
> QueryIndex index = new QueryIndex("name", true, "COM.SBT.AZIMUTH_PSI.PUBLISHER.ENTITIES.PUB.PARTICLES.CARPORT#MODELCOM.SBT.AZIMUTH_PSI.PUBLISHER.ENTITIES.PUB.PARTICLES.CARPORT");
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)