Bug 25645

Summary: Connection the CVS often "stalls"
Product: [Eclipse Project] Platform Reporter: Jared Burns <jared_burns>
Component: TeamAssignee: Boris Shingarov <bshingar>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: ashokkanmol
Version: 2.0Keywords: investigate
Target Milestone: 2.1   
Hardware: Other   
OS: Linux-GTK   
Whiteboard:

Description Jared Burns CLA 2002-11-01 14:56:40 EST
Build 20021031(, 30, and 29)
Linux-GTK

Very often (in recent builds), when I perform an action that requires establishing a connection to the dev.eclipse.org CVS server, the progress dialog appears but it stalls before any progress is made. I have to hit Cancel, wait 10+ seconds (I just switch apps), and then try again or it never
connects.

This happens to me most often when I click the "Synchronize all CVS
projects..." button. The dialog appears and says "Authenticating over
extssh", but the progress monitor never budges.
Comment 1 Kevin McGuire CLA 2002-11-05 14:46:58 EST
This is not surprising for SSH, since we hang on the socket waiting for it to 
do its thing (which can take a long time).  There is no progress for us to 
show in that time period.

I am suspicious of you having to cancel and try again.  Have you changed JDK 
levels?

Boris, can you please investigate?
Comment 2 Boris Shingarov CLA 2002-11-08 01:21:16 EST
Can you provide more details?
I am using Eclipse on GTK for over a year, and never saw this situation.  Is
there  any specific circumstance when the bug happens, but does not under other
circumstances?  Did this show up recently, or has always been the same?
Comment 3 Jared Burns CLA 2002-11-15 13:02:25 EST
It only started happening recently. I've grown a little more patience and I 
think that it does eventually proceed. I think the thing that was "fooling" me
was the fact that the progress bar doesn't budge for a long time.

I can think of a few possibilities here:
1. The authentication process is taking longer because
  A. Our network connection got slower.
  B. The server got slower.
  C. The client got slower.
2. The progress monitor behavior has changed and it doesn't show progress
exactly like it used to (no progress during authentication).
3. I'm a weenie and the change is all in my head.

I can accept any of these possibilities and would be OK with closing this PR
if no one else has noticed a change in behavior here.
Comment 4 Jared Burns CLA 2002-11-26 17:53:51 EST
I'm not having this problem anymore.
Comment 5 Ashok Kumar CLA 2014-04-13 05:52:41 EDT
*** Bug 432690 has been marked as a duplicate of this bug. ***