Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-4750 Support NFSv3 interface to HDFS
  3. HDFS-5171

NFS should create input stream for a file and try to share it with multiple read requests

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.3.0
    • nfs
    • None
    • Reviewed

    Description

      Currently, NFS creates an input steam for each read request and closes it after the request is served. With lots of read request, the overhead is significant.

      Like for write request, NFS should create input stream for a file and try to share it with multiple read requests. The stream can be closed if there is no read request for a certain amount of time (e.g., 10 sec).

      Attachments

        1. HDFS-5171.001.patch
          17 kB
          Haohui Mai
        2. HDFS-5171.000.patch
          17 kB
          Haohui Mai

        Issue Links

          Activity

            People

              wheat9 Haohui Mai
              brandonli Brandon Li
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: