HDFS-13130. Log object instance get incorrectly in SlowDiskTracker. Contributed by Jianfei Jiang.
This commit is contained in:
parent
60f9e60b3b
commit
25fbec67d1
|
@ -53,7 +53,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
|
|||
@InterfaceStability.Unstable
|
||||
public class SlowDiskTracker {
|
||||
public static final Logger LOG =
|
||||
LoggerFactory.getLogger(SlowPeerTracker.class);
|
||||
LoggerFactory.getLogger(SlowDiskTracker.class);
|
||||
|
||||
/**
|
||||
* Time duration after which a report is considered stale. This is
|
||||
|
|
Loading…
Reference in New Issue