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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
Markus Kinzler created IGNITE-7176:
--------------------------------------

             Summary: 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
            Reporter: Markus Kinzler


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
(v6.4.14#64029)