You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Markus Kinzler (JIRA)" <ji...@apache.org> on 2018/04/10 06:42:00 UTC

[jira] [Updated] (IGNITE-7176) SqlQuery does not always find matching entries

     [ https://issues.apache.org/jira/browse/IGNITE-7176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Kinzler updated IGNITE-7176:
-----------------------------------
    Priority: Critical  (was: Major)

> SqlQuery does not always find matching entries
> ----------------------------------------------
>
>                 Key: IGNITE-7176
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7176
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.3, 2.4
>            Reporter: Markus Kinzler
>            Priority: Critical
>         Attachments: sqlbug.zip
>
>
> When the @QuerySqlField annotation is put on a custom class, the sql query sometimes does not find the entry.
> With an cache of 100'000 entries, the problem occurs in about 50% of the test runs for 1 - 2 entries.
> When the entry is not found, no log statement is written and no exception is thrown, but the result is missing, despite beeing accessible via cache.get(key).
> Note that i could not reproduce the Issue when i rename the class LegaldocAcceptPk to TestEntityPk.
> A reproducible unit test is attached.



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