You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2019/03/27 14:58:00 UTC

[jira] [Created] (MESOS-9680) Remove automatic disablement of GLOG_drop_log_memory.

Benjamin Mahler created MESOS-9680:
--------------------------------------

             Summary: Remove automatic disablement of GLOG_drop_log_memory.
                 Key: MESOS-9680
                 URL: https://issues.apache.org/jira/browse/MESOS-9680
             Project: Mesos
          Issue Type: Improvement
            Reporter: Benjamin Mahler


Once we upgrade to glog 0.4.0, we no longer need our special case disablement of GLOG_drop_log_memory (see MESOS-920):

https://github.com/apache/mesos/blob/1.7.2/src/logging/logging.cpp#L184-L194

This is because 0.4.0 includes https://github.com/google/glog/pull/145 which fixes the issue we filed:https://github.com/google/glog/issues/84.




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)