praveenc7 commented on code in PR #16340: URL: https://github.com/apache/pinot/pull/16340#discussion_r2243803755
########## pinot-spi/src/main/java/org/apache/pinot/spi/trace/Tracing.java: ########## @@ -344,12 +345,17 @@ public static void clear() { public static void initializeThreadAccountant(PinotConfiguration config, String instanceId, InstanceType instanceType) { - createThreadAccountant(config, instanceId, instanceType); + createThreadAccountant(config, instanceId, instanceType, new DefaultWorkloadBudgetManager(config)); } public static ThreadResourceUsageAccountant createThreadAccountant(PinotConfiguration config, String instanceId, Review Comment: New interface because of binary compact check -- 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-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org