[
https://issues.apache.org/jira/browse/MESOS-5457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15580261#comment-15580261
]
Anand Mazumdar commented on MESOS-5457:
---------------------------------------
{noformat}
commit 45ae9fbd9a34a916a06a91c3f8322314c481522d
Author: Anand Mazumdar [email protected]
Date: Tue May 31 10:03:37 2016 -0700
Avoid copying the Request for each streaming chunk in libprocess.
This change passes the `Request` object by wrapping it in
`Owned` instead of copying it on each streaming read from the
`Pipe`. Ideally, we can make the `Request` an `Owned` or `Shared`
object from the point where it is decoded to avoid copying it
around in libprocess.
Review: https://reviews.apache.org/r/47991/
commit 624f7aa029e0176919a99462536f8c848ef5e973
Author: Anand Mazumdar <[email protected]>
Date: Tue May 31 10:03:35 2016 -0700
Added move semantics to `process::http::Pipe::write()`.
Instead of having separate rvalue overload for `write`,
this change takes the sink argument by value and then
does a move. This has the additional small overhead of
performing an extra move.
Review: https://reviews.apache.org/r/47990/
{noformat}
> Create a small testing doc for the v1 Scheduler/Executor API
> ------------------------------------------------------------
>
> Key: MESOS-5457
> URL: https://issues.apache.org/jira/browse/MESOS-5457
> Project: Mesos
> Issue Type: Improvement
> Reporter: Anand Mazumdar
> Assignee: Jay Guo
> Labels: mesosphere
> Fix For: 1.0.0
>
>
> This is a follow up JIRA based on the comments from MESOS-3302 around testing
> the v1 Scheduler/Executor API. I created a small document that has the
> details of the manual testing done by me. The intent of this issue is to
> track all the details on this ticket rather then on the epic.
> Link to the doc:
> https://docs.google.com/document/d/1Z8_8pn-x-VYInm12_En-1oP-FxkLzpG8EgC1qQ0eDRY/edit
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)