Re: Cleaning out old mesos-slave sandbox directories

2015-07-09 Thread Vinod Kone
Developer // DueDil (+44) 7525940046 25 Christopher Street, London, EC2A 2BS On Wed, Jul 8, 2015 at 7:24 PM, Vinod Kone vinodk...@gmail.com wrote: On Wed, Jul 8, 2015 at 11:20 AM, Tom Arnfeld t...@duedil.com wrote: Do you know if the mesos-slave will re-schedule something for GC

Re: Resource Allocation Question

2015-07-07 Thread Vinod Kone
The DRF algorithm works by looking at one slave's resource at a time. If a slave's resource is filtered by a framework (due to declining), that framework will not be considered a candidate for DRF for that resource. So in your example, if Framework2 rejects, Framework1 should get the offer. On

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

2015-07-09 Thread Vinod Kone
As a tangent, you can speed up the build by doing make -j#threads check. On Thu, Jul 9, 2015 at 1:35 PM, Jeff Schroeder jeffschroe...@computer.org wrote: I'm unable to replicate the same failure on another up to date RHEL 7.1 machine for some strange reason. Even blowing away the checkout,

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

2015-07-09 Thread Vinod Kone
a 'test compilation' step (which can be run in parallel and speeds up) distinct from a 'run tests' step (which must run sequentially). *Marco Massenzio* *Distributed Systems Engineer* On Thu, Jul 9, 2015 at 2:28 PM, Vinod Kone vinodk...@gmail.com wrote: As a tangent, you can speed up

Re: resolving hosts with mesos-dns not working with "/" in the appid

2015-11-17 Thread Vinod Kone
I think this is a question better suited for the mesos-dns or mesosphere mailing list. On Tue, Nov 17, 2015 at 11:40 AM, Rodrick Brown wrote: > Is it possible to resolve app-ids with / in them when using mesos-dns? > > > I have apps defined like the following: > >

Re: statusUpdate() duplicate messages?

2015-11-18 Thread Vinod Kone
Look for UPDATE and ACKNOWLEDGE sections in https://github.com/apache/mesos/blob/master/docs/scheduler-http-api.md for semantics. Note that this doc for schedulers using the new HTTP API, but the semantics around updates are the same. On Wed, Nov 18, 2015 at 4:41 AM, James Vanns

Re: [VOTE] Release Apache Mesos 0.24.0 (rc1)

2015-08-27 Thread Vinod Kone
with: ../mesos/configure --prefix=/home/vagrant/releases/0.24.0/ --disable-python On 26 August 2015 at 17:00, Khanduja, Vaibhav vaibhav.khand...@emc.com wrote: +1 On Aug 26, 2015, at 4:43 PM, Vinod Kone vinodk...@gmail.com wrote: Pinging the thread for more (binding) votes. Hopefully people have

Re: Marathon split brain situation

2015-08-28 Thread Vinod Kone
Sounds like a marathon issue. You should ask in marathon mailing list. @vinodkone On Aug 28, 2015, at 7:05 AM, Rogier Dikkes rogier.dik...@surfsara.nl wrote: Hello all, I am running test cluster with Mesos and Marathon in a cluster of 20 compute nodes and 2 head nodes running vm's that

Re: [VOTE] Release Apache Mesos 0.24.0 (rc1)

2015-08-28 Thread Vinod Kone
I'm happy to add the \n after the event (note it's different from chunk) if that makes CURL play nicer. I'm not sure about the \r part though? Is that a nice to have or does it have some other benefit? The design doc is not set in the stone since this has not been released yet. So definitely want

Re: Allocation algorithm

2015-08-25 Thread Vinod Kone
The hierarchical allocator looks at one agent's resource at a time. For each agent, it runs DRF to figure out the candidate framework. More details here: https://github.com/apache/mesos/blob/master/src/master/allocator/mesos/hierarchical.hpp#L935 Regarding starvation you observed, yes that is

Re: [VOTE] Release Apache Mesos 0.24.0 (rc1)

2015-08-26 Thread Vinod Kone
-ROOT tests pass on: CentOS 7 (VirtualBox VM) Known issue (MESOS-3050) for ROOT tests on CentOS 7, non-blocker. Thanks, *Marco Massenzio* *Distributed Systems Engineerhttp://codetrips.com http://codetrips.com* On Tue, Aug 18, 2015 at 3:26 PM, Vinod Kone vinodk...@apache.org wrote: 0.24.0

Re: [VOTE] Release Apache Mesos 0.24.0 (rc1)

2015-08-31 Thread Vinod Kone
soon as I have a chance. > > Vinod, > > what exactly is the benefit of using recordio here? Doesn't it make the > content-type somewhat wrong? If I send 'Accept: application/json' and > receive 'Content-Type: application/json', I actually expect to receive only > json in the

