> On Nov. 12, 2014, 1:04 a.m., Ben Mahler wrote:
> > Hey Ben, would love to help review these. Any chance you could link a 
> > ticket in here with the context? And/or update the description on these 
> > changes to say a bit more than "See summary"?
> > 
> > It's a bit tough to navigate this chain of reviews, as is. For example, I 
> > can't easily tell why this particular change is needed.
> 
> Niklas Nielsen wrote:
>     It is a bit scarce: https://issues.apache.org/jira/browse/MESOS-1912 & 
> https://issues.apache.org/jira/browse/MESOS-1914 (epic: 
> https://issues.apache.org/jira/browse/MESOS-910) are the placeholders.
>     I can help out get some meat on those tickets and motivate it in light of 
> the ssl work.

Not a big deal for this one since it makes sense for Clock to produce timers 
anyway IMO. But for other changes would be helpful! :)

+1 to your comment Nik about updating the comment in timer.hpp, something like:

```
- // Timer support!
-
+ // Timer represents a delayed thunk, backed by Clock.
```

Also a bit surprised that () operator is public, is anyone using that? Also a 
bit odd that it can be invoked more than once.


- Ben


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27496/#review60911
-----------------------------------------------------------


On Nov. 11, 2014, 4:52 p.m., Benjamin Hindman wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/27496/
> -----------------------------------------------------------
> 
> (Updated Nov. 11, 2014, 4:52 p.m.)
> 
> 
> Review request for mesos, Ben Mahler, Jie Yu, Joris Van Remoortere, Niklas 
> Nielsen, and Vinod Kone.
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> See summary.
> 
> 
> Diffs
> -----
> 
>   3rdparty/libprocess/include/process/c++11/delay.hpp 
> 5f686db1df50829a5aad76eb91ea6a86e8969c1d 
>   3rdparty/libprocess/include/process/clock.hpp 
> eb157cac996c48fedc69002b9d80adaba1ed85d1 
>   3rdparty/libprocess/include/process/delay.hpp 
> 487f652c9e9b7c8c3aa8b4edc9e59789cffd8da9 
>   3rdparty/libprocess/include/process/future.hpp 
> 46ae16b0bbce79005f5ed8711be663eeeb8f4bcf 
>   3rdparty/libprocess/include/process/timer.hpp 
> e2f55636b520d43a8c9efa28ad4fe5f75c4f5573 
>   3rdparty/libprocess/src/process.cpp 
> 85fb9958342f0bcdde322d9c55333126e6f86668 
> 
> Diff: https://reviews.apache.org/r/27496/diff/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Benjamin Hindman
> 
>

Reply via email to