mesos / kafka

Apache Kafka on Apache Mesos
Apache License 2.0
414 stars 140 forks source link

Dynamic Reservations break the scheduler #145

Closed sargun closed 9 years ago

sargun commented 9 years ago

So, I’ve been testing with the Kafka framework - dynamic reservations - they were breaking the master version of the Kafka scheduler - the Kafka scheduler opportunistically accepts them because at the moment, they’re indiscernible from static reservations, but if you try to use them without setting the principal, things go awry.

I'm working on a solution in the persistence branch to this.

dmitrypekar commented 9 years ago

@sargun can you please check this against new release 0.9.3.0 (in which --volume support is added)? If it not happens anymore, can you plz close this ticket?