[jira] [Created] (MESOS-1839) Modify configure.ac to fix --with-sasl

2014-09-29 Thread Michael Park (JIRA)
Michael Park created MESOS-1839: --- Summary: Modify configure.ac to fix --with-sasl Key: MESOS-1839 URL: https://issues.apache.org/jira/browse/MESOS-1839 Project: Mesos Issue Type: Bug

[jira] [Assigned] (MESOS-1622) Move implementations from .hpp to .cpp

2014-09-29 Thread namrata singh chauhan (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] namrata singh chauhan reassigned MESOS-1622: Assignee: namrata singh chauhan Move implementations from .hpp to .cpp

[jira] [Commented] (MESOS-1282) Support unprivileged access to cgroups

2014-09-29 Thread Ian Downes (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14151904#comment-14151904 ] Ian Downes commented on MESOS-1282: --- I was thinking the check for (euid == 0) would be

[jira] [Commented] (MESOS-1797) Packaged Zookeeper does not compile on OSX Yosemite

2014-09-29 Thread Till Toenshoff (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14151975#comment-14151975 ] Till Toenshoff commented on MESOS-1797: ---

[jira] [Commented] (MESOS-1613) HealthCheckTest.ConsecutiveFailures is flaky

2014-09-29 Thread Timothy Chen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14152062#comment-14152062 ] Timothy Chen commented on MESOS-1613: - Added output to stdout and stderr in my branch,

[jira] [Commented] (MESOS-1733) Change the stout path utility to declare a single, variadic 'join' function instead of several separate declarations of various discrete arities

2014-09-29 Thread Cody Maloney (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14152119#comment-14152119 ] Cody Maloney commented on MESOS-1733: - Updated review:

[jira] [Commented] (MESOS-1782) AllocatorTest/0.FrameworkExited is flaky

2014-09-29 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14152130#comment-14152130 ] Vinod Kone commented on MESOS-1782: --- https://reviews.apache.org/r/26144/

[jira] [Updated] (MESOS-1782) AllocatorTest/0.FrameworkExited is flaky

2014-09-29 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kone updated MESOS-1782: -- Shepherd: Benjamin Mahler Story Points: 1 (was: 2) AllocatorTest/0.FrameworkExited is flaky

[jira] [Updated] (MESOS-1839) Modify configure.ac to fix --with-sasl

2014-09-29 Thread Michael Park (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Park updated MESOS-1839: Description: Specifying a custom {{libcurl}} directory via {{\-\-with-curl}} works well, but

[jira] [Commented] (MESOS-1734) Reduce compile time replacing macro expansions with variadic templates

2014-09-29 Thread Cody Maloney (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14152234#comment-14152234 ] Cody Maloney commented on MESOS-1734: - Commit:

[jira] [Created] (MESOS-1840) Libprocess performance

2014-09-29 Thread Joris Van Remoortere (JIRA)
Joris Van Remoortere created MESOS-1840: --- Summary: Libprocess performance Key: MESOS-1840 URL: https://issues.apache.org/jira/browse/MESOS-1840 Project: Mesos Issue Type: Improvement

[jira] [Commented] (MESOS-1506) Update documentation/flags regarding new default hostname semantics

2014-09-29 Thread Evelina Dumitrescu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14152388#comment-14152388 ] Evelina Dumitrescu commented on MESOS-1506: --- I think that there might be an

[jira] [Created] (MESOS-1843) Specifying --with-curl doesn't work.

2014-09-29 Thread Michael Park (JIRA)
Michael Park created MESOS-1843: --- Summary: Specifying --with-curl doesn't work. Key: MESOS-1843 URL: https://issues.apache.org/jira/browse/MESOS-1843 Project: Mesos Issue Type: Bug

[jira] [Updated] (MESOS-1843) Specifying --with-curl doesn't work.

2014-09-29 Thread Michael Park (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Park updated MESOS-1843: Description: On a system without {{libcurl}} installed, specifying {{--with-curl=path-to-libcurl}}

[jira] [Commented] (MESOS-1739) Allow slave reconfiguration on restart

2014-09-29 Thread Cody Maloney (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14152431#comment-14152431 ] Cody Maloney commented on MESOS-1739: - [Design

[jira] [Commented] (MESOS-1797) Packaged Zookeeper does not compile on OSX Yosemite

2014-09-29 Thread Till Toenshoff (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14152438#comment-14152438 ] Till Toenshoff commented on MESOS-1797: ---

[jira] [Commented] (MESOS-1843) Specifying --with-curl doesn't work.

2014-09-29 Thread Michael Park (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14152439#comment-14152439 ] Michael Park commented on MESOS-1843: - The issue here is that {{curl/curl.h}} is

[jira] [Resolved] (MESOS-1061) GarbageCollectorIntegrationTest.DiskUsage is flaky

2014-09-29 Thread Vinod Kone (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kone resolved MESOS-1061. --- Resolution: Duplicate GarbageCollectorIntegrationTest.DiskUsage is flaky

[jira] [Commented] (MESOS-1347) GarbageCollectorIntegrationTest.DiskUsage is flaky.

2014-09-29 Thread Vinod Kone (JIRA)
replica status to STARTING I0929 19:27:33.687522 6624 leveldb.cpp:306] Persisting metadata (8 bytes) to leveldb took 446044ns I0929 19:27:33.687541 6624 replica.cpp:320] Persisted replica status to STARTING I0929 19:27:33.687557 6613 master.cpp:312] Master 20140929-192733-3176252227-39093-6596

[jira] [Commented] (MESOS-1797) Packaged Zookeeper does not compile on OSX Yosemite

2014-09-29 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14152601#comment-14152601 ] Benjamin Mahler commented on MESOS-1797: Awesome job following up with a patch

[jira] [Commented] (MESOS-1797) Packaged Zookeeper does not compile on OSX Yosemite

2014-09-29 Thread Till Toenshoff (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14152609#comment-14152609 ] Till Toenshoff commented on MESOS-1797: --- [~bmahler] +1 Hoping their unit tests are

[jira] [Created] (MESOS-1844) AllocatorTest/0.SlaveLost is flaky

2014-09-29 Thread Vinod Kone (JIRA)
] Master 20140929-165829-2759502016-55618-3486 (fedora-20) started on 192.168.122.164:55618 I0929 16:58:29.493700 3506 master.cpp:358] Master only allowing authenticated frameworks to register I0929 16:58:29.493921 3506 master.cpp:363] Master only allowing authenticated slaves to register I0929

[jira] [Comment Edited] (MESOS-1506) Update documentation/flags regarding new default hostname semantics

2014-09-29 Thread Evelina Dumitrescu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14152388#comment-14152388 ] Evelina Dumitrescu edited comment on MESOS-1506 at 9/30/14 2:19 AM:

[jira] [Updated] (MESOS-1844) AllocatorTest/0.SlaveLost is flaky

2014-09-29 Thread Vinod Kone (JIRA)
replica.cpp:320] Persisted replica status to VOTING I0929 16:58:29.490381 3500 recover.cpp:556] Successfully joined the Paxos group I0929 16:58:29.490713 3500 recover.cpp:440] Recover process terminated I0929 16:58:29.493401 3506 master.cpp:312] Master 20140929-165829-2759502016-55618-3486