diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml
index 66f5e7369f3..e81c75f88e7 100644
--- a/hbase-common/src/main/resources/hbase-default.xml
+++ b/hbase-common/src/main/resources/hbase-default.xml
@@ -1602,6 +1602,9 @@ possible configurations would overwhelm and obscure the important.
The period that ExpiredMobFileCleanerChore runs. The unit is second.
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.