[
https://issues.apache.org/jira/browse/HBASE-29486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HBASE-29486:
-----------------------------------
Labels: pull-request-available (was: )
> 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
>
> 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)