You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Aditya Pathak (JIRA)" <ji...@apache.org> on 2019/08/19 02:45:00 UTC

[jira] [Created] (PHOENIX-5446) Support Protobuf shaded clients (thin + thick)

Aditya Pathak created PHOENIX-5446:
--------------------------------------

             Summary: Support Protobuf shaded clients (thin + thick)
                 Key: PHOENIX-5446
                 URL: https://issues.apache.org/jira/browse/PHOENIX-5446
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 5.0.0
            Reporter: Aditya Pathak
             Fix For: 5.1.0-cdh, 5.0.1, 5.1.1


Protobuf is one of the most commonly used mechanism for serialization. Almost all the components / services support shaded Protobuf. Hadoop 3.1.1 , HBase 2.0.2 etc have all moved to updated Protobuf 3.x. Unfortunately Protobug 3 is not backward compatible with Protobuf 2.

 

Phoenix is still using protobuf-java:2.5.0 . PHOENIX-2535 was a good step towards shading clients but excludes shading for protobuf.

 

It is definitely becoming very critical to upgrade protobuf as well as shade it to avoid future complexities. 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)