You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Taras Ledkov (JIRA)" <ji...@apache.org> on 2019/01/30 14:06:00 UTC

[jira] [Created] (IGNITE-11143) SQL: Warning about long query execution should be printed by timeout (now is printed after query finished)

Taras Ledkov created IGNITE-11143:
-------------------------------------

             Summary: SQL: Warning about long query execution should be printed by timeout (now is printed after query finished)
                 Key: IGNITE-11143
                 URL: https://issues.apache.org/jira/browse/IGNITE-11143
             Project: Ignite
          Issue Type: Bug
          Components: sql
    Affects Versions: 2.7
            Reporter: Taras Ledkov
            Assignee: Taras Ledkov
             Fix For: 2.8


Now the warning about the query execution time is too long is printed when the query is already finished. See {{IgniteH2Indexing#executeSqlQueryWithTimer}}. 

It looks strange: user has no information about really long query until it ends. In the worst case the info about infinite query is printed never.

The warning should be printed by timeout.
Additional info about query: lazy mode, distributed joins etc, should be printed with the warning.



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