You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2020/02/15 00:56:39 UTC

[hbase] 11/16: small findbug fix again

This is an automated email from the ASF dual-hosted git repository.

busbey pushed a commit to branch HBASE-22749
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 98197b3444588857a1856a1e119e4cd57114fb2b
Author: Vladimir Rodionov <vl...@gmail.com>
AuthorDate: Wed Feb 5 19:30:21 2020 -0800

    small findbug fix again
---
 .../main/java/org/apache/hadoop/hbase/mob/MobFileCleanerChore.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/mob/MobFileCleanerChore.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/mob/MobFileCleanerChore.java
index 0688847..37ece18 100644
--- a/hbase-server/src/main/java/org/apache/hadoop/hbase/mob/MobFileCleanerChore.java
+++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/mob/MobFileCleanerChore.java
@@ -189,7 +189,7 @@ public class MobFileCleanerChore extends ScheduledChore {
           Path storePath = new Path(regionPath, family);
           boolean succeed = false;
           Set<String> regionMobs = new HashSet<String>();
-          
+
           while (!succeed) {
             if (!fs.exists(storePath)) {
               LOG.warn("Directory {} was deleted during cleaner procedure execution,"
@@ -253,7 +253,7 @@ public class MobFileCleanerChore extends ScheduledChore {
             }
             succeed = true;
           }
-          
+
           // Add MOB references for current region/family
           allActiveMobFileName.addAll(regionMobs);
         } // END column families