[jira] [Commented] (MESOS-6441) Display reservations in the agent page in the webui.

2017-06-16 Thread Benjamin Mahler (JIRA)

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

Benjamin Mahler commented on MESOS-6441:


[~adam-mesos] the master portion of the UI has already been updated to make the 
distinction between "allocated" and "offered" in the resource summary table, so 
it should be consistent. We're also working on making the master's framework 
tab also make this distinction.

> Display reservations in the agent page in the webui.
> 
>
> Key: MESOS-6441
> URL: https://issues.apache.org/jira/browse/MESOS-6441
> Project: Mesos
>  Issue Type: Task
>  Components: webui
>Reporter: Benjamin Mahler
>Assignee: Andrei Budnik
>
> We currently do not display the reservations present on an agent in the 
> webui. It would be nice to see this information.
> It would also be nice to update the resource statistics tables to make the 
> distinction between unreserved and reserved resources. E.g.
> Reserved:
> Used, Allocated, Available and Total
> Unreserved:
> Used, Allocated, Available and Total



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (MESOS-6441) Display reservations in the agent page in the webui.

2017-06-16 Thread Adam B (JIRA)

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

Adam B commented on MESOS-6441:
---

One concern: Since the master considers offered resources as "allocated", but 
the agent only knows about resources consumed by running tasks, wouldn't there 
be a difference between the "allocated resources" reported by the master vs. 
agent?
Do we want to show "consumed" resources instead, so that we aren't updating the 
"allocated resources" on the master every second, as new offers are made and 
old offers expire?

> Display reservations in the agent page in the webui.
> 
>
> Key: MESOS-6441
> URL: https://issues.apache.org/jira/browse/MESOS-6441
> Project: Mesos
>  Issue Type: Task
>  Components: webui
>Reporter: Benjamin Mahler
>Assignee: Andrei Budnik
>
> We currently do not display the reservations present on an agent in the 
> webui. It would be nice to see this information.
> It would also be nice to update the resource statistics tables to make the 
> distinction between unreserved and reserved resources. E.g.
> Reserved:
> Used, Allocated, Available and Total
> Unreserved:
> Used, Allocated, Available and Total



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (MESOS-6441) Display reservations in the agent page in the webui.

2017-06-16 Thread Benjamin Mahler (JIRA)

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

Benjamin Mahler commented on MESOS-6441:


[~abudnik] both look good to me, thanks!

> Display reservations in the agent page in the webui.
> 
>
> Key: MESOS-6441
> URL: https://issues.apache.org/jira/browse/MESOS-6441
> Project: Mesos
>  Issue Type: Task
>  Components: webui
>Reporter: Benjamin Mahler
>Assignee: Andrei Budnik
>
> We currently do not display the reservations present on an agent in the 
> webui. It would be nice to see this information.
> It would also be nice to update the resource statistics tables to make the 
> distinction between unreserved and reserved resources. E.g.
> Reserved:
> Used, Allocated, Available and Total
> Unreserved:
> Used, Allocated, Available and Total



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (MESOS-6441) Display reservations in the agent page in the webui.

2017-06-16 Thread Andrei Budnik (JIRA)

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

Andrei Budnik commented on MESOS-6441:
--

Here is a small design doc related to modification of agent's endpoint:
https://docs.google.com/document/d/1TeyCLcwLKZ5F2NP7rADIEK34gLM2iq4wdxt2anI6saY

> Display reservations in the agent page in the webui.
> 
>
> Key: MESOS-6441
> URL: https://issues.apache.org/jira/browse/MESOS-6441
> Project: Mesos
>  Issue Type: Task
>  Components: webui
>Reporter: Benjamin Mahler
>Assignee: Andrei Budnik
>
> We currently do not display the reservations present on an agent in the 
> webui. It would be nice to see this information.
> It would also be nice to update the resource statistics tables to make the 
> distinction between unreserved and reserved resources. E.g.
> Reserved:
> Used, Allocated, Available and Total
> Unreserved:
> Used, Allocated, Available and Total



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (MESOS-6441) Display reservations in the agent page in the webui.

2017-06-16 Thread Andrei Budnik (JIRA)

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

Andrei Budnik commented on MESOS-6441:
--

You can see in the model of the table "Allocated / Total" per each resource per 
each role.
Data related to amount of resources "Total" per each role on a specific agent 
is already available via /state endpoint on agent (see "reserved_resources" & 
"unreserved_resources").
Data related to amount of resources "Allocated" per each role on a specific 
agent is needed, but not provided right now. 
I'm trying to find the best way to get this allocated resources on mesos agent. 
What I'm pretty sure is that we need to modify agent's code to be able to show 
"Allocated".

> Display reservations in the agent page in the webui.
> 
>
> Key: MESOS-6441
> URL: https://issues.apache.org/jira/browse/MESOS-6441
> Project: Mesos
>  Issue Type: Task
>  Components: webui
>Reporter: Benjamin Mahler
>Assignee: Andrei Budnik
>
> We currently do not display the reservations present on an agent in the 
> webui. It would be nice to see this information.
> It would also be nice to update the resource statistics tables to make the 
> distinction between unreserved and reserved resources. E.g.
> Reserved:
> Used, Allocated, Available and Total
> Unreserved:
> Used, Allocated, Available and Total



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (MESOS-6441) Display reservations in the agent page in the webui.

2017-06-16 Thread Andrei Budnik (JIRA)

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

Andrei Budnik commented on MESOS-6441:
--

Here is the model of a table. It will be on agent page just above the 
"Framework" and "Completed Frameworks":
https://docs.google.com/spreadsheets/d/1o2DapAFKJTMN0IKcjbtYatRWh273-WsbN951vQ3tTqs

Please, feel free to make any comments and suggestions on it.

> Display reservations in the agent page in the webui.
> 
>
> Key: MESOS-6441
> URL: https://issues.apache.org/jira/browse/MESOS-6441
> Project: Mesos
>  Issue Type: Task
>  Components: webui
>Reporter: Benjamin Mahler
>Assignee: Andrei Budnik
>
> We currently do not display the reservations present on an agent in the 
> webui. It would be nice to see this information.
> It would also be nice to update the resource statistics tables to make the 
> distinction between unreserved and reserved resources. E.g.
> Reserved:
> Used, Allocated, Available and Total
> Unreserved:
> Used, Allocated, Available and Total



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (MESOS-6441) Display reservations in the agent page in the webui.

2017-06-15 Thread Adam B (JIRA)

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

Adam B commented on MESOS-6441:
---

[~abudnik] Could you please share some mockups of what the webui will look like 
with this info added?

> Display reservations in the agent page in the webui.
> 
>
> Key: MESOS-6441
> URL: https://issues.apache.org/jira/browse/MESOS-6441
> Project: Mesos
>  Issue Type: Task
>  Components: webui
>Reporter: Benjamin Mahler
>Assignee: Andrei Budnik
>
> We currently do not display the reservations present on an agent in the 
> webui. It would be nice to see this information.
> It would also be nice to update the resource statistics tables to make the 
> distinction between unreserved and reserved resources. E.g.
> Reserved:
> Used, Allocated, Available and Total
> Unreserved:
> Used, Allocated, Available and Total



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)