HBASE-13670 [HBase MOB] ExpiredMobFileCleaner tool deletes mob files later for one more day after they are expired. (Jingcheng)
This commit is contained in:
parent
3f062ee236
commit
a1060d1390
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue