Jacob Janco created MESOS-6549:
----------------------------------
Summary: Asynchronous dir removal in agent GC
Key: MESOS-6549
URL: https://issues.apache.org/jira/browse/MESOS-6549
Project: Mesos
Issue Type: Improvement
Reporter: Jacob Janco
Assignee: Jacob Janco
In src/slave/gc.cpp:
// TODO(bmahler): Other dispatches can block waiting for a removal
// operation. To fix this, the removal operation can be done
// asynchronously in another thread.
We did see this occur in our clusters where rmdir operations can take seconds
to complete, blocking other queued events leading to, for example, long
latencies to task launch.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)