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)