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

resend can hit the original request on server

XMLWordPrintable

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

      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.

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

              Created:
              Updated: