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

Branch: refs/heads/branch-1.3
Commit: 643116d0b3bb305c4992ee3cd8085a99556ea297
Parents: ec2822c
Author: Matteo Bertozzi <[email protected]>
Authored: Fri Apr 1 20:55:21 2016 -0700
Committer: Matteo Bertozzi <[email protected]>
Committed: Fri Apr 1 20:59:22 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/643116d0/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