carlvinhust2012 commented on code in PR #16425:
URL: https://github.com/apache/doris/pull/16425#discussion_r1101057479


##########
fe/fe-core/src/main/java/org/apache/doris/common/util/ProfileManager.java:
##########
@@ -165,6 +168,14 @@ public void pushProfile(RuntimeProfile profile) {
         }
 
         ProfileElement element = createElement(profile);
+
+        ProfileEventProcessor processor = 
Env.getCurrentProfileEventProcessor();
+        // we don't need to handle running profile
+        // we don't need to handle it if there isn't any installed 
ProfilePlugin

Review Comment:
   ```suggestion
           // we don't need to handle the running profile if there isn't any 
installed ProfilePlugin
   ```



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