[jira] [Commented] (MESOS-2635) Web UI Display Bug when starting lots of tasks with small cpu value

2016-01-03 Thread haosdent (JIRA)

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

haosdent commented on MESOS-2635:
-

The patch update framework tab. https://reviews.apache.org/r/41864/

> Web UI Display Bug when starting lots of tasks with small cpu value
> ---
>
> Key: MESOS-2635
> URL: https://issues.apache.org/jira/browse/MESOS-2635
> Project: Mesos
>  Issue Type: Bug
>  Components: webui
>Affects Versions: 0.22.0
>Reporter: Lukas Loesche
>Assignee: haosdent
>Priority: Minor
> Fix For: 0.25.0
>
> Attachments: Screen Shot 2015-04-17 at 18.53.54.png, fixed_after.png, 
> fixed_before.png
>
>
> During Marathon scale testing we encountered a display bug where the Mesos 
> Web UI would show -4.064304448547773e-11 Idle CPUs in the Resources overview.
> To reproduce, we started:
>  "cmd": "python -m SimpleHTTPServer $PORT0",
>  "cpus": 0.0001,
>  "instances": 2000,
>  "mem": 32,



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


[jira] [Commented] (MESOS-2635) Web UI Display Bug when starting lots of tasks with small cpu value

2015-11-17 Thread Ian Babrou (JIRA)

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

Ian Babrou commented on MESOS-2635:
---

Please do :)

> Web UI Display Bug when starting lots of tasks with small cpu value
> ---
>
> Key: MESOS-2635
> URL: https://issues.apache.org/jira/browse/MESOS-2635
> Project: Mesos
>  Issue Type: Bug
>  Components: webui
>Affects Versions: 0.22.0
>Reporter: Lukas Loesche
>Assignee: haosdent
>Priority: Minor
> Fix For: 0.25.0
>
> Attachments: Screen Shot 2015-04-17 at 18.53.54.png, fixed_after.png, 
> fixed_before.png
>
>
> During Marathon scale testing we encountered a display bug where the Mesos 
> Web UI would show -4.064304448547773e-11 Idle CPUs in the Resources overview.
> To reproduce, we started:
>  "cmd": "python -m SimpleHTTPServer $PORT0",
>  "cpus": 0.0001,
>  "instances": 2000,
>  "mem": 32,



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


[jira] [Commented] (MESOS-2635) Web UI Display Bug when starting lots of tasks with small cpu value

2015-11-17 Thread Ian Babrou (JIRA)

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

Ian Babrou commented on MESOS-2635:
---

Please do :)

> Web UI Display Bug when starting lots of tasks with small cpu value
> ---
>
> Key: MESOS-2635
> URL: https://issues.apache.org/jira/browse/MESOS-2635
> Project: Mesos
>  Issue Type: Bug
>  Components: webui
>Affects Versions: 0.22.0
>Reporter: Lukas Loesche
>Assignee: haosdent
>Priority: Minor
> Fix For: 0.25.0
>
> Attachments: Screen Shot 2015-04-17 at 18.53.54.png, fixed_after.png, 
> fixed_before.png
>
>
> During Marathon scale testing we encountered a display bug where the Mesos 
> Web UI would show -4.064304448547773e-11 Idle CPUs in the Resources overview.
> To reproduce, we started:
>  "cmd": "python -m SimpleHTTPServer $PORT0",
>  "cpus": 0.0001,
>  "instances": 2000,
>  "mem": 32,



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


[jira] [Commented] (MESOS-2635) Web UI Display Bug when starting lots of tasks with small cpu value

2015-10-27 Thread Dohyeong Park (JIRA)

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

Dohyeong Park commented on MESOS-2635:
--

mesos/src/webui/master/static/frameworks.html

on the 44, 46 lines,
44 {{framework.resources.cpus | number}}
46 {{framework.max_share * 100 | number}}%

=>
44 {{framework.resources.cpus | decimalFloat}}
46 {{framework.max_share * 100 | decimalFloat}}%

In my case, I could fix this issue by that way.

> Web UI Display Bug when starting lots of tasks with small cpu value
> ---
>
> Key: MESOS-2635
> URL: https://issues.apache.org/jira/browse/MESOS-2635
> Project: Mesos
>  Issue Type: Bug
>  Components: webui
>Affects Versions: 0.22.0
>Reporter: Lukas Loesche
>Assignee: haosdent
>Priority: Minor
> Fix For: 0.25.0
>
> Attachments: Screen Shot 2015-04-17 at 18.53.54.png, fixed_after.png, 
> fixed_before.png
>
>
> During Marathon scale testing we encountered a display bug where the Mesos 
> Web UI would show -4.064304448547773e-11 Idle CPUs in the Resources overview.
> To reproduce, we started:
>  "cmd": "python -m SimpleHTTPServer $PORT0",
>  "cpus": 0.0001,
>  "instances": 2000,
>  "mem": 32,



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


[jira] [Commented] (MESOS-2635) Web UI Display Bug when starting lots of tasks with small cpu value

2015-10-26 Thread haosdent (JIRA)

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

haosdent commented on MESOS-2635:
-

Seems I could not found values depends on metrics in frameworks.html Could you 
provide more details about this? Last time I found only slave and master pages 
depends on values have to got from metrics endpoint, so I only update them.

> Web UI Display Bug when starting lots of tasks with small cpu value
> ---
>
> Key: MESOS-2635
> URL: https://issues.apache.org/jira/browse/MESOS-2635
> Project: Mesos
>  Issue Type: Bug
>  Components: webui
>Affects Versions: 0.22.0
>Reporter: Lukas Loesche
>Assignee: haosdent
>Priority: Minor
> Fix For: 0.25.0
>
> Attachments: Screen Shot 2015-04-17 at 18.53.54.png, fixed_after.png, 
> fixed_before.png
>
>
> During Marathon scale testing we encountered a display bug where the Mesos 
> Web UI would show -4.064304448547773e-11 Idle CPUs in the Resources overview.
> To reproduce, we started:
>  "cmd": "python -m SimpleHTTPServer $PORT0",
>  "cpus": 0.0001,
>  "instances": 2000,
>  "mem": 32,



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


[jira] [Commented] (MESOS-2635) Web UI Display Bug when starting lots of tasks with small cpu value

2015-10-25 Thread Dohyeong Park (JIRA)

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

Dohyeong Park commented on MESOS-2635:
--

There is a same issue on frameworks tab of Web UI besides home page.
It can be fixed by modifying "~/src/webui/master/static/frameworks.html" in the 
same way.

> Web UI Display Bug when starting lots of tasks with small cpu value
> ---
>
> Key: MESOS-2635
> URL: https://issues.apache.org/jira/browse/MESOS-2635
> Project: Mesos
>  Issue Type: Bug
>  Components: webui
>Affects Versions: 0.22.0
>Reporter: Lukas Loesche
>Assignee: haosdent
>Priority: Minor
> Fix For: 0.25.0
>
> Attachments: Screen Shot 2015-04-17 at 18.53.54.png, fixed_after.png, 
> fixed_before.png
>
>
> During Marathon scale testing we encountered a display bug where the Mesos 
> Web UI would show -4.064304448547773e-11 Idle CPUs in the Resources overview.
> To reproduce, we started:
>  "cmd": "python -m SimpleHTTPServer $PORT0",
>  "cpus": 0.0001,
>  "instances": 2000,
>  "mem": 32,



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


[jira] [Commented] (MESOS-2635) Web UI Display Bug when starting lots of tasks with small cpu value

2015-09-10 Thread haosdent (JIRA)

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

haosdent commented on MESOS-2635:
-

Thanks a lot!

> Web UI Display Bug when starting lots of tasks with small cpu value
> ---
>
> Key: MESOS-2635
> URL: https://issues.apache.org/jira/browse/MESOS-2635
> Project: Mesos
>  Issue Type: Bug
>  Components: webui
>Affects Versions: 0.22.0
>Reporter: Lukas Loesche
>Assignee: haosdent
>Priority: Minor
> Fix For: 0.25.0
>
> Attachments: Screen Shot 2015-04-17 at 18.53.54.png, fixed_after.png, 
> fixed_before.png
>
>
> During Marathon scale testing we encountered a display bug where the Mesos 
> Web UI would show -4.064304448547773e-11 Idle CPUs in the Resources overview.
> To reproduce, we started:
>  "cmd": "python -m SimpleHTTPServer $PORT0",
>  "cpus": 0.0001,
>  "instances": 2000,
>  "mem": 32,



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


[jira] [Commented] (MESOS-2635) Web UI Display Bug when starting lots of tasks with small cpu value

2015-09-03 Thread Drew Robb (JIRA)

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

Drew Robb commented on MESOS-2635:
--

I've seen this often. I think it is reproducible when frameworks or offers have 
allocated a fractional amount of CPU resources each, so that there is floating 
point error in the arithmetic.

