Arpit Agarwal created HDDS-1023: ----------------------------------- Summary: Avoid holding container lock during disk updates Key: HDDS-1023 URL: https://issues.apache.org/jira/browse/HDDS-1023 Project: Hadoop Distributed Data Store Issue Type: Improvement Reporter: Arpit Agarwal
We can avoid holding the container lock during disk updates by applying the in-memory state change after the on-disk state change has completed. We should also serialize multiple updates wrt each other (we get this for 'free' today since we hold the lock while updating). -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org