taklwu commented on code in PR #1428: URL: https://github.com/apache/ratis/pull/1428#discussion_r3191037751
########## ratis-client/src/main/java/org/apache/ratis/client/impl/RaftClientImpl.java: ########## @@ -26,6 +26,7 @@ import org.apache.ratis.client.retry.ClientRetryEvent; import org.apache.ratis.conf.Parameters; import org.apache.ratis.conf.RaftProperties; +import io.opentelemetry.context.Context; Review Comment: removed and make the call of Context.current() within TraceUtils -- 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]
