Thanks for looking into this! I'll try the compression and see if that works.
Just curious; why does filesize affect tcp connection timeout? Aren't the files broken up into a bunch of smaller tcp packets? Filesize should only affect the number of tcp packets, not the size of the tcp packets? So getting a tcp timeout because of filesize seems strange to me... Any idea what exactly goes wrong here? Also, now that I think of it, the resource upload command might also be affected by this, if it uses the same library and similar backend infrastructure? I'll test this out. Op maandag 20 juni 2016 heeft Jay Wren <[email protected]> het volgende geschreven: > 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 for pushing to charmstore, please do. You might also try recompressing any items in the charm using a higher compression level. xz -9 instead of gzip -3 or whatever things may be using now. > We are aware this is a poor longterm solution. We are investigating better solutions for uploads. As you've mentioned, resources will also help the situation. > I am sorry that I do not have a better solution. > -- > Jay > On Fri, Jun 17, 2016 at 4:29 PM, Rick Harding <[email protected]> wrote: >> >> 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 AM Merlijn Sebrechts < [email protected]> wrote: >>> >>> 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 to Juju 2.0 and I'm not ready to do that yet. >>> >>> >>> Kind regards >>> Merlijn Sebrechts >>> -- >>> Juju mailing list >>> [email protected] >>> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju >> >> -- >> Juju mailing list >> [email protected] >> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju >> > >
-- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
