Dear John Acar,

In message <9f3ac5511e192548bc1d06fd1bc1ef8306f5453...@gsoc-bb01.treas.local> 
you wrote:
> I have a job running right now.  It seems to be in the "stalled" state.

Then don't stop it. Analyze what's going on.

> status client
>
> Shows no data counter changes.
>
>    Backup Job started: 02-Dec-10 09:32
>     Files=1,215 Bytes=1,040,342,163,456 Bytes/sec=39,869,018 Errors> =0
>     Files Examined=1,215
>     Processing file: /firewall/mysql/archive/sdw_sw/sw_20090916.tar
>     SDReadSeqNo=5 fd=5
>
> Though bytes/s is going down
>
> The file does not seem to be open so I am at a loss of what is going on with 
> some of these files.

Why do you think the file seems not to be open?

What sort of system is the client? If it's Linux or similar, you can
probably get a lot information by

- checking the /proc/*/fd entries for the file daemon
- attaching with strace to the file deamon to see what it's doing
- attaching with a debugger to see what it's doing
etc.

Even a simple test like running a "ps" to show which processes are
actually running (and eventually consuming CPU) is helpful.

Also check if you have software compression enabled in your setup.


My speculation is still that this might be a sparse file (eventually
unintentionally, like after disk errors) and you consume the time
compressing a zillion of null bytes or similar.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Of course there's no reason for it, it's just our policy.

------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: New IBM DB2 features make compatibility easy. 
Learn about native support for PL/SQL, new data types, scalar functions, 
improved concurrency, built-in packages, OCI, SQL*Plus, data movement tools, 
best practices and more - all designed to run applications on both DB2 and 
Oracle platforms. http://p.sf.net/sfu/oracle-sfdev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to