busbey commented on a change in pull request #1496: HBASE-23742 Document that with split-to-hfile data over the MOB threshold will be treated as normal data URL: https://github.com/apache/hbase/pull/1496#discussion_r410977734
########## File path: src/main/asciidoc/_chapters/hbase_mob.adoc ########## @@ -613,6 +613,13 @@ $ hdfs dfs -count /hbase/mobdir/data/default/some_table This data is spurious and may be reclaimed. You should sideline it, verify your application’s view of the table, and then delete it. +==== MOB data is written in the normal /hbase/data directory rather than in /hbase/mobdir + +Bulk load and WAL split-to-HFile feature write data into the normal /hbase/data directory irrespective of data over than the MOB threshold. + +[NOTE] +In both cases the next compaction to include those files and write the data out to MOB HFiles. Review comment: "those files will write" Also I don't think hfiles should be capitalized this time. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
