NihalJain commented on code in PR #6258:
URL: https://github.com/apache/hbase/pull/6258#discussion_r1767475820


##########
hbase-diagnostics/src/main/java/org/apache/hadoop/hbase/wal/WALPerformanceEvaluation.java:
##########
@@ -77,7 +78,7 @@
  * This class runs performance benchmarks for {@link WAL}. See usage for this 
tool by running:
  * <code>$ hbase org.apache.hadoop.hbase.wal.WALPerformanceEvaluation -h</code>
  */
-@InterfaceAudience.Private
+@InterfaceAudience.LimitedPrivate(HBaseInterfaceAudience.TOOLS)

Review Comment:
   This was missed in previous commits as somehow this tool was in hbase-server 
and also didnot have HBaseInterfaceAudience.TOOLS which is the filter i was 
using to find tools needing refactor



-- 
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: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to