[
https://issues.apache.org/jira/browse/HBASE-26246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17512898#comment-17512898
]
Hudson commented on HBASE-26246:
--------------------------------
Results for branch branch-2.5
[build #78 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/78/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(x) {color:red}-1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/78/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/78/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/78/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/78/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 source release artifact{color}
-- See build output for details.
(x) {color:red}-1 client integration test{color}
-- Something went wrong with this stage, [check relevant console
output|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/78//console].
> Persist the StoreFileTracker configurations to TableDescriptor when creating
> table
> ----------------------------------------------------------------------------------
>
> Key: HBASE-26246
> URL: https://issues.apache.org/jira/browse/HBASE-26246
> Project: HBase
> Issue Type: Sub-task
> Components: HFile, master
> Reporter: Duo Zhang
> Assignee: Wellington Chevreuil
> Priority: Major
> Fix For: 2.6.0, 3.0.0-alpha-3
>
>
> As discussed in this section in the design doc:
> https://docs.google.com/document/d/16Nr1Fn3VaXuz1g1FTiME-bnGR3qVK5B-raXshOkDLcY/edit#heading=h.78r2mdeyquug
> If we use different SFT implementation at master side and region server side,
> it is likely to cause data loss, which is a very serious misconfiguration
> problem.
> A possible solution is to make sure that master and region server always load
> the configurations about StoreEngine from the same place. To archive this, a
> possible way is to always set the StoreEngine configurations to the
> TableDescriptor, even if user does not explicitly set it when creating a
> table.
> And also, when upgrading, we should check whether the existing tables have
> StoreEngine configurations, if not, we need to set them.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)