basho-labs / riak-mesos-legacy

DEPRECATED: An Apache Mesos framework for Riak KV. Do not run in production.
Apache License 2.0
37 stars 10 forks source link

Riak Mesos broken with Mesos 0.24.0 #82

Closed nqn closed 9 years ago

nqn commented 9 years ago

Following the detector changes in https://github.com/mesos/mesos-go/commit/a417dbaf942a87bf08f9dc9c5c8f7ec60176cf14 - we need to update godeps to point to a more recent sha of https://github.com/mesos/mesos-go/tree/master/detector

drewkerrigan commented 9 years ago

@nqn It looks like some proto files may need to be regenerated as well, we're getting this:

"../../mesos/mesos-go/mesosproto/log.pb.go:2197: undefined: proto.NewRequiredNotSetError" (https://travis-ci.org/basho-labs/riak-mesos/jobs/82040752)

drewkerrigan commented 9 years ago

Since mesos-go is under heavy development (in the next branch), We've removed mesos-go from godeps in favor of a manual build step when building our framework until the new version of mesos-go is stable.