[jira] [Commented] (HBASE-29486) Add deprecation cycle for traceRate field in PerformanceEvaluation

2025-08-11 Thread Hudson (Jira)


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

Hudson commented on HBASE-29486:


Results for branch master
[build #1331 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1331/]: 
(x) *{color:red}-1 overall{color}*

details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1331/General_20Nightly_20Build_20Report/]








(x) {color:red}-1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1331/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk17 hadoop 3.3.5 backward compatibility checks{color}
-- For more information [see jdk17 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1331/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(x) {color:red}-1 jdk17 hadoop 3.3.6 backward compatibility checks{color}
-- For more information [see jdk17 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1331/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]




(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.1 {color}


> Add deprecation cycle for traceRate field in PerformanceEvaluation
> --
>
> Key: HBASE-29486
> URL: https://issues.apache.org/jira/browse/HBASE-29486
> Project: HBase
>  Issue Type: Sub-task
>  Components: PE, tooling
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.0.0-beta-2
>
>
> Currently there is no deprecation cycle.
> {code}
> /**
>  * @deprecated Useless after switching to OpenTelemetry
>  */
> @Deprecated
> double traceRate = 0.0;
> {code}
> We need to add deprecation cycle so we know when can we remove it.



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


[jira] [Commented] (HBASE-29486) Add deprecation cycle for traceRate field in PerformanceEvaluation

2025-08-11 Thread Hudson (Jira)


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

Hudson commented on HBASE-29486:


Results for branch branch-3
[build #451 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/451/]: 
(/) *{color:green}+1 overall{color}*

details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/451/General_20Nightly_20Build_20Report/]








(/) {color:green}+1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/451/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk17 hadoop 3.3.5 backward compatibility checks{color}
-- For more information [see jdk17 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/451/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk17 hadoop 3.3.6 backward compatibility checks{color}
-- For more information [see jdk17 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/451/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk17 hadoop 3.4.0 backward compatibility checks{color}
-- For more information [see jdk17 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/451/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.1 {color}


> Add deprecation cycle for traceRate field in PerformanceEvaluation
> --
>
> Key: HBASE-29486
> URL: https://issues.apache.org/jira/browse/HBASE-29486
> Project: HBase
>  Issue Type: Sub-task
>  Components: PE, tooling
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.0.0-beta-2
>
>
> Currently there is no deprecation cycle.
> {code}
> /**
>  * @deprecated Useless after switching to OpenTelemetry
>  */
> @Deprecated
> double traceRate = 0.0;
> {code}
> We need to add deprecation cycle so we know when can we remove it.



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