Jackie-Jiang opened a new pull request, #17206: URL: https://github.com/apache/pinot/pull/17206
Do not use request id as trace id because request id is not guaranteed to be unique across all server requests. E.g. for multi-stage query, one query can be split into multiple server requests, all with same request id and stage id. Instead of using request id as trace id, trace id can be maintained within `TraceContext` completely, where we can simply generate a new id for each trace instance. ## Incompatible `Tracer.register(long requestId);` is changed to `Tracer.register();` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
