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 2018/01/17 19:06:01 UTC

[jira] [Commented] (MESOS-8455) Avoid unnecessary copying of protobuf in the v1 API.

    [ https://issues.apache.org/jira/browse/MESOS-8455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16329227#comment-16329227 ] 

Benjamin Mahler commented on MESOS-8455:
----------------------------------------

Master side of the copy elimination is in 1.5:

{noformat}
commit 3035c8828345e7b0f33a4755d50139c8b693d567 (bmahler_http_api_optimizations)
Author: Benjamin Mahler <bm...@apache.org>
Date:   Tue Dec 19 17:43:14 2017 -0800

    Eliminated some unnecessary copying in the HTTP operator API.

    This is only a minor portion of the performance improvements
    needed to bring the v1 operator API close to the v0 API
    performance.

    Review: https://reviews.apache.org/r/64741
{noformat}

> Avoid unnecessary copying of protobuf in the v1 API.
> ----------------------------------------------------
>
>                 Key: MESOS-8455
>                 URL: https://issues.apache.org/jira/browse/MESOS-8455
>             Project: Mesos
>          Issue Type: Improvement
>          Components: agent, master
>            Reporter: Benjamin Mahler
>            Priority: Major
>
> Now that we have move support for protobufs, we can avoid the unnecessary copying of protobuf in the v1 API to improve the performance.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)