You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Jiang Yan Xu <ya...@jxu.me> on 2013/04/13 09:55:31 UTC

Re: Review Request: Replaced usleep() calls in libprocess with os::sleep()

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

(Updated April 13, 2013, 7:55 a.m.)


Review request for mesos, Benjamin Hindman, Vinod Kone, and Ben Mahler.


Changes
-------

Separated out libprocess specific changes.


Summary (updated)
-----------------

Replaced usleep() calls in libprocess with os::sleep()


Description
-------

This is the part 2.
Part 1: https://reviews.apache.org/r/10231/


This addresses bug MESOS-415.
    https://issues.apache.org/jira/browse/MESOS-415


Diffs (updated)
-----

  third_party/libprocess/configure.ac cb7f0d73c6ddc1e75f7a3120858362c56a003aa7 
  third_party/libprocess/src/process.cpp b4f27077f70468276b9a2f2cbce26036449b5b96 
  third_party/libprocess/src/tests/process_tests.cpp 53ade66c9d2dad8ffed2d322665291566acb4c84 

Diff: https://reviews.apache.org/r/10241/diff/


Testing
-------

make check


Thanks,

Jiang Yan Xu