Re: [VOTE] Release Apache Mesos 0.24.0 (rc1)

2015-09-01 Thread Vinod Kone
events a lot easier >> for me. >> >> Thanks, >> Dario >> >> On Sep 1, 2015, at 8:42 AM, dario.re...@me.com wrote: >> >> Hi Vinod, >> >> thanks for the explanation, I got it now. >> >> Thanks, >> Dario >> >> On 31.0

Re: [VOTE] Release Apache Mesos 0.24.0 (rc1)

2015-09-01 Thread Vinod Kone
s- we agreed were non-blocking: I'll follow up with him too) > > *Marco Massenzio* > > *Distributed Systems Engineerhttp://codetrips.com <http://codetrips.com>* > > On Tue, Sep 1, 2015 at 10:49 AM, Vinod Kone <vinodk...@apache.org> wrote: > >> Thanks for the nudg

Re: Prepping for next release

2015-09-01 Thread Vinod Kone
JDK7 when uploading. Not sure how easy it is to adapt our Mesos build tool chain for this. Anyone has expertise in this area? Thoughts? On Tue, Aug 18, 2015 at 3:14 PM, Vinod Kone <vinodk...@apache.org> wrote: > I re-encrypted the maven passwords and that seemed to have done the trick.

[VOTE] Release Apache Mesos 0.24.0 (rc2)

2015-09-01 Thread Vinod Kone
Hi all, Please vote on releasing the following candidate as Apache Mesos 0.24.0. 0.24.0 includes the following: Experimental support for v1 scheduler HTTP API! This release also wraps up support for fetcher.

Re: mesos-master resource offer details

2015-09-02 Thread Vinod Kone
Sounds like you should bump up the logging level of marathon. Did you ask in the marathon mailing list? On Wed, Sep 2, 2015 at 10:02 AM, Haripriya Ayyalasomayajula < aharipriy...@gmail.com> wrote: > Alex, > > The problem I am facing is that there are no allocations made. Mesos > -master gives 5

API client libraries

2015-09-02 Thread Vinod Kone
Hi folks, Now that the v1 scheduler HTTP API (beta) is on the verge of being released, I wanted to open up the discussion about client libraries for the API. Mainly around support and home for the libs. One idea is that, going forward, the only supported client library would be C++ library which

Re: Apache Mesos Community Sync

2015-09-02 Thread Vinod Kone
We'll have the next community sync tomorrow (Sept 3rd) at 3 PM PST. Please add items to agenda <https://docs.google.com/document/d/153CUCj5LOJCFAVpdDZC7COJDwKh9RDjxaTA0S7lzwDA/edit#heading=h.u1x3j7f3uixf> . On Wed, Aug 5, 2015 at 4:12 PM, Vinod Kone <vinodk...@gmail.com> wrote:

Re: API client libraries

2015-09-02 Thread Vinod Kone
On Wed, Sep 2, 2015 at 11:49 AM, Vinod Kone <vinodk...@apache.org> wrote: > --> Might be a step backward because we would be officially dropping > support for Java and Python. This is probably a good thing? > s/officially dropping support/dropping official support/

[RESULT][VOTE] Release Apache Mesos 0.24.0 (rc2)

2015-09-04 Thread Vinod Kone
, at 11:47 PM, Niklas Nielsen <nik...@mesosphere.io> wrote: > > +1 - tested on our CI > > On Tuesday, September 1, 2015, Vinod Kone <vinodk...@apache.org> wrote: > >> Hi all, >> >> >> Please vo

Re: how to overcome orphaned tasks after master failure

2015-09-14 Thread Vinod Kone
The framework is expected to re-register with a failed over master with the same framework id as before. If you are using the scheduler driver, that should happen automatically. On Mon, Sep 14, 2015 at 6:38 AM, Mike Barborak wrote: > Hi, > > > > I’m trying to understand a

Re: how to overcome orphaned tasks after master failure

2015-09-14 Thread Vinod Kone
On Mon, Sep 14, 2015 at 12:40 PM, Mike Barborak wrote: > Sorry for my ignorance, but what is the “scheduler driver?” My framework > is based on the Java example: > > Some details about the driver should be here:

Re: Detect Slave Memory Resources

2015-09-29 Thread Vinod Kone
start mesos slave with "--resources" explicitly set to what you want it to offer. On Tue, Sep 29, 2015 at 5:12 PM, Rafael Capucho wrote: > I solve the Warning by disabling swap memory, like that: > > --memory-swap=-1 \ > --memory="2G" \ > > But in MESOS UI I still see

