Re: Git push slowly under 1000M/s network

2012-10-24 Thread Joey Jiao
Yes, I believe it's gerrit problem and will discuss there. During first minutes of restarting gerrit, the pushing becomes quite faster 13s instead. 2012/10/24 Shawn Pearce : > On Mon, Oct 22, 2012 at 11:27 PM, Joey Jiao wrote: >> It looks like the client is waiting the pushing result status from

Re: Git push slowly under 1000M/s network

2012-10-23 Thread Shawn Pearce
On Mon, Oct 22, 2012 at 11:27 PM, Joey Jiao wrote: > It looks like the client is waiting the pushing result status from > server although by checking server side, the real object has already > been upload succeed. > > Below is the log after adding time info. > $ time git push -v ssh://git.qrd.qual

Re: Git push slowly under 1000M/s network

2012-10-23 Thread Joey Jiao
Well, after checked pushing directly to git which takes only 6 seconds. So it should be not a issue of git in c. But might be an issue with jgit or gerrit. 2012/10/23 Joey Jiao : > Hi Git Listeners, > I'm facing one problem when pushing to git repository via gerrit port. > Don't stop to look into