Dave Chinner <david@xxxxxxxxxxxxx> writes: > On Tue, Jun 19, 2012 at 04:14:16PM -0400, Jeff Moyer wrote: >> Fengguang Wu <fengguang.wu@xxxxxxxxx> writes: >> >> > Good idea! Yes we can do some estimation and adaptively extend the >> > hang timeout for the current writeback_inodes_sb_nr()/sync_inodes_sb() >> > call. >> > >> > Note that it's not going to reliably get rid of false warnings due to >> > estimation errors, which could be pretty large and unavoidable on >> > change of workload. But still, it would be a net improvement and >> > perhaps enough to get rid of most false warnings, while still being >> > able to catch livelock or other kind of task hang. >> >> Hi, Fengguang, >> >> I didn't see a patch from you for this, so I went ahead and threw >> something together. Let me know what you think of it. I wasn't sure >> how to estimate the total I/O that will be issued for syncing out an >> entire superblock, though, so I didn't do that part. > > As I said to the original patch - having a hang check timeout on a > system that is overloaded w.r.t. IO is an important piece of > information when it comes to debugging problems. Often the hangcheck > timer is the first piece of information that we will get that > indicates a problem somewhere in a production system. So, you believe that we should always check at 2 minute intervals (or whatever is configured), even if we know there is more than that much I/O queued? In case there is any confusion, here, the patch I posted ensured that we would eventually spew a warning, but only if the process was blocked for longer than we (the kernel) expected. > Removing it does not magically fix the underlying problem - it > simply means that we don't hear about them until someone complains > that unmount is taking hours.... There isn't necessarily an underlying problem. This is very much a gray area, Dave. We get plenty of false positives in this code. I was trying to reduce *that* problem. Do you have a better idea on how to address the issue? Maybe this discussion requires looking at specific instances of the problem so we're all on the same page. What do you think is the best way forward, here? Cheers, Jeff -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html