[ 
https://issues.apache.org/jira/browse/HADOOP-19843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18067027#comment-18067027
 ] 

ASF GitHub Bot commented on HADOOP-19843:
-----------------------------------------

pan3793 commented on code in PR #8350:
URL: https://github.com/apache/hadoop/pull/8350#discussion_r2965324932


##########
hadoop-common-project/hadoop-common/src/main/proto2-generated/org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.java:
##########
@@ -1,56 +1,39 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// This is class is added to source because for arm protoc 2.5.0 executable
-// is not available to generate the same code.
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: ProtobufRpcEngine.proto
+
 package org.apache.hadoop.ipc.protobuf;
 
 public final class ProtobufRpcEngineProtos {
   private ProtobufRpcEngineProtos() {}
   public static void registerAllExtensions(
       com.google.protobuf.ExtensionRegistry registry) {
   }
-  public interface RequestHeaderProtoOrBuilder
-      extends com.google.protobuf.MessageOrBuilder {
+  public interface RequestHeaderProtoOrBuilder extends
+      com.google.protobuf.GeneratedMessage.
+          ExtendableMessageOrBuilder<RequestHeaderProto> {
 
     // required string methodName = 1;
     /**
      * <code>required string methodName = 1;</code>
      *
      * <pre>
-     ** Name of the RPC method
+     ** Name of the RPC method 
      * </pre>
      */
     boolean hasMethodName();
     /**
      * <code>required string methodName = 1;</code>
      *
      * <pre>
-     ** Name of the RPC method
+     ** Name of the RPC method 

Review Comment:
   @steveloughran, yes, I just copied the generated code and committed it to 
git directly, without touching the file content.





> Regenerate tracked proto2 source code for non-x86_64 platforms
> --------------------------------------------------------------
>
>                 Key: HADOOP-19843
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19843
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 3.4.3
>            Reporter: Cheng Pan
>            Priority: Major
>              Labels: pull-request-available
>
> https://lists.apache.org/thread/4sn3bb2qo9vz2kqgblhx3wdc35fkc3bd



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to