You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2020/02/19 00:35:26 UTC

[GitHub] [hadoop] smengcl commented on a change in pull request #1846: HADOOP-15566. Support Opentracing

smengcl commented on a change in pull request #1846: HADOOP-15566. Support Opentracing
URL: https://github.com/apache/hadoop/pull/1846#discussion_r381016157
 
 

 ##########
 File path: hadoop-common-project/hadoop-common/src/main/proto/RpcHeader.proto
 ##########
 @@ -91,6 +91,7 @@ message RpcRequestHeaderProto { // the header for the RpcRequest
   optional RPCTraceInfoProto traceInfo = 6; // tracing info
   optional RPCCallerContextProto callerContext = 7; // call context
   optional int64 stateId = 8; // The last seen Global State ID
+  optional bytes spanContext = 9; // OpenTracing SpanContext
 
 Review comment:
   I'm moving it to `RPCTraceInfoProto` instead.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org