Re: Help interpreting output from running java test-framework example

2015-09-09 Thread Vinod Kone
sounds like it. can you see what the slave/agent and executor logs say? On Tue, Sep 8, 2015 at 11:46 AM, Stephen Boesch wrote: > > I am in the process of learning how to run a mesos cluster with the intent > for it to be the resource manager for Spark. As a small step in

Re: mesos 0.24 released?

2015-09-18 Thread Vinod Kone
On Fri, Sep 18, 2015 at 11:31 AM, craig w wrote: > Gotcha will there be a blog post / release announcement on the website > soon? > yea i'll get to it. sorry for the delay.

Re: [VOTE] Release Apache Mesos 0.21.2 (rc1)

2015-09-25 Thread Vinod Kone
+1 (binding) Tested on CI for CentOS5/6. On Thu, Sep 24, 2015 at 6:12 PM, Adam Bordelon wrote: > +1 (binding) Tested on CI for CentOS7 and Ubuntu 14.04. > > On Thu, Sep 24, 2015 at 5:44 PM, Adam Bordelon wrote: > >> Hi friends, >> >> Here's a candidate

Re: Web ui offers tab blank

2015-09-25 Thread Vinod Kone
What do the master and scheduler logs say? On Fri, Sep 25, 2015 at 5:02 AM, F21 wrote: > I am running mesos 0.24 on CoreOS. I also have Marathon 0.10.1 running. > > I am trying to run the HDFS framework and notice that it's complaining > that there isn't enough resources

Re: Official RPMs

2015-09-21 Thread Vinod Kone
+Jake Farrell The mesos project doesn't publish platform dependent artifacts. We currently only publish platform independent artifacts like JAR (to apache maven) and interface EGG (to PyPI). Recently we made the decision for the

Re: mesos 0.24 released?

2015-09-21 Thread Vinod Kone
Published the blogpost for 24.0. On Fri, Sep 18, 2015 at 9:42 PM, CCAAT wrote: > > Oh, > > Here is a link that explains the Variable meanings for the packages > downloaded by gentoo's package manager, portage:: > > https://devmanual.gentoo.org/ebuild-writing/variables/ >

Re: [VOTE] Release Apache Mesos 0.24.1 (rc1)

2015-09-21 Thread Vinod Kone
+1 (binding) Tested on CI for CentOS5 and CentOS6. On Fri, Sep 18, 2015 at 6:21 PM, Adam Bordelon wrote: > Hi friends, > > Please vote on releasing the following candidate as Apache Mesos 0.24.1. > > 0.24.1 includes the following: > >

Re: [VOTE] Release Apache Mesos 0.23.1 (rc1)

2015-09-23 Thread Vinod Kone
+1 (binding) Tested on CI for centos5/6 @vinodkone > On Sep 23, 2015, at 3:45 PM, Adam Bordelon wrote: > > +1 (binding) Tested on CI for CentOS7, Fedora22, and Ubuntu 14.04. > >> On Wed, Sep 23, 2015 at 10:25 AM, haosdent wrote: >> >> +1 test on

Re: Native Lib vs. Rest API

2015-12-03 Thread Vinod Kone
Yes, that's the plan. Here are the related epics tracking the work: MESOS-2288 and MESOS-3302 The user doc for the scheduler API is

Re: Task still 'active' after TASK_FINISHED status

2015-12-07 Thread Vinod Kone
is repeated ad-infinitum. I can > confirm that this Chronos framework with the same ID is still running. > > Sorry to switch frameworks suddenly - this was simpler because it was one > task instead of 100s. > > Jim > > On 24 November 2015 at 17:57, Vinod Kone <v

Re: Mesos at Moz

2015-12-07 Thread Vinod Kone
Really cool to see a multi-framework compute platform. Let us know how things work for you guys as you scale! On Mon, Dec 7, 2015 at 7:24 PM, Arunabha Ghosh wrote: > We're definitely open to merging the changes to Bamboo back upstream if > the changes we made prove useful

Re: Mesos ACL User

2015-12-09 Thread Vinod Kone
Mesos doesn't understand user groups yet, so you can't setup ACLs on them. On Wed, Dec 9, 2015 at 11:33 AM, John Omernik wrote: > Well the mesos slaves are running as root, so they can run any task as any > user. What I believe this is trying to do is using authentication in

Re: GLOG settings

2015-12-10 Thread Vinod Kone
On Thu, Dec 10, 2015 at 11:12 AM, Zameer Manji wrote: > the native library logs to stderr directly. > By default the library logs to stderr. But you can set Mesos/GLOG env variables (e.g., MESOS_LOG_DIR) to make it write to a file instead.

Re: Dynamic Reservations and --roles

