bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #24140] Painfully slow find(1) in list-permission-only AFS paths


From: Andrew Deason
Subject: [bug #24140] Painfully slow find(1) in list-permission-only AFS paths
Date: Wed, 14 Apr 2010 15:44:13 +0000
User-agent: Opera/9.64 (Macintosh; Intel Mac OS X; U; en) Presto/2.1.1

Follow-up Comment #24, bug #24140 (project findutils):

This can be fixed from the AFS side; the stats do not need to take that long
(we can avoid the throttling). That requires changes in the OpenAFS client
that we're still discussing, though.

In the meantime, or to support older releases, if you want to work around
this, the stat()s should go a lot faster if you hold open the directory while
stat()ting the contents. You can try this out without modifying find if you
just have another process opendir() and not close the dir.

Would it be acceptable for find to hold open the directory while examining
the contents, perhaps only if we determine we are in AFS? This is of course
only something I can say will probably work for OpenAFS; other client
implementations may do different things.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?24140>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]