[
https://issues.apache.org/jira/browse/MESOS-3908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Charles Allen updated MESOS-3908:
---------------------------------
Summary: Mesos slave happily freezes itself on startup if freezer is in
slave_subsystems (was: Mesos slave happily freezes itself on startup.)
> Mesos slave happily freezes itself on startup if freezer is in
> slave_subsystems
> -------------------------------------------------------------------------------
>
> Key: MESOS-3908
> URL: https://issues.apache.org/jira/browse/MESOS-3908
> Project: Mesos
> Issue Type: Bug
> Components: slave
> Affects Versions: 0.24.1
> Reporter: Charles Allen
> Priority: Minor
>
> If freezer is specified in slave_subsystems the slave will happily freeze
> itself on startup. This will cause the thread to be locked until you manually
> thaw it via
> {code}
> echo THAWED | sudo tee /sys/fs/cgroup/freezer/mesos/slave/freezer.state
> {code}
> at which point it gets confused and exits.
> These were the cgroup settings I was tinkering with
> {code}
> export MESOS_isolation=cgroups/cpu,cgroups/mem
> export MESOS_cgroups_limit_swap=false
> export MESOS_cgroups_hierarchy=/sys/fs/cgroup
> export
> MESOS_slave_subsystems=cpuacct,memory,blkio,cpuacct,cpuset,devices,freezer
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)