You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladislav Pyatkov (JIRA)" <ji...@apache.org> on 2017/08/04 14:25:00 UTC

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

Vladislav Pyatkov created IGNITE-5941:
-----------------------------------------

             Summary: 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
            Reporter: Vladislav Pyatkov


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)