steveloughran commented on PR #4996:
URL: https://github.com/apache/hadoop/pull/4996#issuecomment-1276497357

   having just seen #2026 i'm not convinced we can remove protobuf2.5 off the 
classpath of anything using the RPC classes. There's a lot of internal probing 
for object types and dynamic choice of shaded/unshaded classes.
   
   It might be possible to pull out the code from the shared classes (server, 
rpcwritable...) so be confident that rpc clients only using the shaded 
libraries and the RpcEngine2 were safely isolated, but right now I am not 
convinced that is true. Certainly hdfs, mr and yarn servers and clients MUST 
export protobuf2, even if hadoop-common downgrades it.


-- 
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]

Reply via email to