HDFS-11517. Include missed change in previous commit.
This commit is contained in:
parent
dbd673d516
commit
2b4b85e06f
|
@ -187,6 +187,7 @@ public class DataNodeDiskMetrics {
|
||||||
*/
|
*/
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
public void addSlowDiskForTesting(String slowDiskPath) {
|
public void addSlowDiskForTesting(String slowDiskPath) {
|
||||||
diskOutliersStats.put(slowDiskPath, ImmutableMap.of());
|
diskOutliersStats.put(slowDiskPath,
|
||||||
|
ImmutableMap.<DiskOutlierDetectionOp, Double>of());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue