Closed vshlapakov closed 9 years ago
@vshlapakov thank u for ur PR. I think it would be better if we filter out 'log_replicas' from children
.
@vshlapakov 003688ae should fix this bug, please let me know if sth. is not right.
@windreamer Yeah, it's even better, thanks! :+1:
For Mesos high-availability mode at ZK
/mesos
path could be an additional entrylog_replicas
,pymesos
detects it as new master node and tries to connect to0.0.0.0:5050
url as a result. It could lead to an incorrect set of master nodes, and the framework failure.Some kind of confirmation is here.
The fix adds a simple check for
log_replicas
entry. Check it please and let me know if I missed smth.