chandrasekhar-188k commented on code in PR #5833:
URL: https://github.com/apache/hbase/pull/5833#discussion_r2314757300


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/mob/MobFileCleanerChore.java:
##########
@@ -39,8 +50,10 @@
 public class MobFileCleanerChore extends ScheduledChore {
 
   private static final Logger LOG = 
LoggerFactory.getLogger(MobFileCleanerChore.class);
+  public static final int TIME_OUT_VALUE = 30;

Review Comment:
   added a configuration for it. default it set at 5 mins



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to