Re: Charm push crashes when uploading big charms

2016-07-19 Thread Tom Barber
Okay bzip -9'ed it, down to 760mb and tried to attach it via my server in a data centre... same failure. Tom -- Director Meteorite.bi - Saiku Analytics Founder Tel: +44(0)5603641316 (Thanks to the Saiku community we reached our Kickstart

Re: Charm push crashes when uploading big charms

2016-07-19 Thread Tom Barber
Yeah, but in life, i can ftp/sftp/http upload a file to a.n.other service without a timeout irrespective of size. Clearly it will take a long time on crappy FTTC ADSL but it does work and doesn't timeout :) -- Director Meteorite.bi - Saiku Analytics Founder Tel: +44(0)5603641316

Re: Charm push crashes when uploading big charms

2016-07-19 Thread José Antonio Rey
Oh! Huh. Then maybe it is a size constraint :) On Tue, Jul 19, 2016, 01:48 Tom Barber wrote: > Yeah, but you could also argue this hotel wifi is a lot quicker than my > home wifi, so it still seems a bit flawed if you need to push from fast > pipes! Anyway I shall try

Re: Charm push crashes when uploading big charms

2016-07-19 Thread Tom Barber
Yeah, but you could also argue this hotel wifi is a lot quicker than my home wifi, so it still seems a bit flawed if you need to push from fast pipes! Anyway I shall try and find out. Tom -- Director Meteorite.bi - Saiku Analytics Founder Tel: +44(0)5603641316 (Thanks to the Saiku

Re: Charm push crashes when uploading big charms

2016-07-19 Thread José Antonio Rey
Hotel wifi may be the problem. Maybe try uploading it to a server with a fast upload speed, and then pusing from that server instead? On 07/19/2016 01:33 AM, Tom Barber wrote: 825mb on hotel wifi Rick, I'll squash it further and try again on data centre pipes. Tom -- Director

Re: Charm push crashes when uploading big charms

2016-07-19 Thread Tom Barber
825mb on hotel wifi Rick, I'll squash it further and try again on data centre pipes. Tom -- Director Meteorite.bi - Saiku Analytics Founder Tel: +44(0)5603641316 (Thanks to the Saiku community we reached our Kickstart

Re: Charm push crashes when uploading big charms

2016-07-18 Thread Rick Harding
How big/long to upload was your resource Tom? I know the team bumped it while they get some better insight into tracking/quota'ing sizes and I'm curious where you got denied. On Mon, Jul 18, 2016, 5:53 PM Tom Barber wrote: > Awww Merlijn > > You got my hopes up

Re: Charm push crashes when uploading big charms

2016-07-18 Thread Tom Barber
Awww Merlijn You got my hopes up then I got the same error as usual *sadface* Tom -- Director Meteorite.bi - Saiku Analytics Founder Tel: +44(0)5603641316 (Thanks to the Saiku community we reached our Kickstart

Re: Charm push crashes when uploading big charms

2016-07-18 Thread Tom Barber
Cool thanks, I'll check it shortly. Tom -- Director Meteorite.bi - Saiku Analytics Founder Tel: +44(0)5603641316 (Thanks to the Saiku community we reached our Kickstart goal, but you can

Re: Charm push crashes when uploading big charms

2016-07-08 Thread Jay Wren
We have made a configuration change which should impact this. If you are able to try again, please do so. Also, we are continuing to track this issue and add monitoring and instrumentation around this area of the charmstore to be better able to respond to such issues in the future. Thanks, --

Re: Charm push crashes when uploading big charms

2016-06-22 Thread Stuart Bishop
On 21 June 2016 at 02:40, Jay Wren wrote: > Thanks for the further testing. > > Now I'm questioning how in the world I was able to see the same error. > > I will continue my testing to attempt to reproduce the error. > > Also, the Apache Timeout 300 should behave exactly

Re: Charm push crashes when uploading big charms

2016-06-20 Thread Jay Wren
Thanks for the further testing. Now I'm questioning how in the world I was able to see the same error. I will continue my testing to attempt to reproduce the error. Also, the Apache Timeout 300 should behave exactly as Mark said. I'm still trying to find what is causing this failure. On Mon,

Re: Charm push crashes when uploading big charms

2016-06-20 Thread Tom Barber
If I had to upload 270mb from my home I'd be waiting 3 weeks. what's the timeout set to? ;) On 20 Jun 2016 19:30, "Merlijn Sebrechts" wrote: > Thanks for the explanation, Jay. > > I did some further testing. Charm upload fails for a 270MB Charm both from > my

Re: Charm push crashes when uploading big charms

2016-06-20 Thread Merlijn Sebrechts
Thanks for the explanation, Jay. I did some further testing. Charm upload fails for a 270MB Charm both from my home, my work and our datacenter. - The datacenter is connected directly to Belnet (upload bandwith ~300Mbit/s). - My upload bandwidth at home is ~ 3 Mbps (speedtest.net)

Re: Charm push crashes when uploading big charms

2016-06-20 Thread Mark Shuttleworth
On 20/06/16 17:41, Jay Wren wrote: > You are getting a tcp timeout due to of file size because the time it > takes to send the entire content is longer than the TCP connection > timeout. Unlikely. TCP timeout would be the time between packets, not the total time of a session ;) -- Juju

Re: Charm push crashes when uploading big charms

2016-06-20 Thread Jay Wren
Yes, files are broken up into many TCP packets, and they are all transmitted over a single TCP connection. TCP is a complex protocol which is well documented, so I'll not repeat that here. If you want lots of details, wikipedia is not bad:

Re: Charm push crashes when uploading big charms

2016-06-20 Thread Jay Wren
Hello Merlijn, I can replicate the problem and I can work around it by using a faster internet connection. At some point, tcp connections have to time out. I can only replicate the issue when that timeout is reached. If you have the means to relocate to a faster internet connection temporarily

Re: Charm push crashes when uploading big charms

2016-06-17 Thread Rick Harding
Merlijn, thanks. I'm going to bet there's an issue with http request sizes for the charmstore that the charm command talks do as we've got some layers (Apache, Squid) in front of the actual application. The team is looking into it. Thanks for giving us the heads up. On Wed, Jun 15, 2016 at 10:28

Charm push crashes when uploading big charms

2016-06-15 Thread Merlijn Sebrechts
Hi all I've hit a roadblock in setting up my CI pipeline. I have a charm with a Java sdk blob of ~200MB. Pushing this charm to the store causes the tool to crash. I put a bug report here: https://bugs.launchpad.net/juju/+bug/1592822 Juju resources would fix my problem, but then I'd need to move