[jira] [Commented] (MESOS-1792) add os::shell with pluggable IO descriptors

2014-09-14 Thread JIRA
[ https://issues.apache.org/jira/browse/MESOS-1792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14133113#comment-14133113 ] Kamil Domański commented on MESOS-1792: --- https://reviews.apache.org/r/25618/ add

[jira] [Created] (MESOS-1793) Update mesos style guide with C++11 and naming notes.

2014-09-14 Thread Alexander Rukletsov (JIRA)
Alexander Rukletsov created MESOS-1793: -- Summary: Update mesos style guide with C++11 and naming notes. Key: MESOS-1793 URL: https://issues.apache.org/jira/browse/MESOS-1793 Project: Mesos

[jira] [Updated] (MESOS-1788) Add c++11 feature whitelist to style guide

2014-09-14 Thread Alexander Rukletsov (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Rukletsov updated MESOS-1788: --- Issue Type: Technical task (was: Documentation) Parent: MESOS-1793 Add

[jira] [Created] (MESOS-1794) allow CURL download into a pipe

2014-09-14 Thread JIRA
Kamil Domański created MESOS-1794: - Summary: allow CURL download into a pipe Key: MESOS-1794 URL: https://issues.apache.org/jira/browse/MESOS-1794 Project: Mesos Issue Type: Improvement

[jira] [Commented] (MESOS-1794) allow CURL download into a pipe

2014-09-14 Thread JIRA
[ https://issues.apache.org/jira/browse/MESOS-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14133297#comment-14133297 ] Kamil Domański commented on MESOS-1794: --- https://reviews.apache.org/r/25623/ allow

[jira] [Updated] (MESOS-1792) add os::shell with pluggable IO descriptors

2014-09-14 Thread JIRA
[ https://issues.apache.org/jira/browse/MESOS-1792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Domański updated MESOS-1792: -- Target Version/s: 1.0.0, 0.21.0 (was: 0.21.0) add os::shell with pluggable IO descriptors

[jira] [Updated] (MESOS-1794) allow CURL download into a pipe

2014-09-14 Thread JIRA
[ https://issues.apache.org/jira/browse/MESOS-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Domański updated MESOS-1794: -- Target Version/s: 1.0.0, 0.21.0 (was: 0.21.0) allow CURL download into a pipe

[jira] [Updated] (MESOS-1794) allow CURL download into a pipe

2014-09-14 Thread JIRA
[ https://issues.apache.org/jira/browse/MESOS-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Domański updated MESOS-1794: -- Description: This divides {{Tryint net::download(const std::string url, const std::string

[jira] [Updated] (MESOS-1794) allow CURL download into a pipe

2014-09-14 Thread JIRA
[ https://issues.apache.org/jira/browse/MESOS-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Domański updated MESOS-1794: -- Labels: features patch performance (was: features performance) allow CURL download into a

[jira] [Updated] (MESOS-1791) Introduce Master / Offer Resource Reservations

2014-09-14 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Mahler updated MESOS-1791: --- Affects Version/s: (was: 0.20.0) Introduce Master / Offer Resource Reservations

[jira] [Updated] (MESOS-1791) Introduce Master / Offer Resource Reservations

2014-09-14 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Mahler updated MESOS-1791: --- Epic Name: Offer Reservations Introduce Master / Offer Resource Reservations

[jira] [Commented] (MESOS-1741) mesos-slave shouldn't fail if dockerd is down

2014-09-14 Thread Bhuvan Arumugam (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14133456#comment-14133456 ] Bhuvan Arumugam commented on MESOS-1741: As a user, i would expect to bring up

[jira] [Commented] (MESOS-1762) Avoid docker pull on each container run

2014-09-14 Thread Bhuvan Arumugam (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14133491#comment-14133491 ] Bhuvan Arumugam commented on MESOS-1762: here's the revised patch which [~tnachen]