update hdfs client

This commit is contained in:
Chris Lu
2019-10-08 22:49:10 -07:00
parent f8d4b7d1c0
commit a999ed94d0
8 changed files with 9 additions and 9 deletions

View File

@@ -137,7 +137,7 @@ public class SeaweedFileSystemStore {
if (source.isRoot()) {
return;
}
LOG.warn("rename source: {} destination:{}", source, destination);
LOG.info("rename source: {} destination:{}", source, destination);
FilerProto.Entry entry = lookupEntry(source);
if (entry == null) {
LOG.warn("rename non-existing source: {}", source);