Copilot commented on code in PR #7211:
URL: https://github.com/apache/hbase/pull/7211#discussion_r2264707761
##########
hbase-diagnostics/src/main/java/org/apache/hadoop/hbase/PerformanceEvaluation.java:
##########
@@ -2739,8 +2739,8 @@ protected static void printUsage(final String shortName,
final String message) {
System.err.println(" period Report every 'period' rows: "
+ "Default: opts.perClientRunRows / 10 = " +
DEFAULT_OPTS.getPerClientRunRows() / 10);
System.err.println(" cycles How many times to cycle the test.
Defaults: 1.");
- System.err.println(
- " traceRate Enable HTrace spans. Initiate tracing every N rows. "
+ "Default: 0");
+ System.err.println(" traceRate Legacy option for enabling HTrace, no
effect now."
+ + " Will be removed in 4.0.0 release.");
Review Comment:
[nitpick] The help text should be consistent with standard help formatting.
Consider adding 'Default: 0' at the end to maintain consistency with other
option descriptions, even though it's deprecated.
```suggestion
+ " Will be removed in 4.0.0 release. Default: 0");
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]