Slave requires MESOS_HOME to be set otherwise it dies after running python
example framework
--------------------------------------------------------------------------------------------
Key: MESOS-100
URL: https://issues.apache.org/jira/browse/MESOS-100
Project: Mesos
Issue Type: Bug
Components: slave
Environment: OS X 10.6.4
Reporter: Andy Konwinski
I'm running a Master and a Slave locally and I not setting MESOS_HOME in the
environment for the slave. Then I run the python example framework:
bin/examples/python/test_framework. The Slave dies after the python framework
finishes.
Output from Slave process:
I1212 14:18:12.933917 8286208 slave.cpp:398] Got assigned task 3 for framework
201112121417-0-0000
I1212 14:18:13.235129 8286208 slave.cpp:920] Status update: task 3 of framework
201112121417-0-0000 is now in state TASK_RUNNING
I1212 14:18:13.237223 8286208 slave.cpp:642] Got acknowledgement of status
update for task 3 of framework 201112121417-0-0000
I1212 14:18:14.235944 8286208 slave.cpp:920] Status update: task 3 of framework
201112121417-0-0000 is now in state TASK_FINISHED
I1212 14:18:14.239059 8286208 slave.cpp:642] Got acknowledgement of status
update for task 3 of framework 201112121417-0-0000
I1212 14:18:14.242275 8286208 slave.cpp:398] Got assigned task 4 for framework
201112121417-0-0000
I1212 14:18:14.252971 8286208 slave.cpp:920] Status update: task 4 of framework
201112121417-0-0000 is now in state TASK_RUNNING
I1212 14:18:14.254678 8286208 slave.cpp:642] Got acknowledgement of status
update for task 4 of framework 201112121417-0-0000
I1212 14:18:15.253340 8286208 slave.cpp:920] Status update: task 4 of framework
201112121417-0-0000 is now in state TASK_FINISHED
I1212 14:18:15.255625 8286208 slave.cpp:642] Got acknowledgement of status
update for task 4 of framework 201112121417-0-0000
I1212 14:18:15.258005 8286208 slave.cpp:568] Asked to shut down framework
201112121417-0-0000
I1212 14:18:15.258201 8286208 slave.cpp:572] Shutting down framework
201112121417-0-0000
I1212 14:18:15.258380 8286208 slave.cpp:1312] Shutting down executor 'default'
of framework 201112121417-0-0000
I1212 14:18:16.221601 8286208 process_based_isolation_module.cpp:217] Telling
slave of lost executor default of framework 201112121417-0-0000
F1212 14:18:16.221875 8286208 utils.hpp:130] Expecting 'MESOS_HOME' in
environment variables
*** Check failure stack trace: ***
Abort trap
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira