Re: Accessibility For Mesos Web-GUI

2016-04-11 Thread haosdent
Hi, @Andrew. Thank you very much for providing details. I try VoiceOver on webui and it isn't friendly. As @Adam said, I create a ticket on https://issues.apache.org/jira/browse/MESOS-5185 by copying your proposal as description. Feel free to update it or add more comments. On Tue, Apr 12, 2016

Re: Accessibility For Mesos Web-GUI

2016-04-11 Thread Andrew Li
Hi haosdent: I mean Mesos web GUI do not *fully* support Accessibility features. For contents in Mesos webui, screen reader can recognize partially, but not all of them. For details, you can refer to https://msdn.microsoft.com/en-us/library/aa291312(v=vs.71).aspx and

Re: Questions about Docker related tests in Mesos

2016-04-11 Thread zhiwei
Hi Gilbert, do you have any updates on about this issue? When will you use the local build Docker image for Docker related testing? On Mon, Mar 14, 2016 at 9:44 PM, zhiwei wrote: > Hi Gibert, > > I tested your patch, it works on ppc64le, but there is an issue that the >

Re: Accessibility For Mesos Web-GUI

2016-04-11 Thread Adam Bordelon
Sounds great! (although we're short on WebUI maintainers) Could you file a JIRA at https://issues.apache.org/jira/browse/MESOS See http://mesos.apache.org/documentation/latest/reporting-a-bug/ On Mon, Apr 11, 2016 at 7:43 AM, haosdent wrote: > Hi, about "Mesos GUI do not have

Re: [VOTE] Release Apache Mesos 0.28.1 (rc2)

2016-04-11 Thread Kapil Arya
+1 (binding) CI runs with: amd64/centos/6 amd64/centos/7 amd64/debian/jessie amd64/ubuntu/precise amd64/ubuntu/trusty amd64/ubuntu/vivid amd64/ubuntu/wily On Wed, Apr 6, 2016 at 11:51 PM, Vinod Kone wrote: > +1 (binding) > > Tested on ASF CI. There was one flaky test

Re: [Isolation][Containerization] - Add Intel Cache Allocation Technology(CAT) Isolator Support

2016-04-11 Thread Niklas Nielsen
Suggesting Monday April 18 5pm PST - I will send out a hangout link when we get closer. In the mean time, feel free to suggest agenda topics here: https://docs.google.com/document/d/11mlGPZSABItP47J6VX-zB0fAK6Qr1mCIOI7nhlATMqk/edit# Niklas On Sun, Apr 10, 2016 at 8:27 PM, Du, Fan

Re: Accessibility For Mesos Web-GUI

2016-04-11 Thread haosdent
Hi, about "Mesos GUI do not have fully support Accessibility features", may you provide more details? Does screen reader could not recognize the contents in Mesos webui? On Mon, Apr 11, 2016 at 10:10 PM, Andrew Li wrote: > Hello everyone: > > I find that Mesos GUI do not

Re: Design doc: ordered delivery in libprocess

2016-04-11 Thread Neil Conway
Hi all, It turns out this design doesn't work. The reason is that we made the following assumption: given a client like: s1 = connect(); send(s1, "msg1"); close(s1); s2 = connect(); send(s2, "msg2"); close(s2); And a server like: char buf[...]; while (true) { s = accept(); recv(s, buf);

Accessibility For Mesos Web-GUI

2016-04-11 Thread Andrew Li
Hello everyone: I find that Mesos GUI do not have fully support Accessibility features for disabled people to use the web GUI. For example: Web GUI can support screen reader to read page content for blind person. so we can fix some issues such as making Mesos Web GUI pages to support WAI-ARIA

Re: On launching command tasks

2016-04-11 Thread Alex Rukletsov
Connor, this is also fine and improves current behaviour. On Sat, Apr 9, 2016 at 10:52 PM, wrote: > Hi Alex, inline. > > > On Apr 9, 2016, at 12:00, Alex Rukletsov wrote: > > > > if `shell` is false and `argv.size` is > > 0, assign command to

Re: Design Doc for Qemu/KVM containerizer

2016-04-11 Thread Vaibhav Khanduja
+1 lkvm should be taken as a separate activity ..prioritized based on it maturity .. On 4/11/16, 1:08 PM, "Du, Fan" wrote: >Thanks to bring *heavy* container to Mesos :) >I have a few comments as below: > >1. >One of reason adding Qemu/KVM is to support scenario where

Re: Design Doc for Qemu/KVM containerizer

2016-04-11 Thread Du, Fan
Thanks to bring *heavy* container to Mesos :) I have a few comments as below: 1. One of reason adding Qemu/KVM is to support scenario where end user env must be based on Windows, while as we know Mesos also support Windows Server, if framework user knows there is native Windows based container