Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-7896

lu_object_limit() is called too frequently

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Minor
    • Lustre 2.9.0
    • None
    • None
    • 9223372036854775807

    Description

      with ZFS the number of objects in LU cache is limited, so any lu_object_new() checks whether the limit is exceeded. so, at some point it's called for every new object and worse - many threads got blocked in lu_site_purge() due to that. we don't need that strong semantics for the number of cached object, this should be fixed in a way to purge objects in batches in non-blocking manner.

      Attachments

        Issue Links

          Activity

            People

              bzzz Alex Zhuravlev
              bzzz Alex Zhuravlev
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: