zhengchenyu commented on code in PR #4311:
URL: https://github.com/apache/hadoop/pull/4311#discussion_r924006263
##########
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
+ map<string, int64> nameserviceStateIds = 9; // Last seen state IDs for
multiple nameservices.
Review Comment:
But it is not supported in my Mac. My proto compiler version as below:
```
% protoc --version
libprotoc 2.5.0
```
In github release,I found it is supported after v3.0.0-alpha-2. See link:
https://github.com/protocolbuffers/protobuf/releases?page=10
--
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]