2015-12-11 Thread Vinod Kone
> 1. If the role specified in the reserve/unreserve operation doesn't exist > in --roles on the master, it should reject the reservation on the /reserve > endpoint. Why allow the reservation of roles if you can't use them if they > are specified > > 2. If the role doesn't exist in --roles, and a

Re: Checking MesosSchedulerDriver status

2016-01-04 Thread Vinod Kone
What exactly is the problem you are trying to solve? Calling start() to get the driver status is a bit of a hack. On Mon, Jan 4, 2016 at 5:35 AM, Eren Güven wrote: > Thanks. > > On 4 January 2016 at 13:47, haosdent wrote: > >> >Calling start and

Re: Task still 'active' after TASK_FINISHED status

2015-11-24 Thread Vinod Kone
Can you paste the logs? On Tue, Nov 24, 2015 at 2:16 AM, James Vanns wrote: > Hi again list. > > Mesos 0.24 > C++ Framework (still using the Protobufs based comms, not REST) > > My framework appears to be holding onto offers (somehow) from tasks that > are finished!? I

Re: Mesos HA does not work (Failed to recover registrar)

2016-06-04 Thread Vinod Kone
You need to start all 3 masters simultaneously so that they can reach a quorum. Also, looks like each master is talking to its local zk server, are you sure the 3 ZK servers are forming a quorum? On Sat, Jun 4, 2016 at 9:42 AM, Qian Zhang wrote: > Hi Folks, > > I am trying

Re: [VOTE] Release Apache Mesos 1.0.0 (rc1)

2016-06-08 Thread Vinod Kone
>> >> Non-binding -1 , as this check isn’t strictly useful - especially given >> this is probably the last major upgrade where libmesos is even relevant. >> >>  Robert >> >> On Jun 1, 2016, at 12:38 AM, Vinod Kone <vinodk...@apache.org> wrote: >> &g

Re: Proposal: move content in Wiki to docs in code repo

2016-06-09 Thread Vinod Kone
tps://cwiki.apache.org/confluence/display/MESOS/Mesos+Release+Planning >>> >>> Thanks a lot! >>> - Jie >>> >>> On Tue, Jun 7, 2016 at 5:39 AM, tommy xiao <xia...@gmail.com> wrote: >>> >>>> +1, good point. >>>> >>>

Re: Proposal: move content in Wiki to docs in code repo

2016-06-09 Thread Vinod Kone
Done. Let me know if you have edit access now. On Thu, Jun 9, 2016 at 11:01 AM, Tomek Janiszewski <jani...@gmail.com> wrote: > @Vinod I've just create the account - Tomasz Janiszewski (janisz) > > Thanks > > czw., 9.06.2016, 16:52 użytkownik Vinod Kone <vinodk...@apach

Re: [VOTE] Release Apache Mesos 0.27.3 (rc1)

2016-06-07 Thread Vinod Kone
+1 (binding) Tested on ASF CI (NOTE: The failing build for ubuntu + gcc is a red herring) *Revision*: 68dd1f6a12c321a21a7e6e257d5a23b41d127273 - refs/tags/0.27.3-rc1 Configuration Matrix gcc clang centos:7 --verbose --enable-libevent --enable-ssl [image: Success]

Re: how to stop the mesos executor process in JVM?

2016-06-06 Thread Vinod Kone
Couple things. You need to do the business logic and status update sending in a different thread than synchronously in launchTask(). This is because the driver doesn't send messages to the agent unless the launchTask() method returns. See

Re: Proposal: move content in Wiki to docs in code repo

2016-06-06 Thread Vinod Kone
Works for me. Some things we might miss from wiki would be comments and ability to watch for updates; but I don't think many people use them. On Mon, Jun 6, 2016 at 3:15 PM, Gilbert Song wrote: > +1. > > At least I personally rarely touch the wiki. > > Gilbert > > On Mon,

Welcome Anand and Joseph as new committers!

2016-06-09 Thread Vinod Kone
Hi folks, I'm happy to announce that the PMC has voted in *Anand Mazumdar *and *Joseph Wu* as committers and members of PMC for the Apache Mesos project. A little about the new committers. Anand has been working on the Apache Mesos project for about an year now and has shown incredible

Re: 0.28.2

2016-05-25 Thread Vinod Kone
University of Minnesota > > On Wed, May 25, 2016 at 10:50 AM, Guangya Liu <gyliu...@gmail.com> wrote: > >> Hi Vinod, >> >> What June requested is actually a bug here >> https://issues.apache.org/jira/browse/MESOS-4744 , does it make sense to >> back mer

Re: 1.0 Release Candidate

