HBASE-27175 - Failure to cleanup WAL split dir log should be at INFO level (#4593)
Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
parent
b9706916cc
commit
a31cc931fd
|
@ -284,7 +284,7 @@ public class ServerCrashProcedure extends
|
||||||
}
|
}
|
||||||
splitWALManager.deleteWALDir(serverName);
|
splitWALManager.deleteWALDir(serverName);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
LOG.warn("Remove WAL directory for {} failed, ignore...{}", serverName, e.getMessage());
|
LOG.info("Remove WAL directory for {} failed, ignore...{}", serverName, e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue