Re: Welcome Haosdent Huang as Mesos Committer and PMC member!

2016-12-16 Thread Dharmesh Kakadia
Congrats Haosdent ! Thanks, Dharmesh On Fri, Dec 16, 2016 at 4:11 PM, Qian Zhang wrote: > Congratulations Haosdent! Well deserved! :-) > > > Thanks, > Qian Zhang > > On Sat, Dec 17, 2016 at 8:07 AM, Sam wrote: > > > Congratulations Haosdent :) > > >

Re: Setting minimum offer size

2015-06-30 Thread Dharmesh Kakadia
Interesting. I agree, that dynamic reservation and optimistic offers will help mitigate the issue, but the resource fragmentation (and starvation due to that) is a more general problem. Predictive models can certainly aid the Mesos scheduler here. I think the filters in Mesos can be extended to

Re: Setting minimum offer size

2015-06-30 Thread Dharmesh Kakadia
at 7:15 PM, Alex Rukletsov a...@mesosphere.com wrote: One option is to implement alternative behaviour in an allocator module. On Tue, Jun 30, 2015 at 3:34 PM, Dharmesh Kakadia dhkaka...@gmail.com wrote: Interesting. I agree, that dynamic reservation and optimistic offers will help

Fwd: Orphan links in Docs

2015-03-07 Thread Dharmesh Kakadia
Hey Dave, Would you be able to review this ? Thanks, Dharmesh -- Forwarded message -- From: Dharmesh Kakadia dhkaka...@gmail.com Date: Mon, Mar 2, 2015 at 9:35 PM Subject: Re: Orphan links in Docs To: dev d...@mesos.apache.org Thanks Dave !! I have attached the patch on https

Re: Orphan links in Docs

2015-03-01 Thread Dharmesh Kakadia
character (:P), but I wanted to update the site README as well, as it would make the process clearer for newbies like me. Thanks, Dharmesh On Sat, Nov 15, 2014 at 11:23 PM, Dharmesh Kakadia dhkaka...@gmail.com wrote: Thanks Dave, Vinod and Adam. I will look into this. I will have to find some ruby

Re: Struts wiki docs in Mesos wiki

2014-11-11 Thread Dharmesh Kakadia
, 2014 at 3:27 AM, Dharmesh Kakadia dhkaka...@gmail.com wrote: It looks like I don't have enough permissions to remove them. Can someone grant me? Also, is there a way we can contact the author, so that he is aware of the change? Thanks, Dharmesh On Mon, Nov 10, 2014 at 1:25 PM, Adam

Re: Struts wiki docs in Mesos wiki

2014-11-10 Thread Dharmesh Kakadia
in the Mesos cwiki. Looks like they also live at https://cwiki.apache.org/confluence/display/WW/Home We should definitely remove them from Mesos, and we'd appreciate your help. Thanks! -Adam- On Sun, Nov 9, 2014 at 10:28 PM, Dharmesh Kakadia dhkaka...@gmail.com wrote: Hi, I was going through

Orphan links in Docs

2014-11-10 Thread Dharmesh Kakadia
Hi, Following are dangling links in the documentation on Apache website. 1. Google blog link in http://mesos.apache.org/documentation/latest/logging-and-debugging/ http://mesos.apache.org/documentation/latest/logging-and-debugging/ 2. High Availability link on

Re: Framework testing in Mesos

2014-10-14 Thread Dharmesh Kakadia
independently. This starts to get at a way to manage #4 to avoid learning in production. On Sun, Oct 12, 2014 at 11:44 AM, Dharmesh Kakadia dhkaka...@gmail.com wrote: Thanks David. Taking state of the framework is an interesting design. I am assuming the scheduler is maintaining the state

Framework testing in Mesos

2014-10-12 Thread Dharmesh Kakadia
Hi, I am working on a tiny experimental framework for Mesos. I was wondering what is the recommended way of writing testcases for framework testing. I looked at the several existing frameworks, but its still not clear to me. I understand that I might be able to test executor functionality in

Re: Framework testing in Mesos

2014-10-12 Thread Dharmesh Kakadia
test. We've also been experimenting with simulation testing by mocking out the mesos APIs. These techniques are mostly effective when you can pretend that the executors you're using don't communicate much, or when they're trivial to mock. On Sun, Oct 12, 2014 at 9:42 AM, Dharmesh Kakadia dhkaka