[
https://issues.apache.org/jira/browse/MESOS-8302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280840#comment-16280840
]
Michael Park commented on MESOS-8302:
-------------------------------------
{noformat}
commit 2e83009ef4d10e1cbfb3a55c8adefe37b916f06a
Author: Dmitry Zhuk <[email protected]>
Date: Wed Dec 6 10:45:14 2017 -0800
Reduced copying of agent data during reregistration.
{noformat}
{noformat}
commit 8b4228049292cab6a8c4a3680de3c1aa5e72a9ff
Author: Dmitry Zhuk <[email protected]>
Date: Wed Dec 6 09:03:49 2017 -0800
Changed agent reregistration to work with messages directly.
`reregisterSlave` now accepts `ReregisterSlaveMessage&&`, which opts-out
of using protobuf arena, and allows passing message through dispatch
chain without making any copies. Conversion of repeated message fields
to `std::vector`s is performed only when needed.
Review: https://reviews.apache.org/r/63914/
{noformat}
> Improve master failover performance.
> ------------------------------------
>
> Key: MESOS-8302
> URL: https://issues.apache.org/jira/browse/MESOS-8302
> Project: Mesos
> Issue Type: Improvement
> Components: master
> Reporter: Benjamin Mahler
> Assignee: Dmitry Zhuk
>
> This is somewhat more like an epic, but will track the different improvements
> here for now.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)