Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Set the status update state and uuid for the task. Note that
- // master-generated updates are terminal and do not have a uuid
- // (in which case the master also calls removeTask()).
- // Set the status update state and uuid for the task. Note that master-
- // generated updates are terminal and do not have a uuid (in which case the
- // master also calls removeTask()).
- // Delete data (maybe very large since it's stored by on-top
- // framework) we are not interested in to avoid OOM.
- // For example: mesos-master is running on a machine with 4GB free
- // memory, if every task stores 10MB data into TaskStatus, then
- // mesos-master will be killed by OOM killer after have 400 tasks
- // finished.
- // MESOS-1746.
- // Delete data (maybe very large since it's stored by on-top framework) we
- // are not interested in to avoid OOM.
- // For example: mesos-master is running on a machine with 4GB free memory,
- // if every task stores 10MB data into TaskStatus, then mesos-master will be
- // killed by OOM killer after have 400 tasks finished.
- // MESOS-1746.
Advertisement
Add Comment
Please, Sign In to add comment