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 2021/01/19 12:18:00 UTC

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

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

Taras Ledkov updated IGNITE-14015:
----------------------------------
    Fix Version/s: 2.10

> 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
>            Priority: Critical
>             Fix For: 2.10
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)