morrySnow commented on code in PR #67053:
URL: https://github.com/apache/doris/pull/67053#discussion_r3852271846


##########
fe/fe-core/src/main/java/org/apache/doris/qe/AuditLogHelper.java:
##########
@@ -89,6 +90,12 @@ public static void logAuditLog(ConnectContext ctx, String 
origStmt, StatementBas
             logAuditLogImpl(ctx, origStmt, parsedStmt, statistics, 
printFuzzyVariables);
         } catch (Throwable t) {
             LOG.warn("Failed to write audit log.", t);
+        } finally {

Review Comment:
   更新外表的audit行数,为什么要对fe做如此多的改动?大量且分散的插桩让fe难以维护



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