HBASE-15582 SnapshotManifestV1 too verbose when there are no regions

Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7b0db0d1
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7b0db0d1
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/7b0db0d1

Branch: refs/heads/0.98
Commit: 7b0db0d1359b03b03246eb23b6d25f2ffc72d7b2
Parents: ba9840a
Author: Matteo Bertozzi <[email protected]>
Authored: Fri Apr 1 20:55:21 2016 -0700
Committer: Matteo Bertozzi <[email protected]>
Committed: Fri Apr 1 21:00:42 2016 -0700

----------------------------------------------------------------------
 .../java/org/apache/hadoop/hbase/snapshot/SnapshotManifestV1.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/7b0db0d1/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotManifestV1.java
----------------------------------------------------------------------
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotManifestV1.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotManifestV1.java
index 30fb9a6..9542694 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotManifestV1.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/SnapshotManifestV1.java
@@ -117,7 +117,7 @@ public class SnapshotManifestV1 {
       final SnapshotDescription desc) throws IOException {
     FileStatus[] regions = FSUtils.listStatus(fs, snapshotDir, new 
FSUtils.RegionDirFilter(fs));
     if (regions == null) {
-      LOG.info("No regions under directory:" + snapshotDir);
+      LOG.debug("No regions under directory:" + snapshotDir);
       return null;
     }
 

Reply via email to