HDFS-11339. Fix import.

This commit is contained in:
Arpit Agarwal 2017-01-16 23:05:28 -08:00
parent e407449ddb
commit 89bb05d92b

View File

@ -26,9 +26,9 @@
import org.apache.hadoop.hdfs.server.datanode.fsdataset.DataNodeVolumeMetrics; import org.apache.hadoop.hdfs.server.datanode.fsdataset.DataNodeVolumeMetrics;
import org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi; import org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi;
import org.apache.hadoop.util.Time; import org.apache.hadoop.util.Time;
import org.jboss.netty.util.internal.ThreadLocalRandom;
import javax.annotation.Nullable; import javax.annotation.Nullable;
import java.util.concurrent.ThreadLocalRandom;
/** /**
* Profiles the performance of the metadata and data related operations on * Profiles the performance of the metadata and data related operations on