This is an automated email from the ASF dual-hosted git repository.

shv pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 3c8a48e  HADOOP-17819. Add extensions to ProtobufRpcEngine 
RequestHeaderProto. Contributed by Hector Sandoval Chaverri. (#3242)
3c8a48e is described below

commit 3c8a48e681babe4038e49205624e7be183b3466e
Author: hchaverr <hchave...@linkedin.com>
AuthorDate: Tue Jul 27 13:26:34 2021 -0700

    HADOOP-17819. Add extensions to ProtobufRpcEngine RequestHeaderProto. 
Contributed by Hector Sandoval Chaverri. (#3242)
---
 .../hadoop-common/src/main/proto/ProtobufRpcEngine.proto               | 3 +++
 .../hadoop-common/src/main/proto/ProtobufRpcEngine2.proto              | 3 +++
 2 files changed, 6 insertions(+)

diff --git 
a/hadoop-common-project/hadoop-common/src/main/proto/ProtobufRpcEngine.proto 
b/hadoop-common-project/hadoop-common/src/main/proto/ProtobufRpcEngine.proto
index fa11313..f72cf1a 100644
--- a/hadoop-common-project/hadoop-common/src/main/proto/ProtobufRpcEngine.proto
+++ b/hadoop-common-project/hadoop-common/src/main/proto/ProtobufRpcEngine.proto
@@ -64,4 +64,7 @@ message RequestHeaderProto {
   
   /** protocol version of class declaring the called method */
   required uint64 clientProtocolVersion = 3;
+
+  /** protocol extensions */
+  extensions 1000 to max;
 }
diff --git 
a/hadoop-common-project/hadoop-common/src/main/proto/ProtobufRpcEngine2.proto 
b/hadoop-common-project/hadoop-common/src/main/proto/ProtobufRpcEngine2.proto
index 16ee880..c3023ec 100644
--- 
a/hadoop-common-project/hadoop-common/src/main/proto/ProtobufRpcEngine2.proto
+++ 
b/hadoop-common-project/hadoop-common/src/main/proto/ProtobufRpcEngine2.proto
@@ -64,4 +64,7 @@ message RequestHeaderProto {
 
   /** protocol version of class declaring the called method */
   required uint64 clientProtocolVersion = 3;
+
+  /** protocol extensions */
+  extensions 1000 to max;
 }

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to