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

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

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

Anton Vinogradov (Jira)
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)