Daryn Sharp created HDFS-5029:
---------------------------------

             Summary: Token operations should not block write operations
                 Key: HDFS-5029
                 URL: https://issues.apache.org/jira/browse/HDFS-5029
             Project: Hadoop HDFS
          Issue Type: Improvement
    Affects Versions: 2.0.0-alpha, 0.23.0, 3.0.0
            Reporter: Daryn Sharp
            Assignee: Daryn Sharp


Token operations unnecessarily obtain the write lock on the namespace.  Edits 
for token operations are independent of edits for other namespace write 
operations, and the edits have no ordering requirement with respect to 
namespace changes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to