Closed adiholden closed 4 days ago
how it affects slow invocations? in other words why conn pointer is relevant to slowlog?
how it affects slow invocations? in other words why conn pointer is relevant to slowlog?
we have this condition conn != nullptr in which we do not enter the slowlog checks if conn is null. But I cant tell which flows have conn = nullptr
The bug: slow invocations where not written to slowlog The fix: extract the relevant connection pointer from context on squashing