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 2014/08/13 23:42:11 UTC

[jira] [Created] (MESOS-1700) ThreadLocal does not release pthread keys or log properly.

Benjamin Mahler created MESOS-1700:
--------------------------------------

             Summary: ThreadLocal does not release pthread keys or log properly.
                 Key: MESOS-1700
                 URL: https://issues.apache.org/jira/browse/MESOS-1700
             Project: Mesos
          Issue Type: Bug
          Components: stout
            Reporter: Benjamin Mahler
            Assignee: Benjamin Mahler


The ThreadLocal<T> abstraction in stout does not release the allocated pthread keys upon destruction:

https://github.com/apache/mesos/blob/0.19.1/3rdparty/libprocess/3rdparty/stout/include/stout/thread.hpp#L22

It also does not log the errors correctly. Fortunately this does not impact mesos at the current time.



--
This message was sent by Atlassian JIRA
(v6.2#6252)