Viraj Jasani created HDFS-16090: ----------------------------------- Summary: Fine grained locking for datanodeNetworkCounts Key: HDFS-16090 URL: https://issues.apache.org/jira/browse/HDFS-16090 Project: Hadoop HDFS Issue Type: Improvement Reporter: Viraj Jasani Assignee: Viraj Jasani
While incrementing DataNode network error count, we lock entireĀ LoadingCache in order to increment network count of specific host. We should provide fine grained concurrency for this update because locking entire cache is redundant and could impact performance while incrementing network count for multiple hosts. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org