The current pymesos version (#a6a64bac50bf) doesn't work well for Mesos >=0.24 due to https://issues.apache.org/jira/browse/MESOS-3135 (ZK Mesos master data serialization with JSON instead of protocol buff).
The PR implements a necessary fix to parse ZK data properly for last Mesos versions.
Review, please, and let me know what do you think about it.
The current pymesos version (
#a6a64bac50bf
) doesn't work well for Mesos >=0.24 due to https://issues.apache.org/jira/browse/MESOS-3135 (ZK Mesos master data serialization with JSON instead of protocol buff).The PR implements a necessary fix to parse ZK data properly for last Mesos versions.
Review, please, and let me know what do you think about it.