[
https://issues.apache.org/jira/browse/HBASE-23742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17210187#comment-17210187
]
Hudson commented on HBASE-23742:
--------------------------------
Results for branch master
[build #87 on
builds.a.o|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/87/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/87/General_20Nightly_20Build_20Report/]
(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/87/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/87/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> Document that with split-to-hfile data over the MOB threshold will be treated
> as normal data
> --------------------------------------------------------------------------------------------
>
> Key: HBASE-23742
> URL: https://issues.apache.org/jira/browse/HBASE-23742
> Project: HBase
> Issue Type: Task
> Components: documentation, MTTR, wal
> Affects Versions: 3.0.0-alpha-1, 2.3.0
> Reporter: Y. SREENIVASULU REDDY
> Assignee: Pankaj Kumar
> Priority: Minor
> Fix For: 3.0.0-alpha-1
>
>
> h3. documentation update
> Update the troubleshooting section of the MOB chapter to include a note for
> "Why is there data over the MOB threshold in the normal {{/hbase/data}}
> directory rather than in {{/hbase/mobdir}}. List the split-to-hfile feature
> as one source and bulk loading as another. Note that in both cases the next
> compaction to include those files will write the data out to MOB hfiles.
> h3. original
> Steps to reproduce this issue.
> 1. create a table with 1 region, and mob enabled, keep threshold value to 5.
> 2. Load data into the table, keep the value size should be more than 5.
> 3. flush the table.
> 4. observe the mobdir and data dir, hfiles should be there.
> 5. load data again with different data set, keep the value size is greater
> than 5.
> 6. Kill -9 RS where table region is online
> 7. Start RS
> check the mob dir and data dir, both should have 2 hfiles each.
> But data dir only have 2 hfiles, that means mob threshold crossed data is
> considered as normal data.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)