Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-8707 Implement an async pure c++ HDFS client
  3. HDFS-10746

libhdfs++: synchronize access to working_directory and bytes_read_.

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • hdfs-client
    • None

    Description

      std::string working_directory is located in hdfs.cc and access to it should be synchronized with locks.

      uint64_t bytes_read_; is located in filehandle.h and it should be made atomic in order to be thread safe when multithreading becomes available.

      Attachments

        1. HDFS-10746.HDFS-8707.000.patch
          3 kB
          Anatoli Shein
        2. HDFS-10746.HDFS-8707.001.patch
          3 kB
          Anatoli Shein

        Activity

          People

            anatoli.shein Anatoli Shein
            anatoli.shein Anatoli Shein
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: