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

resend can hit the original request on server

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • None
    • None
    • None
    • 3
    • 9223372036854775807

    Description

      in some environment the following race is possible:

      • client sends GETATTR with say 1K reply buffer
      • MDS replies back with 2K buffer (LOVEA has just changed)
      • client resends GETATTR with an extended buffer
      • MDS finds the original request on on export's list and reject the new one
      • client has no reply, times out

      if the client holds a lock for this request, then the client can get evicted and applications can may hit EIO problem.

      Attachments

        Issue Links

          Activity

            People

              qian_wc Qian Yingjin
              bzzz Alex Zhuravlev
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated: