[
https://issues.apache.org/jira/browse/MESOS-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niklas Quarfot Nielsen updated MESOS-1912:
------------------------------------------
Description:
In context of replacing libev with libevent, we need to decouple the current
clock implementation from the event system (libev).
The current clock implementation is implemented and entangled in process.cpp
with dependencies on the global event loop and synchronized access to run queue
and timers. The refactor is a matter of isolating those dependencies and make
the event system call trigger clock ticks in Clock.
> Decouple libev from clock implementation
> ----------------------------------------
>
> Key: MESOS-1912
> URL: https://issues.apache.org/jira/browse/MESOS-1912
> Project: Mesos
> Issue Type: Task
> Reporter: Niklas Quarfot Nielsen
> Assignee: Benjamin Hindman
>
> In context of replacing libev with libevent, we need to decouple the current
> clock implementation from the event system (libev).
> The current clock implementation is implemented and entangled in process.cpp
> with dependencies on the global event loop and synchronized access to run
> queue and timers. The refactor is a matter of isolating those dependencies
> and make the event system call trigger clock ticks in Clock.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)