client_state is shared between requests and tracing state is per request. It is not safe to use the former as a container for the later since a state can be overwritten prematurely by subsequent requests. (cherry picked from commit 31cf2434d6)
31cf2434d6