Surendra Singh Lilhore created HDFS-15010: ---------------------------------------------
Summary: BlockPoolSlice#addReplicaThreadPool static pool should be initialized by static method Key: HDFS-15010 URL: https://issues.apache.org/jira/browse/HDFS-15010 Project: Hadoop HDFS Issue Type: Bug Components: datanode Affects Versions: 3.1.2 Reporter: Surendra Singh Lilhore Assignee: Surendra Singh Lilhore {{BlockPoolSlice#initializeAddReplicaPool()}} method currently initialize the static thread pool instance. But when two {{BPServiceActor}} actor try two load block pool parallelly then it may create different instance. So {{BlockPoolSlice#initializeAddReplicaPool()}} method should be a static method. -- 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