I have just reniced the 2 SQ processes (btw what is this Marven stuff ?). I hope this reduces some timeouts when Jenkins is building stuff.
On 09.03.2015 19:29, Zieris, Franz wrote: >> You have 2 Virtual Server that are only used at 4 AM and 6 AM for approx >> 30 min. > Indeed (although I don't know to which *two* out of four you are referring > to), but it's 4am and 6am *CET*. > For Manav, this would be 8:30am and 10:30am, and I don't know when exactly he > tried to clone. > >> And maybe it is a good idea to >> run Jenkins in a separate process so all other applications >> that run inside the Tomcat will not suffer such a penality when Jenkins >> is working. > As a matter of fact, that is part of what Patrick Hobusch is currently doing. > (Most of the time he has been working with our faculty-internal IT staff so > far. > The time will come when we all hear about his work in more detail.) > > Franz > > -----Original Message----- > From: Stefan Rossbach [mailto:srossb...@arcor.de] > Sent: Monday, March 09, 2015 7:08 PM > To: Zieris, Franz > Cc: dpp-devel@lists.sourceforge.net > Subject: Re: [DPP-Devel] Problem in setting Up > > You have 2 Virtual Server that are only used at 4 AM and 6 AM for approx > 30 min. > > Maybe put the workload on these machines. And maybe it is a good idea to > run Jenkins in a separate process so all other applications > that run inside the Tomcat will not suffer such a penality when Jenkins > is working. > > BR, > Stefan > > On 09.03.2015 18:46, Zieris, Franz wrote: >> Hi Manav, >> >> as long you tried to clone from >> "ssh://saros-build.imp.fu-berlin.de:29418/saros.git", a "read timed out" >> should not be your fault. >> >> Since Git does not care were you get your sources from, you can try to clone >> from any of these alternative URLs: >> * http://saros-build.imp.fu-berlin.de/gerrit/saros >> * https://github.com/saros-project/saros.git >> * https://bitbucket.org/saros-project/saros.git >> * git://git.code.sf.net/p/dpp/saros >> >> However, for eventually pushing patches for review, you'll have to setup >> Gerrit's ssh url as a remote destination. You can clone from everywhere, but >> there's only one URL for pushing. >> >> Sometimes our server saros-build is under heavy load, but trying it a few >> times or waiting a few minutes should do the "trick". (Thankfully, due to >> Git's decentralized versioning system, this won't preclude you from working >> on other things.) >> Also, we are currently working on renovating our CI infrastructure and we're >> looking forward to leave many of our performance problems behind. >> >> Cheers, >> Franz >> >> >> -----Original Message----- >> From: Manav Mittal [mailto:manavmi...@gmail.com] >> Sent: Sunday, March 08, 2015 6:30 PM >> To: dpp-devel >> Subject: Problem in setting Up >> >> Hi Everyone, >> >> I have tried setting up Saros dev environment. I have followed this link. >> http://www.saros-project.org/checkout-and-first-steps >> I have successfully created the ssh key for using gerrit, bt i am having >> problems while getting the saros source code. >> This is the error log. >> >> Message- Git repository clone failed. >> Exception Stack Trace- >> org.eclipse.jgit.api.errors.TransportException: Read timed out >> at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:137) >> at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:179) >> at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:125) >> at org.eclipse.egit.core.op.CloneOperation.run(CloneOperation.java:155) >> at >> org.eclipse.egit.ui.internal.clone.AbstractGitCloneWizard.executeCloneOperation(AbstractGitCloneWizard.java:431) >> at >> org.eclipse.egit.ui.internal.clone.AbstractGitCloneWizard.access$2(AbstractGitCloneWizard.java:424) >> at >> org.eclipse.egit.ui.internal.clone.AbstractGitCloneWizard$5.run(AbstractGitCloneWizard.java:385) >> at >> org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) >> Caused by: org.eclipse.jgit.errors.TransportException: Read timed out >> at >> org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:331) >> at >> org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:269) >> at >> org.eclipse.jgit.transport.FetchProcess.fetchObjects(FetchProcess.java:247) >> at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:160) >> at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122) >> at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1104) >> at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:128) >> ... 7 more >> Caused by: java.io.InterruptedIOException: Read timed out >> at >> org.eclipse.jgit.util.io.TimeoutInputStream.readTimedOut(TimeoutInputStream.java:141) >> at >> org.eclipse.jgit.util.io.TimeoutInputStream.read(TimeoutInputStream.java:114) >> at >> org.eclipse.jgit.transport.SideBandInputStream.read(SideBandInputStream.java:139) >> at org.eclipse.jgit.transport.PackParser.fill(PackParser.java:1113) >> at org.eclipse.jgit.transport.PackParser.access$000(PackParser.java:97) >> at >> org.eclipse.jgit.transport.PackParser$InflaterStream.read(PackParser.java:1645) >> at java.io.InputStream.read(InputStream.java:101) >> at org.eclipse.jgit.transport.PackParser.whole(PackParser.java:967) >> at org.eclipse.jgit.transport.PackParser.indexOneObject(PackParser.java:900) >> at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:471) >> at >> org.eclipse.jgit.storage.file.ObjectDirectoryPackParser.parse(ObjectDirectoryPackParser.java:179) >> at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:433) >> at >> org.eclipse.jgit.transport.BasePackFetchConnection.receivePack(BasePackFetchConnection.java:717) >> at >> org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:324) >> ... 13 more >> >> Please help me with this problem. >> >> Thanks, >> Manav >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming The Go Parallel Website, >> sponsored >> by Intel and developed in partnership with Slashdot Media, is your hub for >> all >> things parallel software development, from weekly thought leadership blogs to >> news, videos, case studies, tutorials and more. Take a look and join the >> conversation now. http://goparallel.sourceforge.net/ >> _______________________________________________ >> DPP-Devel mailing list >> DPP-Devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/dpp-devel ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ DPP-Devel mailing list DPP-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dpp-devel