[
https://issues.apache.org/jira/browse/MESOS-8301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279325#comment-16279325
]
Benjamin Mahler commented on MESOS-8301:
----------------------------------------
{{install}} support:
{noformat}
commit 8cd1bd2fcb8a4d2330a781a86b62e55ada6d4984
Author: Dmitry Zhuk <[email protected]>
Date: Wed Nov 15 14:19:39 2017 -0800
Enabled rvalue reference parameters in protobuf handlers.
Using rvalue reference parameter in protobuf handler opts-out of arena
usage, and allows the handler to move the message.
Review: https://reviews.apache.org/r/63639/
{noformat}
> Support moving into defer/dispatch/install handlers.
> ----------------------------------------------------
>
> Key: MESOS-8301
> URL: https://issues.apache.org/jira/browse/MESOS-8301
> Project: Mesos
> Issue Type: Improvement
> Components: libprocess
> Reporter: Benjamin Mahler
> Assignee: Dmitry Zhuk
>
> Currently, dispatch and defer will take copies of the provided arguments.
> Also, a protobuf message handler cannot move the supplied message. We should
> support moves for these for efficiency.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)