Timothy Chen created MESOS-2112:
-----------------------------------
Summary: Dispatch matching in libprocess tests doesn't match the
right messages
Key: MESOS-2112
URL: https://issues.apache.org/jira/browse/MESOS-2112
Project: Mesos
Issue Type: Bug
Reporter: Timothy Chen
Assignee: Benjamin Hindman
FUTURE_DISPATCH and DROP_DISPATCH relies on matching on canonicalized function
pointers in libprocess to find the matching message, however virtual member
function pointers is stored as offsets and can match dispatches of another
virtual member function if it happen to point to the same offset.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)