Prepping for next release

2015-07-21 Thread Vinod Kone
Hi folks, I will be the release manager for the upcoming release (ETA early August). To prep for the release (and make my life easy) I'm planning to remove the target versions for all *unresolved* tickets that have a target version 0.24.0. I would like folks to explicitly set the target version

Re: Prepping for next release

2015-07-21 Thread haosdent
Is it too fast to release 0.24, because 0.23 is still rc3 now. On Wed, Jul 22, 2015 at 2:02 AM, Vinod Kone vinodk...@gmail.com wrote: Hi folks, I will be the release manager for the upcoming release (ETA early August). To prep for the release (and make my life easy) I'm planning to remove

Re: Prepping for next release

2015-07-21 Thread James Peach
On Jul 21, 2015, at 11:46 AM, Vinod Kone vinodk...@gmail.com wrote: In one of the previous community syncs, we decided to try time based releases (roughly a month apart) going forward since 1) we have enough meaty stuff landing every month and 2) gives users a cadence of releases. How long

Re: Prepping for next release

2015-07-21 Thread haosdent
Or odd number version is no stable version while the even number version is a stable version, just like HBase. On Wed, Jul 22, 2015 at 2:22 AM, haosdent haosd...@gmail.com wrote: Is it too fast to release 0.24, because 0.23 is still rc3 now. On Wed, Jul 22, 2015 at 2:02 AM, Vinod Kone

Re: Prepping for next release

2015-07-21 Thread Vinod Kone
In one of the previous community syncs, we decided to try time based releases (roughly a month apart) going forward since 1) we have enough meaty stuff landing every month and 2) gives users a cadence of releases. While 0.23.0 vote is still in progress, the first RC was cut July 3rd, so cutting

Re: Prepping for next release

2015-07-21 Thread Vinod Kone
So far, we have maintained compatibility with version N and N-1. Regarding support, we typically support the latest release and the previous release. On Tue, Jul 21, 2015 at 12:52 PM, James Peach jor...@gmail.com wrote: On Jul 21, 2015, at 11:46 AM, Vinod Kone vinodk...@gmail.com wrote:

Resource Estimator

2015-07-21 Thread Tiago Alves
Hi, I would like to know how mesos estimates the available resources (CPU/RAM/DISK) of a slave, and how this resources are viewed by the master (zookeeper ?) I have looked in: https://github.com/apache/mesos/blob/master/src/slave/resource_estimator.cpp

Re: Resource Estimator

2015-07-21 Thread Jie Yu
Tiago, ResourceEstimator is used for oversubscription and is irrelevant ( https://github.com/apache/mesos/blob/master/docs/oversubscription.md) The logic of estimating available resources on a slave is here:

Re: building mesos.jar gives many errors at javadoc

2015-07-21 Thread Adam Bordelon
From your pastebin, it looks like maven ran out of memory, either while compiling or while generating javadoc. After you give mvn more memory, it tries to javadoc the class files instead of just java files. Weird. Do you have abnormal mvn/java settings? Let's file a JIRA. I'm glad you found a

Re: Prepping for next release

2015-07-21 Thread Adam Bordelon
Thanks, Vinod. I've got a handful of JIRAs I'd really like to see land in 0.24.0. https://issues.apache.org/jira/browse/MESOS-2559 Do not use RunTaskMessage.framework_id. https://issues.apache.org/jira/browse/MESOS-2600 Add /reserve and /unreserve endpoints on the master for dynamic reservation

building mesos.jar gives many errors at javadoc

2015-07-21 Thread Hans van den Bogert
Hi, When compiling mesos under centos 6.5, I get numerous errors at some point, which if I understand correctly, is at creating the mesos.jar, at the javadoc phase: I get the following: http://pastebin.com/TNRERS4p When I give mvn more JVM memory, actual errors appear (these are just two, of