[
https://issues.apache.org/jira/browse/MESOS-5887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15389334#comment-15389334
]
Alexander Rukletsov commented on MESOS-5887:
--------------------------------------------
I think member function pointer is enough to uniquely identify the method which
is being called. What I'm not sure about is whether it is always possible to
convert it to a human-readable form.
> Enhance DispatchEvent to include demangled method name.
> -------------------------------------------------------
>
> Key: MESOS-5887
> URL: https://issues.apache.org/jira/browse/MESOS-5887
> Project: Mesos
> Issue Type: Improvement
> Components: libprocess
> Reporter: Alexander Rukletsov
>
> Currently,
> [{{DispatchEvent}}|https://github.com/apache/mesos/blob/e8ebbe5fe4189ef7ab046da2276a6abee41deeb2/3rdparty/libprocess/include/process/event.hpp#L148]
> does not include any user-friendly information about the actual method being
> dispatched. This can be helpful in order to simplify triaging and debugging,
> e.g., using {{\_\_processes\_\_}} endpoint. Now we print the [event type
> only|https://github.com/apache/mesos/blob/e8ebbe5fe4189ef7ab046da2276a6abee41deeb2/3rdparty/libprocess/src/process.cpp#L3198-L3203].
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)