2016-05-25 Thread Vinod Kone
unavoidable. 2) Transition the issues with Fix Version "0.29.0" to "1.0.0". I will make sure to turn off JIRA notification emails for this change to avoid spamming issues@. Thanks, On Wed, May 25, 2016 at 8:52 AM, Vinod Kone <vinodk...@apache.org> wrote: > Hi folks, >

Re: 1.0 Release Candidate

2016-05-25 Thread Vinod Kone
lans changed? > > > On Wednesday, May 25, 2016, Vinod Kone <vinodk...@apache.org> wrote: > >> Hi folks, >> >> As discussed in the previous community sync, we plan to cut a release >> candidate for our next release (1.0) early next week. >> >> 1.

Re: hellenic mesos user group

2016-06-14 Thread Vinod Kone
Great to hear. Thanks for starting it! Mind sending a PR for https://github.com/apache/mesos/blob/df29bf0338771c92d1b1d3848181a35429cdcf0f/site/source/community/user-groups.html.md ? On Tue, Jun 14, 2016 at 3:43 AM, Ioannis Petrousov wrote: > Hello Mesos world > > I would

1.0.0 RC2

2016-06-13 Thread Vinod Kone
Hi folks, I'm planning to cut 1.0 RC2 later this week (likely friday). So please make sure to get any patches targeted for 1.0 (esp. blockers) upstreamed. The dashboard for the release is here: https://issues.apache.org/jira/issues/?filter=12335793 Thanks, Vinod

Re: [VOTE] Release Apache Mesos 0.28.2 (rc1)

2016-05-30 Thread Vinod Kone
+1 (binding) Tested on ASF CI *Revision*: ceecad69bd9656cf405ca7378ad021c4ad51aaed - refs/tags/0.28.2-rc1 Configuration Matrix gcc clang centos:7 --verbose --enable-libevent --enable-ssl [image: Success]

Re: 1.0 Release Candidate

2016-05-26 Thread Vinod Kone
and ready for use for > everyone. I think not following those steps here for the HTTP APIs is a > huge error. > > On Wed, May 25, 2016 at 12:51 PM, Vinod Kone <vinodk...@apache.org> wrote: > > > Post 1.0. Jie might be able to shed more light regarding the plans for > > Doc

Re: 1.0 Release Candidate

2016-05-26 Thread Vinod Kone
This is the release dashboard: https://issues.apache.org/jira/secure/Dashboard.jspa?selectPageId=12328255 *NOTE: *If you have set a Fix Version of 0.29.0 on a ticket that is not a blocker for 0.29.0/1.0 release, please unset the fix version. On Thu, May 26, 2016 at 3:44 PM, Vinod Kone <vin

[VOTE] Release Apache Mesos 1.0.0 (rc1)

2016-06-01 Thread Vinod Kone
Hi all, Please vote on releasing the following candidate as Apache Mesos 1.0.0. NOTE: The voting period for this release is 3 weeks. Also, we are willing to make API changes before the final release. So please test it thoroughly. 1.0.0 includes the following features:

Re: 1.0.0 RC2

2016-06-17 Thread Vinod Kone
.x branch and update the version on trunk to 1.1.0. Any further fixes for RC2 will be cherry picked on to that branch. On Wed, Jun 15, 2016 at 4:09 PM, Vinod Kone <vinodk...@apache.org> wrote: > There are still 17 un-resolved issues targeted for 1.0. We have only > couple mo

Re: [VOTE] Release Apache Mesos 0.26.2 (rc1)

2016-06-20 Thread Vinod Kone
+1 (binding) Tested on ASF CI w/ ubuntu. Note that centos:7 build issue is due to a known configuration issue (unable to find JAVA_HOME), fixed in 0.27.0, with the build script. *Revision*: 5edc7bab79649341c44df21c8842e05fb6d6c2bb - refs/tags/0.26.2-rc1 Configuration Matrix gcc clang

Re: 1.0.0 RC2

2016-06-15 Thread Vinod Kone
There are still 17 un-resolved issues targeted for 1.0. We have only couple more days left for the RC cut. Whoever is driving & shepherding these please make sure to land them. On Mon, Jun 13, 2016 at 1:58 PM, Vinod Kone <vinodk...@apache.org> wrote: > Hi folks, > > I'm plan

Re: Mesos working groups

2016-06-16 Thread Vinod Kone
HTTP APIs and Website are active for sure! On Thu, Jun 16, 2016 at 11:36 AM, Wong, Steven wrote: > The existence of working groups on external volume and global resource > still makes sense to me > > > > *From:* Jie Yu [mailto:yujie@gmail.com] > *Sent:* Thursday, June

Canonical contributors list

