[ 
https://issues.apache.org/jira/browse/MESOS-8344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Mahler updated MESOS-8344:
-----------------------------------
    Summary: Improve v1 operator API performance.  (was: V1 Operator API 
performance is much worse than v0.)

> Improve v1 operator API performance.
> ------------------------------------
>
>                 Key: MESOS-8344
>                 URL: https://issues.apache.org/jira/browse/MESOS-8344
>             Project: Mesos
>          Issue Type: Bug
>          Components: HTTP API
>            Reporter: Benjamin Mahler
>            Priority: Major
>              Labels: performance
>
> According to some user reports, a simple comparison of the v1 operator API 
> (using the "GET_TASKS" call) and the v0 /tasks HTTP endpoint shows that the 
> v1 API suffers from an inefficient implementation:
> {noformat: title=Curl Timing}
> Operator HTTP API (GET_TASKS): 0.02s user 0.08s system 1% cpu 9.883 total
> Old /tasks API: /tasks: 0.00s user 0.00s system 1% cpu 0.222 total
> {noformat}
> Looking over the implementation, it suffers from the same issues we 
> originally had with the JSON endpoints:
> * Excessive copying up the "tree" of state building calls.
> * Building up the state object as opposed to directly serializing it.



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

Reply via email to