You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/09/17 03:00:33 UTC

[GitHub] [pinot] npawar commented on a change in pull request #7447: FetchContext to hold configs in acquire/release calls

npawar commented on a change in pull request #7447:
URL: https://github.com/apache/pinot/pull/7447#discussion_r710690191



##########
File path: pinot-core/src/main/java/org/apache/pinot/core/operator/InstanceResponseOperator.java
##########
@@ -93,4 +108,16 @@ public static long calTotalThreadCpuTimeNs(long totalWallClockTimeNs, long multi
   public String getOperatorName() {
     return OPERATOR_NAME;
   }
+
+  private void prefetchAll() {
+    for (int i = 0; i < _fetchContexts.size(); i++) {

Review comment:
       fixed




-- 
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: commits-unsubscribe@pinot.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org