Bug 2009 - globus-gass-cache-util stuck in a tight loop on large files
: globus-gass-cache-util stuck in a tight loop on large files
Status: RESOLVED DUPLICATE of bug 1871
: GridFTP
GASS
: 2.0
: PC Linux
: P3 major
: ---
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-10-05 14:09 by
Modified: 2005-12-02 15:05 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2004-10-05 14:09:23
It seems that when Globus jobs with larger (>240K) executables are
submitted (either via Condor-G or globus-job-run), the jobmanager on the
server stalls on stage_in phase with globus-gass-cache-util running in a
tight loop:

select(10, [3 9], [], NULL, NULL)       = 1 (in [9])
gettimeofday({1096921850, 657981}, NULL) = 0
select(10, [3 9], [], NULL, NULL)       = 1 (in [9])
gettimeofday({1096921850, 658569}, NULL) = 0
select(10, [3 9], [], NULL, NULL)       = 1 (in [9])
gettimeofday({1096921850, 659157}, NULL) = 0
select(10, [3 9], [], NULL, NULL)       = 1 (in [9])
gettimeofday({1096921850, 659744}, NULL) = 0
select(10, [3 9], [], NULL, NULL)       = 1 (in [9])
gettimeofday({1096921850, 660386}, NULL) = 0
select(10, [3 9], [], NULL, NULL)       = 1 (in [9])
gettimeofday({1096921850, 660974}, NULL) = 0
select(10, [3 9], [], NULL, NULL)       = 1 (in [9])
gettimeofday({1096921850, 661562}, NULL) = 0
select(10, [3 9], [], NULL, NULL)       = 1 (in [9])
gettimeofday({1096921850, 662152}, NULL) = 0
select(10, [3 9], [], NULL, NULL)       = 1 (in [9])
gettimeofday({1096921850, 662740}, NULL) = 0

... etc

This works fine with smaller executables.
------- Comment #1 From 2004-10-08 04:53:05 -------
Shows resemblance to my bug report 1871..
------- Comment #2 From 2004-10-26 12:10:21 -------

*** This bug has been marked as a duplicate of 1871 ***