Hi

I am implementing a mesos framework, and have hit a strange issue that I can't 
make sense of. Intermittently, my framework will receive the registered 
message, and is shown as registered in the mesos ui. 

I never see any resource offer messages being processed by the framework, 
however, the mesos master indicates that it has offered resources to the 
framework (on the frameworks page in the ui). In this case, I only have one 
slave, and all the resources are apparently being consumed by the framework, so 
no tasks can be launched.

Anyone have an idea what the problem might be?

One thought I had, is that the MesosSchedulerDriver isn't expecting the 
scheduler implementation to process messages asynchronously, but I couldn't 
find any documentation indicating one way or the other. In my case, I'm using 
akka actors, and all the scheduler implementation does is dispatch a message.

Is this a possibility?

Thanks
Eli

Reply via email to