Hi again list. Mesos 0.24 C++ Framework (still using the Protobufs based comms, not REST)
My framework appears to be holding onto offers (somehow) from tasks that are finished!? I don't understand why. The task comprises of a shell command that executes within a docker container. The return code to the OS from the shell command is indeed zero for success, which Mesos honours and transitions to TASK_FINISHED state. However, using the UI these still register as 'active' (though acknowledged as FINISHED) and thus the resources are not yet freed. Any pointers appreciated! Cheers, Jim -- Senior Code Pig Industrial Light & Magic

