Andrei Sekretenko created MESOS-9687:
----------------------------------------
Summary: Add the glog patch to pass microseconds via the LogSink
interface.
Key: MESOS-9687
URL: https://issues.apache.org/jira/browse/MESOS-9687
Project: Mesos
Issue Type: Task
Reporter: Andrei Sekretenko
Currently, custom LogSink implementations in the modules (for example, this one:
[https://github.com/dcos/dcos-mesos-modules/blob/master/logsink/logsink.hpp] )
are logging `000000` instead of microseconds in the timestamp - simply because
the LogSink interface in glog has no place for microseconds.
The proposed glog fix is here: [https://github.com/google/glog/pull/441
]Getting this into glog release might take a long time (they released 0.4.0
recently, but the previous release 0.3.5 was two years ago), therefore it makes
sense to add this patch into Mesos build.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)