Anatoli Shein created HDFS-10746:
------------------------------------

             Summary: libhdfs++: synchronize access to working_directory and 
bytes_read_.
                 Key: HDFS-10746
                 URL: https://issues.apache.org/jira/browse/HDFS-10746
             Project: Hadoop HDFS
          Issue Type: Sub-task
            Reporter: Anatoli Shein


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to