Review Request 16038: Fixed an exception raised in the master related to task statuses.

2013-12-05 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16038/ --- Review request for mesos, Benjamin Hindman, Brenden Matthews, and Vinod Kone.

Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1787

2013-12-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/1787/ -- Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an

Re: Review Request 16038: Fixed an exception raised in the master related to task statuses.

2013-12-05 Thread Brenden Matthews
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16038/#review29812 --- Ship it! Good catch! - Brenden Matthews On Dec. 5, 2013, 8:45

Re: Review Request 16029: Made pailer scrollable in Chrome and Safari.

2013-12-05 Thread Ross Allen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16029/ --- (Updated Dec. 5, 2013, 6:03 p.m.) Review request for mesos. Bugs: MESOS-866

[jira] [Created] (MESOS-866) Pailer popup window is not scrollable in Chrome or Safari

2013-12-05 Thread Ross Allen (JIRA)
Ross Allen created MESOS-866: Summary: Pailer popup window is not scrollable in Chrome or Safari Key: MESOS-866 URL: https://issues.apache.org/jira/browse/MESOS-866 Project: Mesos Issue Type:

[jira] [Resolved] (MESOS-866) Pailer popup window is not scrollable in Chrome or Safari

2013-12-05 Thread Ross Allen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ross Allen resolved MESOS-866. -- Resolution: Fixed Fixed in https://reviews.apache.org/r/16029/ Pailer popup window is not scrollable

Re: Review Request 15169: Added git sha and branch in master and slave state.json

2013-12-05 Thread Niklas Nielsen
On Dec. 4, 2013, 7:53 p.m., Benjamin Hindman wrote: Ship It! Just committed this patch. Thanks for the reviews! - Niklas --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15169/#review29746

[jira] [Updated] (MESOS-816) Allow delegation to shell scripts for isolation

2013-12-05 Thread Niklas Quarfot Nielsen (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Quarfot Nielsen updated MESOS-816: - Description: Being able to delegate isolation to shell scripts could make it

Re: Review Request 15802: Catch-up Replicated Log 3: Added log recovery support.

2013-12-05 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15802/ --- (Updated Dec. 5, 2013, 7:28 p.m.) Review request for mesos, Benjamin Hindman,

[jira] [Created] (MESOS-867) ZK Membership IDs are 32 bit signed integers, not 64 bit unsigned integers.

2013-12-05 Thread Benjamin Mahler (JIRA)
Benjamin Mahler created MESOS-867: - Summary: ZK Membership IDs are 32 bit signed integers, not 64 bit unsigned integers. Key: MESOS-867 URL: https://issues.apache.org/jira/browse/MESOS-867 Project:

[jira] [Created] (MESOS-868) Group should set local session timeout to use half of negotiated ZK timeout

2013-12-05 Thread Yan Xu (JIRA)
Yan Xu created MESOS-868: Summary: Group should set local session timeout to use half of negotiated ZK timeout Key: MESOS-868 URL: https://issues.apache.org/jira/browse/MESOS-868 Project: Mesos

Review Request 16045: Fixed group to use 32 bit signed integers for sequence numbers.

2013-12-05 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16045/ --- Review request for mesos, Benjamin Hindman, Vinod Kone, and Jiang Yan Xu.

[jira] [Commented] (MESOS-867) ZK Membership IDs are 32 bit signed integers, not 64 bit unsigned integers.

2013-12-05 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13840601#comment-13840601 ] Benjamin Mahler commented on MESOS-867: --- https://reviews.apache.org/r/16045/ ZK

Re: Review Request 16045: Fixed group to use 32 bit signed integers for sequence numbers.

2013-12-05 Thread Benjamin Hindman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16045/#review29836 --- Ship it! Ship It! - Benjamin Hindman On Dec. 5, 2013, 9:40

Re: Review Request 16045: Fixed group to use 32 bit signed integers for sequence numbers.

2013-12-05 Thread Ben Mahler
On Dec. 5, 2013, 9:47 p.m., Jiang Yan Xu wrote: LGTM but we should have a subsequent patch to interpret the negative numbers in leader election. (e.g. negative numbers are excluded when looking for the minimum unless every sequence number in the group is negative) That would make

Re: Review Request 14434: Added list of TaskStatuses to Task message.

2013-12-05 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14434/#review29842 --- When we create Tasks (e.g. in Master::launchTask) we should add a

[jira] [Created] (MESOS-869) The Task protobuf does not always have a status for the corresponding task state.

2013-12-05 Thread Benjamin Mahler (JIRA)
Benjamin Mahler created MESOS-869: - Summary: The Task protobuf does not always have a status for the corresponding task state. Key: MESOS-869 URL: https://issues.apache.org/jira/browse/MESOS-869

Re: Review Request 14434: Added list of TaskStatuses to Task message.

2013-12-05 Thread Ben Mahler
On Dec. 5, 2013, 10:32 p.m., Ben Mahler wrote: When we create Tasks (e.g. in Master::launchTask) we should add a corresponding status for the Task, can you take that up in a subsequent patch? There are a few spots in the master/slave where a task is created with no corresponding

Re: Review Request 16045: Fixed group to use 32 bit signed integers for sequence numbers.

2013-12-05 Thread Jiang Yan Xu
On Dec. 5, 2013, 9:47 p.m., Jiang Yan Xu wrote: LGTM but we should have a subsequent patch to interpret the negative numbers in leader election. (e.g. negative numbers are excluded when looking for the minimum unless every sequence number in the group is negative) Ben Mahler

Re: Review Request 16045: Fixed group to use 32 bit signed integers for sequence numbers.

2013-12-05 Thread Ben Mahler
On Dec. 5, 2013, 9:47 p.m., Jiang Yan Xu wrote: LGTM but we should have a subsequent patch to interpret the negative numbers in leader election. (e.g. negative numbers are excluded when looking for the minimum unless every sequence number in the group is negative) Ben Mahler

Re: Review Request 16045: Fixed group to use 32 bit signed integers for sequence numbers.

2013-12-05 Thread Jiang Yan Xu
On Dec. 5, 2013, 9:47 p.m., Jiang Yan Xu wrote: LGTM but we should have a subsequent patch to interpret the negative numbers in leader election. (e.g. negative numbers are excluded when looking for the minimum unless every sequence number in the group is negative) Ben Mahler

Review Request 16064: Catch-up Replicated Log 4.1: Added a watch function to watch for network size changes.

2013-12-05 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16064/ --- Review request for mesos, Benjamin Hindman and Ben Mahler. Bugs: MESOS-736

Re: Review Request 16064: Catch-up Replicated Log 4.1: Added a watch function to watch for network size changes.

2013-12-05 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16064/ --- (Updated Dec. 6, 2013, 12:34 a.m.) Review request for mesos, Benjamin Hindman,

Review Request 16065: Catch-up Replicated Log 4.2: Only broadcast requests when there are enough replicas in the network.

2013-12-05 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16065/ --- Review request for mesos, Benjamin Hindman, Ben Mahler, and Jiang Yan Xu.

Review Request 16068: Fixed the master to drop authentication when non-leading.

2013-12-05 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16068/ --- Review request for mesos, Benjamin Hindman and Vinod Kone. Bugs: MESOS-839

[jira] [Created] (MESOS-870) Slave http endpoint can crash the slave when no master is detected.

2013-12-05 Thread Benjamin Mahler (JIRA)
Benjamin Mahler created MESOS-870: - Summary: Slave http endpoint can crash the slave when no master is detected. Key: MESOS-870 URL: https://issues.apache.org/jira/browse/MESOS-870 Project: Mesos

Review Request 16072: Fixed MESOS-870: The slave's http endpoint can crash the slave.

2013-12-05 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16072/ --- Review request for mesos, Benjamin Hindman, Vinod Kone, and Jiang Yan Xu.

[jira] [Commented] (MESOS-870) Slave http endpoint can crash the slave when no master is detected.

2013-12-05 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13840815#comment-13840815 ] Benjamin Mahler commented on MESOS-870: --- https://reviews.apache.org/r/16072/ Slave

Re: Review Request 16072: Fixed MESOS-870: The slave's http endpoint can crash the slave.

2013-12-05 Thread Jiang Yan Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16072/#review29862 --- Ship it! Ship It! - Jiang Yan Xu On Dec. 6, 2013, 1:51 a.m.,

Re: Review Request 16016: upgraded glog to a libc++ compatible patched 0.3.3 (R139 + libc++ patch)

2013-12-05 Thread TILL TOENSHOFF
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16016/ --- (Updated Dec. 6, 2013, 2:54 a.m.) Review request for mesos and Niklas Nielsen.

Re: Review Request 16068: Fixed the master to drop authentication when non-leading.

2013-12-05 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16068/#review29869 --- Ship it! Ship It! - Vinod Kone On Dec. 6, 2013, 12:46 a.m., Ben

Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #1788

2013-12-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/1788/ -- [...truncated 465 lines...] Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by

[jira] [Created] (MESOS-871) GroupTest.RetryableErrors is flaky

2013-12-05 Thread Yan Xu (JIRA)
Yan Xu created MESOS-871: Summary: GroupTest.RetryableErrors is flaky Key: MESOS-871 URL: https://issues.apache.org/jira/browse/MESOS-871 Project: Mesos Issue Type: Bug Components: test