Skip to content

Commit

Permalink
HBASE-23742 Document that with split-to-hfile data over the MOB thres…
Browse files Browse the repository at this point in the history
…hold will be treated as normal data (#2505)

Signed-off-by: Huaxiang Sun <huaxiangsun@apache.com>
Signed-off-by: stack <stack@apache.com>
  • Loading branch information
pankaj72981 authored Oct 8, 2020
1 parent a8c49a6 commit 3537f91
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/asciidoc/_chapters/hbase_mob.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

==== Data values over than the MOB threshold show up stored in non-MOB hfiles

Bulk load and WAL split-to-HFile don't consider MOB threshold and write data into normal hfile (under /hbase/data directory).

[NOTE]
This won't cause any functional problem, during next compaction such data will be written out to the MOB hfiles.

=== MOB Upgrade Considerations

Generally, data stored using the MOB feature should transparently continue to work correctly across
Expand Down

0 comments on commit 3537f91

Please sign in to comment.