2016-06-24 Thread Vinod Kone
Hi, As discussed in the previous community sync, we would like to start storing a canonical list of contributors to the project. The main goal is to constantly measure how we are growing and improving as a community. For example, we want to track what % of reviews getting committed are from a

Re: Slack as the canonical chat channel

2016-06-24 Thread Vinod Kone
, Vinod Kone <vinodk...@apache.org> wrote: > Yup. It is linked in the channel description. > http://mesos.slackarchive.io/ > > On Fri, Jun 24, 2016 at 11:36 AM, James Peach <jor...@gmail.com> wrote: > >> Are there public archives of the slack channel >> >&g

Re: Specifying a preferred host with a Resource Request

2016-02-06 Thread Vinod Kone
What you want here are dynamic reservations and persistent volumes. Take a look at our docs for these features. @vinodkone > On Feb 6, 2016, at 10:31 AM, Jagadish Venkatraman > wrote: > > Hi Guangya, > > Thanks for the response! Let me provide more background to

Re: mesos agent not recovering after ZK init failure

2016-02-09 Thread Vinod Kone
MESOS-1326 was fixed in 0.19.0 (set the fix version now). But I guess you are saying it is somehow related but not exactly the same issue? On Tue, Feb 9, 2016 at 11:46 AM, Raúl Gutiérrez Segalés wrote: > On 9 February 2016 at 11:04, Sharma Podila

Re: India Mesos User Group!

2016-02-05 Thread Vinod Kone
Done . It will be reflected on the website during the next refresh.

Re: memory limit exceeded ==> KILL instead of TERM (first)

2016-02-12 Thread Vinod Kone
+1 to what kamil said. That is exactly the reason why we designed it that way. Also, the why is included in the status update message. @vinodkone > On Feb 12, 2016, at 6:08 AM, David J. Palaitis > wrote: > > In larger deployments, with many applications, you may

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

2016-01-29 Thread Vinod Kone
Git fetch --tags @vinodkone > On Jan 29, 2016, at 7:00 PM, Marco Massenzio wrote: > > Is there a 0.27.0-rc2 branch cut? > > $ git fetch --all > Fetching origin > > $ git co 0.27.0-rc2 > error: pathspec '0.27.0-rc2' did not match any file(s) known to git. > > > -- >

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

2016-01-29 Thread Vinod Kone
+1 (binding) Tested (non-root tests with ./support/docker_build.sh script) on ASF CI with the following configurations: NOTE: clang is intentionally disabled on centos and "clang + ubuntu + --verbose" build failed because of a

Re: India Mesos User Group!

2016-02-03 Thread Vinod Kone
Hey Abhishek. Thanks for reaching out and your interest in starting the first MUG in India. Exciting! Just create a Mesos and city specific meetup group (something along the lines of "Pune-Mesos-Users-Group") and let us know the link. We'll get it added to the user-groups community page that

Re: Reusing Task IDs

2016-02-22 Thread Vinod Kone
I would vote for updating comments in mesos.proto to warn users to not re-use task id for now. On Sun, Feb 21, 2016 at 9:05 PM, Klaus Ma wrote: > Yes, it's dangerous to reuse TaskID; there's a JIRA (MESOS-3070) that > Master'll crash when Master failover with duplicated

Re: Safe update of agent attributes

2016-02-23 Thread Vinod Kone
On Tue, Feb 23, 2016 at 8:44 AM, Zhitao Li wrote: > Can we consider to add a new option like "--auto_recovery_cleanup" which > would automatically perform the clean up if detected incompatible slave > info, or change the default behavior for "--recover"? > Wouldn't you want to

Re: Safe update of agent attributes

2016-02-23 Thread Vinod Kone
On Tue, Feb 23, 2016 at 12:59 PM, Zameer Manji wrote: > Is incompatible slave info signaled by a certain exit code? > Not currently, but we could. A naive/hacky implementation could look at log lines.

Re: Recent UI enhancements & Managed Service Providers

2016-02-26 Thread Vinod Kone
On Thu, Feb 25, 2016 at 10:31 AM, Paul Bell wrote: > I'm not sure that I can be more specific. MSPs are interested in a "view > by tenant", e.g., "show me all applications that are allotted to Tenant > X". I suppose that the standard Mesos UI could, with properly named task

Re: Recent UI enhancements & Managed Service Providers

2016-02-25 Thread Vinod Kone
> But an important MSP requirement is a unified view of their many tenants. So > I am really trying to get a sense for how well the recent Mesos/Marathon > releases address this requirement. Can you be more specific about what you mean by unified view and tenants? What's lacking currently?

Re: [VOTE] Release Apache Mesos 0.27.2 (rc1)

