[ 
https://issues.apache.org/jira/browse/HDFS-15790?focusedWorklogId=600929&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-600929
 ]

ASF GitHub Bot logged work on HDFS-15790:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 23/May/21 14:01
            Start Date: 23/May/21 14:01
    Worklog Time Spent: 10m 
      Work Description: vinayakumarb commented on a change in pull request 
#2767:
URL: https://github.com/apache/hadoop/pull/2767#discussion_r637551551



##########
File path: 
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine2.java
##########
@@ -495,6 +524,7 @@ private static ProtoClassProtoImpl 
getProtocolImpl(RPC.Server server,
        * it is.</li>
        * </ol>
        */
+      @SuppressWarnings("deprecation")

Review comment:
       This was to suppress javac warnings due to usage of 
{{ProtobufRpcEngine}} in {{ProtobufRpcEngine2}}. I have moved to new method, 
where this exact usage is present.




-- 
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:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 600929)
    Time Spent: 3.5h  (was: 3h 20m)

> Make ProtobufRpcEngineProtos and ProtobufRpcEngineProtos2 Co-Exist
> ------------------------------------------------------------------
>
>                 Key: HDFS-15790
>                 URL: https://issues.apache.org/jira/browse/HDFS-15790
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Critical
>              Labels: pull-request-available, release-blocker
>          Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> Changing from Protobuf 2 to Protobuf 3 broke some stuff in Apache Hive 
> project.  This was not an awesome thing to do between minor versions in 
> regards to backwards compatibility for downstream projects.
> Additionally, these two frameworks are not drop-in replacements, they have 
> some differences.  Also, Protobuf 2 is not deprecated or anything so let us 
> have both protocols available at the same time.  In Hadoop 4.x Protobuf 2 
> support can be dropped.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to