Re: Aurora 0.14.0 release

2016-06-09 Thread Erb, Stephan
I will wait until we have addressed https://issues.apache.org/jira/browse/AURORA-1709 before tagging. From: Joshua Cohen Sent: Tuesday, June 7, 2016 16:21 To: dev@aurora.apache.org; Jake Farrell Subject: Re: Aurora 0.14.0 release +1

Re: Aurora performance impact with hourly query runs

2016-06-09 Thread Maxim Khutornenko
There are plenty of factors that may contribute towards the behavior you're observing. Based on the logs though it appears you are using DBTaskStore (-use_beta_db_task_store=true)? If so, you may want to revert to the default in-mem task store (-use_beta_db_task_store=false) as DBTaskStore is

Re: Aurora performance impact with hourly query runs

2016-06-09 Thread Shyam Patel
Thanks Maxim, If we move to mem task store, restart of aurora would lose the data ? (btw, I’m running aurora in a container) > On Jun 9, 2016, at 8:37 AM, Maxim Khutornenko wrote: > > There are plenty of factors that may contribute towards the behavior > you're observing.

Golang Aurora lib, multiple executor support, integrate mesos task related fields

2016-06-09 Thread Renan DelValle
Hello all, I'd like to (re-)introduce myself. My name's Renan DelValle and I've had the pleasure of being part of the Aurora community for the last year or so. Last year I worked to allow Aurora to utilize custom executors. With the help from Bill Farner, Kevin Sweeney, and Joshua Cohen, that

Re: Aurora performance impact with hourly query runs

2016-06-09 Thread Shyam Patel
Actually, ignore my previous comment. It is set to true for the image noticed the issue with.. I will test out with turning it ‘false’ and get back with findings.. Thanks much ! _Sham > On Jun 9, 2016, at 12:22 PM, Shyam Patel wrote: > > Actually, checking on the

Re: Golang Aurora lib, multiple executor support, integrate mesos task related fields

2016-06-09 Thread David McLaughlin
On Thu, Jun 9, 2016 at 2:21 PM, Renan DelValle wrote: > Hello all, > > I'd like to (re-)introduce myself. My name's Renan DelValle and I've had > the pleasure of being part of the Aurora community for the last year or so. > > Last year I worked to allow Aurora to utilize

Re: Golang Aurora lib, multiple executor support, integrate mesos task related fields

2016-06-09 Thread meghdoot bhattacharya
Comments inline From: David McLaughlin To: dev@aurora.apache.org Sent: Thursday, June 9, 2016 5:13 PM Subject: Re: Golang Aurora lib, multiple executor support, integrate mesos task related fields On Thu, Jun 9, 2016 at 2:21 PM, Renan DelValle