You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Mikhail Petrov (Jira)" <ji...@apache.org> on 2021/01/18 17:58:00 UTC

[jira] [Created] (IGNITE-14015) Tracing SQL: tracing of SELECT queries causes incorrect span inheritance

Mikhail Petrov created IGNITE-14015:
---------------------------------------

             Summary: Tracing SQL: tracing of SELECT queries causes incorrect span inheritance
                 Key: IGNITE-14015
                 URL: https://issues.apache.org/jira/browse/IGNITE-14015
             Project: Ignite
          Issue Type: Bug
            Reporter: Mikhail Petrov
            Assignee: Mikhail Petrov


Execution of SELECT queries with tracing enabled leaves span related to this query in MTC#span variable for user thread. So the trace of next operation from the user thread will be inherited from span related to previous query execution. We must clear MTC#span thread local variable after query execution ends.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)