> Web UI Display Bug when starting lots of tasks with small cpu value
> ---
>
> Key: MESOS-2635
> URL: https://issues.apache.org/jira/browse/MESOS-2635
> Project: Mesos
>  Issue Type: Bug
>  Components: webui
>Affects Versions: 0.22.0
>Reporter: Lukas Loesche
>Priority: Minor
> Attachments: Screen Shot 2015-04-17 at 18.53.54.png
>
>
> During Marathon scale testing we encountered a display bug where the Mesos 
> Web UI would show -4.064304448547773e-11 Idle CPUs in the Resources overview.
> To reproduce, we started:
>  "cmd": "python -m SimpleHTTPServer $PORT0",
>  "cpus": 0.0001,
>  "instances": 2000,
>  "mem": 32,



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


[jira] [Commented] (MESOS-2635) Web UI Display Bug when starting lots of tasks with small cpu value

2015-09-03 Thread haosdent (JIRA)

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

haosdent commented on MESOS-2635:
-

Yes. 

> Web UI Display Bug when starting lots of tasks with small cpu value
> ---
>
> Key: MESOS-2635
> URL: https://issues.apache.org/jira/browse/MESOS-2635
> Project: Mesos
>  Issue Type: Bug
>  Components: webui
>Affects Versions: 0.22.0
>Reporter: Lukas Loesche
>Assignee: haosdent
>Priority: Minor
> Attachments: Screen Shot 2015-04-17 at 18.53.54.png
>
>
> During Marathon scale testing we encountered a display bug where the Mesos 
> Web UI would show -4.064304448547773e-11 Idle CPUs in the Resources overview.
> To reproduce, we started:
>  "cmd": "python -m SimpleHTTPServer $PORT0",
>  "cpus": 0.0001,
>  "instances": 2000,
>  "mem": 32,



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


[jira] [Commented] (MESOS-2635) Web UI Display Bug when starting lots of tasks with small cpu value

2015-09-03 Thread haosdent (JIRA)

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

haosdent commented on MESOS-2635:
-

[~drewrobb] Thank you for your help. Let me update a patch for this.

> Web UI Display Bug when starting lots of tasks with small cpu value
> ---
>
> Key: MESOS-2635
> URL: https://issues.apache.org/jira/browse/MESOS-2635
> Project: Mesos
>  Issue Type: Bug
>  Components: webui
>Affects Versions: 0.22.0
>Reporter: Lukas Loesche
>Assignee: haosdent
>Priority: Minor
> Attachments: Screen Shot 2015-04-17 at 18.53.54.png
>
>
> During Marathon scale testing we encountered a display bug where the Mesos 
> Web UI would show -4.064304448547773e-11 Idle CPUs in the Resources overview.
> To reproduce, we started:
>  "cmd": "python -m SimpleHTTPServer $PORT0",
>  "cpus": 0.0001,
>  "instances": 2000,
>  "mem": 32,



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


[jira] [Commented] (MESOS-2635) Web UI Display Bug when starting lots of tasks with small cpu value

2015-09-03 Thread Klaus Ma (JIRA)

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

Klaus Ma commented on MESOS-2635:
-

so we are going to return 0 if it's small enough?

> Web UI Display Bug when starting lots of tasks with small cpu value
> ---
>
> Key: MESOS-2635
> URL: https://issues.apache.org/jira/browse/MESOS-2635
> Project: Mesos
>  Issue Type: Bug
>  Components: webui
>Affects Versions: 0.22.0
>Reporter: Lukas Loesche
>Assignee: haosdent
>Priority: Minor
> Attachments: Screen Shot 2015-04-17 at 18.53.54.png
>
>
> During Marathon scale testing we encountered a display bug where the Mesos 
> Web UI would show -4.064304448547773e-11 Idle CPUs in the Resources overview.
> To reproduce, we started:
>  "cmd": "python -m SimpleHTTPServer $PORT0",
>  "cpus": 0.0001,
>  "instances": 2000,
>  "mem": 32,



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


[jira] [Commented] (MESOS-2635) Web UI Display Bug when starting lots of tasks with small cpu value

2015-09-03 Thread haosdent (JIRA)

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

haosdent commented on MESOS-2635:
-

I use fake data here.

> Web UI Display Bug when starting lots of tasks with small cpu value
> ---
>
> Key: MESOS-2635
> URL: https://issues.apache.org/jira/browse/MESOS-2635
> Project: Mesos
>  Issue Type: Bug
>  Components: webui
>Affects Versions: 0.22.0
>Reporter: Lukas Loesche
>Assignee: haosdent
>Priority: Minor
> Attachments: Screen Shot 2015-04-17 at 18.53.54.png, fixed_after.png, 
> fixed_before.png
>
>
> During Marathon scale testing we encountered a display bug where the Mesos 
> Web UI would show -4.064304448547773e-11 Idle CPUs in the Resources overview.
> To reproduce, we started:
>  "cmd": "python -m SimpleHTTPServer $PORT0",
>  "cpus": 0.0001,
>  "instances": 2000,
>  "mem": 32,



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