Build failed in Jenkins: aurora-packaging-nightly #1023

2018-06-05 Thread Apache Jenkins Server
See -- [...truncated 39.41 MB...] Invalidated 4 targets. 01:21:17 00:22 [sources] 01:21:17 00:22 [cache] No cached

Re: Recovery instructions updates

2018-06-05 Thread meghdoot bhattacharya
>From a cluster setup perspective, I am guessing the sequence would be reading >the e2etest 1. Bring all schedulers down.2. cleanup replicated dir and reinitialize mesos log in all nodes.3. run the recovery tool in 1 node. Start up the scheduler4. Start scheduler in other nodes. We will test it

Re: Mesos replicated log dual writes

2018-06-05 Thread Jie Yu
I am not aware any ticket related to this, so creating a ticket for tracking the issue would be great. - Jie On Tue, Jun 5, 2018 at 9:30 AM, Meghdoot bhattacharya < meghdoo...@yahoo.com.invalid> wrote: > Thx Joseph. Writing back the entire blob is costly instead of writing back > only the 2

Re: Recovery instructions updates

2018-06-05 Thread Meghdoot bhattacharya
Thx Bill. We will take it up. On Jun 5, 2018, at 6:57 AM, Bill Farner wrote: >> How does the site get updated? Is it auto-generated when we build releases? > > The source lives in the project SVN repo: > > $ svn co https://svn.apache.org/repos/asf/aurora/ aurora-svn > > Here are instructions

Re: Mesos replicated log dual writes

2018-06-05 Thread Meghdoot bhattacharya
Thx Joseph. Writing back the entire blob is costly instead of writing back only the 2 bytes. In this case this record is just a chunk of large snapshot that is getting written. So it multiplies. Should I open a jira to track and resolve this or something like this is already open? Thx > On

Re: Recovery instructions updates

2018-06-05 Thread Bill Farner
> > How does the site get updated? Is it auto-generated when we build releases? The source lives in the project SVN repo: $ svn co https://svn.apache.org/repos/asf/aurora/ aurora-svn Here are instructions for updating it. It's a pretty

Re: Recovery instructions updates

2018-06-05 Thread meghdoot bhattacharya
Thx David. So, do we plan to add the patch for next release? We will be happy to validate it as part of rc validation. From: David McLaughlin To: dev@aurora.apache.org Sent: Monday, June 4, 2018 9:45 AM Subject: Re: Recovery instructions updates We should definitely update that