Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Gerrit pull over https randomly throws 502 error

Hi all,

I see random timeouts of git pull operations for different platform
repositories. It looks like either the server is overloaded or something
else is going on.

All errors are same (just different repos involved), like:

org.eclipse.jgit.api.errors.TransportException:
https://git.eclipse.org/r/jdt/eclipse.jdt.debug.git: 502 Bad Gateway
	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:255)
	at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:296)
	at
org.eclipse.egit.core.op.PullOperation$PullJob.run(PullOperation.java:256)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: org.eclipse.jgit.errors.TransportException:
https://git.eclipse.org/r/jdt/eclipse.jdt.debug.git: 502 Bad Gateway
	at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:602)
	at
org.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:391)
	at
org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:138)
	at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:124)
	at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1292)
	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:244)
	... 3 more

--
Kind regards,
Andrey Loskutov

https://www.eclipse.org/user/aloskutov
---------------------------------------------
Спасение утопающих - дело рук самих утопающих
---------------------------------------------


Back to the top