HBASE-13670 [HBase MOB] ExpiredMobFileCleaner tool deletes mob files later for one more day after they are expired. (Jingcheng)

This commit is contained in:
anoopsjohn 2015-07-01 11:26:24 +05:30
parent 3f062ee236
commit a1060d1390
1 changed files with 3 additions and 0 deletions

View File

@ -1602,6 +1602,9 @@ possible configurations would overwhelm and obscure the important.
<description> <description>
The period that ExpiredMobFileCleanerChore runs. The unit is second. The period that ExpiredMobFileCleanerChore runs. The unit is second.
The default value is one day. The default value is one day.
The MOB file name uses only the date part of the file creation time in it. We use this
time for deciding TTL expiry of the files. So the removal of TTL expired files might be
delayed. The max delay might be 24 hrs.
</description> </description>
</property> </property>
<property> <property>