Re: Would you recommend Aurora?

2016-06-17 Thread Erb, Stephan
load, any suggestion/candidate ? 2) 40 tasks per second. Is there a way to change the default by configuration instead of modifying the code ? Thank you very much ! On Mon, Jun 13, 2016 at 1:50 AM, Erb, Stephan <stephan@blue-yonder.com<mailto:stephan@blue-yonder.com>> wro

Re: Aurora Config Generation

2016-01-13 Thread Erb, Stephan
work well as long as you dont want to do too much configuration. To ensure I got the correct things I wrote an aurora config then looked at the generated JobConfiguration. It would be nice if the ExecutorData was defined in Thrift or such, but I can see why it is not. On Mon, 11 Jan 2016 at

Re: Prevent service Job moved from one machine to another periodically

2016-06-25 Thread Erb, Stephan
osophy absolutely. But in my case, my service program is up and running there in good state, it seems that Aurora scheduler will kill my service program periodically and move it to another machine. I expect my service program running there forever unless there is a restart/crash etc. On Sat,

Re: Prevent service Job moved from one machine to another periodically

2016-06-25 Thread Erb, Stephan
Hi Zi-Liang, by default, services in Aurora are not pinned to a particular machine. This is based on the philosophy that services should be stateless and thus not dependent on a particular host, if possible. Whenever an instance/task of your service has terminated, the scheduler might pick

Re: Thermos Observer Error

2016-03-18 Thread Erb, Stephan
You commonly get this error, when: * you are too quick clicking on the slave link after starting a task. Refreshing after a couple of seconds should fix the issue. * your cluster is misconfigured so that your slave `--work_dir` path does not align with the `--mesos-root` of the Thermos

Re: thermos job not kill process

2016-03-09 Thread Erb, Stephan
Do I understand this correctly: Your job was re-launched on another slave even though you did want it to run just once? If that is the case, you might have accidentally defined your job as a service: https://github.com/apache/aurora/blob/master/docs/configuration-reference.md#services? Best

Re: Build thermos executor on ARM

2016-07-18 Thread Erb, Stephan
[binary] >>> 10:58:44 00:00 [binary-prep-command] >>> 10:58:44 00:00 [python-binary-create] >>> 10:58:44 00:00 [cache] >>>No cached artifacts for 8 targets. >>>Invalidated 8 targets. >>&g

Re: Build thermos executor on ARM

2016-07-19 Thread Erb, Stephan
ctory) and copy the egg there. 2016-07-18 18:09 GMT+02:00 Yiannis Gkoufas <johngou...@gmail.com<mailto:johngou...@gmail.com>>: great, so if I understood correctly, it just needs the *.egg files right? since I have built it myself, what is the directory in which I would have to copy them?

Re: Aurora HTTP BA Issues

2016-10-17 Thread Erb, Stephan
I have tested those settings in the Aurora vagrant box and they work for me. I still get the obscure scheduler log messages, but the client authentication works. The only thing I can think of right now: Maybe the endpoint you put into the netrc file is not correct? If your client fails with

Re: anyone can share aurora production setup step with me.

2016-10-17 Thread Erb, Stephan
Aurora is a little bit more difficult to install than e.g. Martathon. However, once it is running it is quite stable. Helpful overview you should read before starting: https://github.com/apache/aurora/blob/master/docs/getting-started/overview.md General install instructions:

Aurora Operations

2016-12-16 Thread Erb, Stephan
Hi Aurorans, I would like to start a discussion about Aurora operations and gather feedback on how Aurora is configured and operated at your site. The main goal is to come up with a set of guidelines that help new users get up to speed, and to find ways how we can improve our default

Re: Proposed Debian package name change

2017-01-05 Thread Erb, Stephan
+1 for renaming and dropping of the old init scripts. We can also add a `replace` directive to smoothen the transition (e.g https://github.com/apache/aurora-packaging/blob/master/specs/debian/control#L53). From: Renan DelValle Reply-To: "user@aurora.apache.org"

Re: orphaned thermos

2017-10-30 Thread Erb, Stephan
This problem reminds me of a patch I have added for the observer to commit suicide on unhandled errors in threads. See https://github.com/apache/aurora/commit/d56f8c64466a94a990db3308a3130d3fce0584af I will prepare a similar patch for the executor. From: Bill Farner