You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Konstantin Shvachko (JIRA)" <ji...@apache.org> on 2018/01/02 20:22:00 UTC

[jira] [Created] (HDFS-12978) Fine-grained locking while consuming journal stream.

Konstantin Shvachko created HDFS-12978:
------------------------------------------

             Summary: Fine-grained locking while consuming journal stream.
                 Key: HDFS-12978
                 URL: https://issues.apache.org/jira/browse/HDFS-12978
             Project: Hadoop HDFS
          Issue Type: Sub-task
          Components: namenode
            Reporter: Konstantin Shvachko


In current implementation SBN consumes the entire segment of transactions under a single namesystem lock, which does not allow reads over a long period of time until the segment is processed. We should break the lock into fine grained chunks. In extreme case each transaction should release the lock once it is applied.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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