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/79868bd3
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/79868bd3
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/79868bd3

Branch: refs/heads/hbase-12439
Commit: 79868bd394c0fd6743d6582aa4713f91e63a8baf
Parents: 25419d8
Author: Matteo Bertozzi <matteo.berto...@cloudera.com>
Authored: Fri Apr 1 20:55:21 2016 -0700
Committer: Matteo Bertozzi <matteo.berto...@cloudera.com>
Committed: Fri Apr 1 20:55:21 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/79868bd3/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 328c998..a5afb91 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
@@ -116,7 +116,7 @@ public final 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