2016-02-29 Thread Vinod Kone
+1 (binding) Tested on ASF CI. *Revision*: 3c9ec4a0f34420b7803848af597de00fedefe0e2 - refs/tags/0.27.2-rc1 Configuration Matrix gcc clang centos:7 --verbose --enable-libevent --enable-ssl [image: Success]

Re: [VOTE] Release Apache Mesos 0.26.1 (rc1)

2016-02-29 Thread Vinod Kone
Looks like the ASF CI builds for CentOS7 are failing because they are unable to find JAVA_HOME. Couldn't tell if it's an issue with the docker build script or something in the configure script. checking for svn_txdelta in -lsvn_delta-1... yes checking for sasl_done in -lsasl2... yes checking

0.28.0 release

2016-02-29 Thread Vinod Kone
Hi folks, I'm volunteering to be the Release Manager for 0.28.0. Joris and Kevin Klues have kindly agreed to help me out. The plan is cut an RC tomorrow 03/01. The dashboard for the release is here: https://issues.apache.org/jira/secure/Dashboard.jspa?selectPageId=12327751 *If you have a ticket

Re: [VOTE] Release Apache Mesos 0.27.2 (rc1)

2016-02-29 Thread Vinod Kone
I don't see CHANGELOGs for these versions on the master branch? On Mon, Feb 29, 2016 at 1:39 PM, Neil Conway wrote: > As described (briefly) in the release emails, 0.27.2, 0.26.1, 0.25.1, > and 0.24.2 contains a new feature: "reliable floating point for scalar >

