[jira] [Commented] (HBASE-26585) Add SFT configuration to META table descriptor when creating META

2024-03-19 Thread Bryan Beaudreault (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-26585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17828386#comment-17828386
 ] 

Bryan Beaudreault commented on HBASE-26585:
---

Replaced 2.6.0 fixVersion with 2.5.0, since it first landed there.

> Add SFT configuration to META table descriptor when creating META
> -
>
> Key: HBASE-26585
> URL: https://issues.apache.org/jira/browse/HBASE-26585
> Project: HBase
>  Issue Type: Sub-task
>Affects Versions: 3.0.0-alpha-2, 2.6.0
>Reporter: Wellington Chevreuil
>Assignee: Wellington Chevreuil
>Priority: Major
> Fix For: 2.5.0, 3.0.0-alpha-3
>
>
> META doesn't get created via CreateTableProcedure, but rather during master 
> initialisation on cluster's first run, so changes implemented on HBASE-26246 
> don't take effect for meta table.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (HBASE-26585) Add SFT configuration to META table descriptor when creating META

2022-03-27 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-26585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17512910#comment-17512910
 ] 

Hudson commented on HBASE-26585:


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].


> Add SFT configuration to META table descriptor when creating META
> -
>
> Key: HBASE-26585
> URL: https://issues.apache.org/jira/browse/HBASE-26585
> Project: HBase
>  Issue Type: Sub-task
>Affects Versions: 3.0.0-alpha-2, 2.6.0
>Reporter: Wellington Chevreuil
>Assignee: Wellington Chevreuil
>Priority: Major
> Fix For: 2.6.0, 3.0.0-alpha-3
>
>
> META doesn't get created via CreateTableProcedure, but rather during master 
> initialisation on cluster's first run, so changes implemented on HBASE-26246 
> don't take effect for meta table.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (HBASE-26585) Add SFT configuration to META table descriptor when creating META

2022-01-06 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-26585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17470120#comment-17470120
 ] 

Hudson commented on HBASE-26585:


Results for branch branch-2
[build #436 on 
builds.a.o|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2/436/]:
 (/) *{color:green}+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/branch-2/436/General_20Nightly_20Build_20Report/]




(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2/436/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]


(/) {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/branch-2/436/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2/436/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}


> Add SFT configuration to META table descriptor when creating META
> -
>
> Key: HBASE-26585
> URL: https://issues.apache.org/jira/browse/HBASE-26585
> Project: HBase
>  Issue Type: Sub-task
>Affects Versions: 3.0.0-alpha-2, 2.6.0
>Reporter: Wellington Chevreuil
>Assignee: Wellington Chevreuil
>Priority: Major
> Fix For: 2.6.0, 3.0.0-alpha-3
>
>
> META doesn't get created via CreateTableProcedure, but rather during master 
> initialisation on cluster's first run, so changes implemented on HBASE-26246 
> don't take effect for meta table.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (HBASE-26585) Add SFT configuration to META table descriptor when creating META

2022-01-06 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-26585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17469936#comment-17469936
 ] 

Hudson commented on HBASE-26585:


Results for branch master
[build #488 on 
builds.a.o|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/488/]:
 (/) *{color:green}+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/488/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/488/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/488/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}


> Add SFT configuration to META table descriptor when creating META
> -
>
> Key: HBASE-26585
> URL: https://issues.apache.org/jira/browse/HBASE-26585
> Project: HBase
>  Issue Type: Sub-task
>Affects Versions: 3.0.0-alpha-2, 2.6.0
>Reporter: Wellington Chevreuil
>Assignee: Wellington Chevreuil
>Priority: Major
> Fix For: 2.6.0, 3.0.0-alpha-3
>
>
> META doesn't get created via CreateTableProcedure, but rather during master 
> initialisation on cluster's first run, so changes implemented on HBASE-26246 
> don't take effect for meta table.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)