Closed aslanbakirov closed 8 years ago
mesosAgent.getState().getFrameworks().isEmpty() can return true if there is only marathon running, since marathon is also a framework. But what we are looking for is crate framework, that is why this check is fixed.
mesosAgent.getState().getFrameworks().isEmpty()
true
ack
mesosAgent.getState().getFrameworks().isEmpty()
can returntrue
if there is only marathon running, since marathon is also a framework. But what we are looking for is crate framework, that is why this check is fixed.