Re: [Rpm-ecosystem] Zchunk update

2018-04-16 Thread Neal Gompa
On Mon, Apr 16, 2018 at 12:32 PM, Jonathan Dieter wrote: > On Mon, 2018-04-16 at 09:00 -0400, Neal Gompa wrote: >> On Mon, Apr 16, 2018 at 8:47 AM, Jonathan Dieter wrote: >> > I've also added zchunk support to createrepo_c (see >> >

Re: mirror failures

2018-04-16 Thread Stephen John Smoogen
On 16 April 2018 at 09:30, Miroslav Suchý wrote: > Can someone comment on this? > I am not really sure if there are some issues on mirrors (not likely) or if > this is some issue with Fedora Cloud when > network is overloaded (more likely). > It needs a lot more information

Re: How To Contact Folks Interested In Tagger

2018-04-16 Thread Justin W. Flory
On 04/14/2018 10:15 PM, Elorm Buertey wrote: > Hi. I have created the WhenIsGood survey but I'm not sure of the > best way to send it to the others. I couldn't find their > emails on their profiles. Would posting the link in the Github > issue be okay? > Hi Elorm, Sharing the WhenIsGood link on

Re: Meeting agenda: RATS vs. librat

2018-04-16 Thread Randy Barlow
On 04/16/2018 10:49 AM, Randy Barlow wrote: > Alternatively, we could discuss it on > this mailing list if desired. Perhaps it would be useful if I started the discussion here so we could be more informed during Thursday's meeting. pingou and I have been debating whether the project that allows

Re: [Rpm-ecosystem] Zchunk update

2018-04-16 Thread Jonathan Dieter
On Mon, 2018-04-16 at 09:00 -0400, Neal Gompa wrote: > On Mon, Apr 16, 2018 at 8:47 AM, Jonathan Dieter wrote: > > I've also added zchunk support to createrepo_c (see > > https://github.com/jdieter/createrepo_c), but I haven't yet created a > > pull request because I'm not sure

Meeting agenda: RATS vs. librat

2018-04-16 Thread Randy Barlow
Greetings! I'd like to have a discussion during this week's infrastructure meeting about whether we need the project that will re-run failed gating tests to be a service, or whether a library will do. There has been some lively debate about this in IRC, but it didn't seem like there was

Re: Planned MirrorManager changes

2018-04-16 Thread Adrian Reber
On Sat, Apr 14, 2018 at 04:28:37PM -0700, Kevin Fenzi wrote: > > I would like to change the setup of our mirror crawler and just wanted > > to mention my planned changes here before working on them. > > > > Currently we have two VMs which are crawling our mirrors. Each of the > > machine is

Re: Planned MirrorManager changes

2018-04-16 Thread Adrian Reber
On Sat, Apr 14, 2018 at 12:37:24AM +, Stephen John Smoogen wrote: > On Fri, Apr 13, 2018 at 11:14 AM Adrian Reber wrote: > > > I would like to change the setup of our mirror crawler and just wanted > > to mention my planned changes here before working on them. > > > >

Fwd: mirror failures

2018-04-16 Thread Miroslav Suchý
Can someone comment on this? I am not really sure if there are some issues on mirrors (not likely) or if this is some issue with Fedora Cloud when network is overloaded (more likely). Miroslav Přeposlaná zpráva Předmět: mirror failures Datum: Mon, 9 Apr 2018 09:38:04 +0200

Re: [Rpm-ecosystem] Zchunk update

2018-04-16 Thread Neal Gompa
On Mon, Apr 16, 2018 at 8:47 AM, Jonathan Dieter wrote: > It's been a number of weeks since my last update, so I thought I'd let > everyone know where things are at. > > I've spent most of these last few weeks reworking zchunk's API to make > it easier to use and more in line

Proposed zchunk file format - V4

2018-04-16 Thread Jonathan Dieter
Here's version four with a swap from fixed-length integers to variable- length compressed integers which allow us to skip compression of the index (since the non-integer data is all uncompressable checksums). I've also added the uncompressed size of each chunk to the index to make it easier to

Zchunk update

2018-04-16 Thread Jonathan Dieter
It's been a number of weeks since my last update, so I thought I'd let everyone know where things are at. I've spent most of these last few weeks reworking zchunk's API to make it easier to use and more in line with what other compression tools use, and I'm mostly happy with it now. Writing a