yongjinhou commented on code in PR #14100: URL: https://github.com/apache/doris/pull/14100#discussion_r1018578070
########## fe_plugins/auditloader/src/main/java/org/apache/doris/plugin/audit/DorisStreamLoader.java: ########## @@ -123,7 +127,13 @@ public LoadResponse loadBatch(StringBuilder sb) { HttpURLConnection beConn = null; try { // build request and send to fe - feConn = getConnection(loadUrlStr, label); + if (slowLog) { + label = "slow" + label; Review Comment: An underscore is already included in “label". -- 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...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org