-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70334/
-----------------------------------------------------------
(Updated March 28, 2019, 6:27 p.m.)
Review request for mesos, Benno Evers, Greg Mann, and Joseph Wu.
Changes
-------
Added the ASF JIRA link.
Bugs: MESOS-9687
https://issues.apache.org/jira/browse/MESOS-9687
Repository: mesos
Description
-------
Extended the LogSink interface to be able to log microseconds.
This makes possible to solve a problem with modules implementing custom LogSink
which currently log 000000 instead of microseconds.
This is a backport of this patch: https://github.com/google/glog/pull/441 to
glog 0.3.3
Diffs
-----
3rdparty/glog-0.3.3.patch 8827f34e2b4589867d13160850b76c572c85ab06
Diff: https://reviews.apache.org/r/70334/diff/1/
Testing
-------
Run existing tests, including Windows build.
Thanks,
Andrei Sekretenko