Jackie-Jiang commented on code in PR #16728:
URL: https://github.com/apache/pinot/pull/16728#discussion_r2373779467


##########
pinot-spi/src/main/java/org/apache/pinot/spi/accounting/TrackingScope.java:
##########
@@ -18,9 +18,7 @@
  */
 package org.apache.pinot.spi.accounting;
 
-/**
- * Scope for tracking resources in ThreadResourceUsageAccountant.
- */
+/// Scope for tracking resources in ThreadAccountant.
 public enum TrackingScope {
   QUERY,
   WORKLOAD

Review Comment:
   Multiple queries can be associated with the same workload. This is useful to 
limit resource usage on workload level



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to