gortiz commented on code in PR #15180: URL: https://github.com/apache/pinot/pull/15180#discussion_r1987008375
########## pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/MultiStageBrokerRequestHandler.java: ########## @@ -147,6 +148,12 @@ public void shutDown() { _queryDispatcher.shutdown(); } + @Override + protected void onQueryStart(long requestId, String clientRequestId, String query, Object... extras) { + super.onQueryStart(requestId, clientRequestId, query, extras); + QueryThreadContext.setQueryEngine("mse"); Review Comment: I'm going to mark this one as resolved, lets discuss in the other one. Once we reach an agreement we can apply the same change in both places -- 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