Re: Bangalore Mesos User Group [http://www.meetup.com/Bangalore-Mesos-User-Group/]

2016-02-26 Thread Vinod Kone
On Wed, Feb 24, 2016 at 10:53 PM, Dhilip Kumar S wrote: > http://www.meetup.com/Bangalore-Mesos-User-Group/ Added to user-groups list. Thanks for starting it!

Re: mesos-slave recover strategy

2016-01-19 Thread Vinod Kone
Killing is done by the agent/slave. So network partition doesn't affect the killing. When the agent eventually connects with the master or times out, TASK_LOST is sent to the framework. @vinodkone > On Jan 19, 2016, at 6:46 AM, Mauricio Garavaglia > wrote: > >

Re: Updated agent resources with every offer.

2016-02-12 Thread Vinod Kone
>> offer? >> >> 2. And if so, and this might be hacky, if i bind mounted my docker folder >> (where all cached images are stored) into a sandbox directory, do you think >> Mesos will register the correct state of the disk in the offer? (Suppose I >> were to spawn a pos

Re: Updated agent resources with every offer.

2016-02-12 Thread Vinod Kone
If your job is writing stuff outside the sandbox it is up to your framework to do that resource accounting. It is really tricky for Mesos to do that. For example, the second job might be launched even before the first one finishes. On Fri, Feb 12, 2016 at 3:46 PM, Arkal Arjun Rao

Re: Documentation for monitor/statistics endpoint

2016-02-16 Thread Vinod Kone
We are in the process of figuring out how to better document endpoints like these. For now your best bet is to look at the ResourceStatistics protobuf in mesos.proto. On Tue, Feb 16, 2016 at 11:29 AM, Brandon Bercovich

Re: [VOTE] Release Apache Mesos 0.27.1 (rc1)

2016-02-19 Thread Vinod Kone
+1 (binding) Tested on ASF CI. Project Mesos-Release Configuration Matrix gcc clang centos:7 --verbose --enable-libevent --enable-ssl [image: Success]

Re: [VOTE] Release Apache Mesos 0.28.0 (rc1)

2016-03-10 Thread Vinod Kone
gt;>> under review and will need to land by Thursday to be included. > >> >>> > >> >>> Are there others? > >> >>> > >> >>> Jie's container image documentation (submitted): > >> >>> commit 7de8cdd4d8ed1d

[RESULT][VOTE] Release Apache Mesos 0.28.0 (rc2)

2016-03-18 Thread Vinod Kone
Hi all, The vote for Mesos 0.28.0 (rc2) has passed with the following votes. +1 (Binding) -- Vinod Kone Michael Park Kapil Arya +1 (Non-binding) -- Greg Mann Daniel Osborne Jorg Schad Zhitao Li There were no 0 or -1 votes

[VOTE] Release Apache Mesos 0.28.0 (rc2)

2016-03-11 Thread Vinod Kone
Hi all, Please vote on releasing the following candidate as Apache Mesos 0.28.0. 0.28.0 includes the following: Release Notes - Mesos - Version 0.28.0 This release

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

2016-03-19 Thread Vinod Kone
On Wed, Mar 16, 2016 at 5:59 PM, Daniel Osborne < daniel.osbo...@metaswitch.com> wrote: > Is this issue a blocker? Are we moving to rc3 or proceeding with 0.28.0? > It was not marked as such, so I'm guessing not. @Jie and @Zhitao, can you confirm? Also, we still need some binding votes for this

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

2016-03-19 Thread Vinod Kone
+1 (binding) Tested on ASF CI (ubuntu 14.04 w/ gcc and clang). On Wed, Mar 16, 2016 at 6:07 PM, Vinod Kone <vinodk...@apache.org> wrote: > > On Wed, Mar 16, 2016 at 5:59 PM, Daniel Osborne < > daniel.osbo...@metaswitch.com> wrote: > >> Is this issue a blocker? Are

Re: [RESULT][VOTE] Release Apache Mesos 0.28.0 (rc2)

2016-03-19 Thread Vinod Kone
released or will they > come later this week? > > On Thu, Mar 17, 2016 at 1:28 PM, Vinod Kone <vinodk...@apache.org> wrote: > >> Hi all, >> >> >> The vote for Mesos 0.28.0 (rc2) has passed with the >> >> following votes. >> >> >> +1 (

Re: Reserved memory and disk for mesos

2016-03-15 Thread Vinod Kone
Also, note that this is the default behavior which can be overridden by the --resources flag. On Tue, Mar 15, 2016 at 11:24 AM, Zameer Manji wrote: > Arkal, > > There are many services that might need to run on a host adjacent to the > slave. For example, you might need a dns

Re: [VOTE] Release Apache Mesos 0.28.0 (rc1)

2016-03-11 Thread Vinod Kone
lue...@gmail.com> wrote: > The list of patches to include in 0.28.0-rc2 are now being tracked by a > JIRA: > > https://issues.apache.org/jira/browse/MESOS-4915 > > On Thu, Mar 10, 2016 at 3:51 PM, Vinod Kone <vinodk...@apache.org> wrote: > > I'll cut it first thing

Re: [VOTE] Release Apache Mesos 0.25.1 (rc4)

2016-04-06 Thread Vinod Kone
+1 (binding) `./configure && make check` on ubuntu 14.04 On Wed, Apr 6, 2016 at 6:18 PM, Benjamin Mahler wrote: > +1 (binding) > > The following passes on OS X: > $ ./configure CC=clang CXX=clang++ --disable-python --disable-java > $ make check > > On Tue, Apr 5, 2016 at

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

2016-04-06 Thread Vinod Kone
+1 (binding) Tested on ASF CI. There was one flaky test that's new: https://issues.apache.org/jira/browse/MESOS-5139 Configuration Matrix gcc clang centos:7 --verbose --enable-libevent --enable-ssl [image: Success]

Re: [VOTE] Release Apache Mesos 0.24.2 (rc5)

2016-04-06 Thread Vinod Kone
+1 (binding) make check on ubuntu 14.04 On Wed, Apr 6, 2016 at 6:17 PM, Benjamin Mahler wrote: > +1 (binding) > > The following passes on OS X: > $ ./configure CC=clang CXX=clang++ --disable-python --disable-java > $ make check > > On Tue, Apr 5, 2016 at 10:51 PM, Michael

Re: [VOTE] Release Apache Mesos 0.26.1 (rc4)

2016-04-06 Thread Vinod Kone
+1 (binding) Tested on ASF CI. There was one flaky test that's new: https://issues.apache.org/jira/browse/MESOS-5139 Configuration Matrix gcc clang centos:7 --verbose --enable-libevent --enable-ssl [image: Success]

Re: [VOTE] Release Apache Mesos 0.26.1 (rc4)

2016-04-06 Thread Vinod Kone
oops wrong email thread. this should be for 28.1 voting thread. canceling this particular vote. i'll vote for 26.1 shortly. On Wed, Apr 6, 2016 at 8:46 PM, Vinod Kone <vinodk...@apache.org> wrote: > +1 (binding) > > Tested on ASF CI. There was one flaky test that

Re: [VOTE] Release Apache Mesos 0.26.1 (rc4)

2016-04-06 Thread Vinod Kone
ESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/> On Wed, Apr 6, 2016 at 8:50 PM, Vinod Kone <vinodk...@apache.org> wrote: > oops wrong email thread. this should be for 28.1 voting thread. > > canceling this particular vote. i'll vote for

Re: Package release schedule for Mesosphere Mesos 0.29

2016-04-12 Thread Vinod Kone
As discussed in the previous community sync (notes of which have just been emailed to the list), 0.29.0 is being targeted for mid-may. Mesosphere packages are automatically released (within hours) following the official release. On Tue, Apr 12, 2016 at 1:45 PM, June Taylor wrote:

<    1   2   3   4   5   6   >