Description
BlockPoolSlice#initializeAddReplicaPool() method currently initialize the static thread pool instance. But when two BPServiceActor actor try to load block pool parallelly then it may create different instance.
So BlockPoolSlice#initializeAddReplicaPool() method should be a static method.