Please answer these questions before submitting your issue. - Why do you submit this issue? - [ ] Question or discussion - [ ] Bug - [x] Requirement - [ ] Feature or performance improvement ___ ### Requirement or improvement The picture below is from a tracing in Sharding-Sphere:
 There are 4 threads appear in this tracing: the main thread, Sharding-Sphere-0, Sharding-Sphere-1, Sharding-Sphere-2. The tracing order in main thread is correct: parsing -> getConnection -> executeSQL -> close. But it's disordered between threads: Sharding-Sphere-0, Sharding-Sphere-1, Sharding-Sphere-2 should happen after getConnection while before close. I believe skywalking didn't sort tracing beween threads, and this kind of sort is the requirement. [ Full content available at: https://github.com/apache/incubator-skywalking/issues/1657 ] This message was relayed via gitbox.apache.org for [email protected]
