[PVFS2-developers] job timeouts

Pete Wyckoff pw at osc.edu
Fri Jul 16 10:32:10 EDT 2004


pcarns at parl.clemson.edu wrote on Thu, 15 Jul 2004 15:47 +0000:
> > I'll see if I can add a log message that prints out when a flow times out
> > and says how far along it got before quitting.
> 
> If you happen to get another chance to run with the latest cvs version, could 
> you try setting the "cancel" debug mask on the client and server (no other 
> mask needed).  It will tell us what sorts of operations are timing out, and 
> if it is a flow how much data had been tranferred prior to the time out.  It 
> might yield some useful information.

Here's some very minimal log for you.

piv026$ pvfs2-set-debugmask -m /pvfs2 cancel
piv026$ export PVFS2_DEBUGMASK=cancel
piv026$ mpiexec -nolocal -n 1 perf -n 1 -s 1800m pvfs2:/pvfs2/foo
job_timer: expiring job!
job_timer: expiring job!
#np size   chunk  write no sync- read no sync-- write sync---- read sync-----
#   (MB)    (MB)  (MB/s)         (MB/s)         (MB/s)         (MB/s)
1   1800.0 1800.0  39.09 +-  0.0  34.30 +-  0.0   0.00 +-  0.0   0.00 +-  0.0

The server log has the same thing:

piv026$ cat /tmp/pbstmp.48647.nfs4.osc.edu:17001/log/pvfs2.log 
job_timer: expiring job!
job_timer: expiring job!

Methinks you need more debugging.  Try it on your machine and see
if you get the same thing.

		-- Pete


More information about the PVFS2-developers mailing list