[jira] [Commented] (MESOS-5493) Implement GET_TASKS Call in v1 master API.

2016-06-30 Thread Vinod Kone (JIRA)

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

Vinod Kone commented on MESOS-5493:
---

commit bfead176e4f78314f2368d99f670adcf1d3d3d47
Author: Vinod Kone 
Date:   Wed Jun 29 14:26:42 2016 -0700

Updated GetTasks v1 call in master.

The response now distinguishes between active tasks, completed tasks,
pending tasks and orphan tasks to make it easy for clients.
Consequently got rid of offset, limit and offset in the Call because
they don't make sense when we have multiple fields in the response.

Review: https://reviews.apache.org/r/49419


> Implement GET_TASKS Call in v1 master API.
> --
>
> Key: MESOS-5493
> URL: https://issues.apache.org/jira/browse/MESOS-5493
> Project: Mesos
>  Issue Type: Task
>Reporter: Vinod Kone
>Assignee: Jay Guo
> Fix For: 1.0.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MESOS-5493) Implement GET_TASKS Call in v1 master API.

2016-06-20 Thread Vinod Kone (JIRA)

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

Vinod Kone commented on MESOS-5493:
---

commit 98a98cbd75004a92be772e000c3307dc110026ba
Author: Jay Guo 
Date:   Mon Jun 20 16:52:10 2016 -0700

Fixed getTasks() to use unversioned protobuf.

v1::master::Response was still used internally. This fixes the
implementation to use unversioned mesos::master::Response and then
evolve it.

Review: https://reviews.apache.org/r/48948/


> Implement GET_TASKS Call in v1 master API.
> --
>
> Key: MESOS-5493
> URL: https://issues.apache.org/jira/browse/MESOS-5493
> Project: Mesos
>  Issue Type: Task
>Reporter: Vinod Kone
>Assignee: Jay Guo
> Fix For: 1.0.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MESOS-5493) Implement GET_TASKS Call in v1 master API.

2016-05-30 Thread Jay Guo (JIRA)

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

Jay Guo commented on MESOS-5493:


RR: https://reviews.apache.org/r/48046/

Need some comments on how to refactor out {{jsonify}} and parse it back to 
JSON::Object, and further into Response message.

> Implement GET_TASKS Call in v1 master API.
> --
>
> Key: MESOS-5493
> URL: https://issues.apache.org/jira/browse/MESOS-5493
> Project: Mesos
>  Issue Type: Task
>Reporter: Vinod Kone
>Assignee: Jay Guo
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)