You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jie Yu (JIRA)" <ji...@apache.org> on 2015/02/18 21:25:12 UTC

[jira] [Created] (MESOS-2371) Removing internal namespace for protobufs results in incompatible upgrade

Jie Yu created MESOS-2371:
-----------------------------

             Summary: Removing internal namespace for protobufs results in incompatible upgrade
                 Key: MESOS-2371
                 URL: https://issues.apache.org/jira/browse/MESOS-2371
             Project: Mesos
          Issue Type: Bug
            Reporter: Jie Yu
            Priority: Blocker


This bug is introduced this ticket:
https://issues.apache.org/jira/browse/MESOS-2272

where we removed internal namespace for all our protobuf messages. For example: mesos::internal::AuthenticateMessage -> mesos::AuthenticateMessage

As a result, the new master/slave (0.22.0) will drop all messages from old master/slave (0.21.0) because the protobuf message type name does not match.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)