I am running a cluster with one master node and three slaves. Just got hold of a tutorial code from Git that runs an adhoc framework written in Java, nothing fancy. All I am getting is " Executor asked to shutdown" and the code exits gracefully, no exceptions. I am trying to put some logging statements in all the callback functions, but looks like the Executors are invoked but never run. Any clues on how to debug this? I am running Mesos 0.21 and JDK 1.7.55.
Regards Srinivas

