HADOOP-15733. Correct the log when Invalid emptier Interval configured. Contributed by Ayush Saxena
This commit is contained in:
parent
291dcf2247
commit
ef5c776a42
@ -249,7 +249,7 @@ protected class Emptier implements Runnable {
|
||||
LOG.info("Namenode trash configuration: Deletion interval = "
|
||||
+ (deletionInterval / MSECS_PER_MINUTE)
|
||||
+ " minutes, Emptier interval = "
|
||||
+ (emptierInterval / MSECS_PER_MINUTE) + " minutes.");
|
||||
+ (this.emptierInterval / MSECS_PER_MINUTE) + " minutes.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user