From a999ed94d0abe53ac444c6a12cf0f5f89ea06d33 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 8 Oct 2019 22:49:10 -0700 Subject: update hdfs client --- other/java/hdfs3/src/main/java/seaweed/hdfs/SeaweedFileSystemStore.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/java/hdfs3/src') diff --git a/other/java/hdfs3/src/main/java/seaweed/hdfs/SeaweedFileSystemStore.java b/other/java/hdfs3/src/main/java/seaweed/hdfs/SeaweedFileSystemStore.java index deb32c167..774c090e8 100644 --- a/other/java/hdfs3/src/main/java/seaweed/hdfs/SeaweedFileSystemStore.java +++ b/other/java/hdfs3/src/main/java/seaweed/hdfs/SeaweedFileSystemStore.java @@ -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); -- cgit v1.2.3