XLPE commented on PR #53072: URL: https://github.com/apache/doris/pull/53072#issuecomment-3057788358
> Please provide examples of logs and a description of the specific printing speed. As well as the performance changes before and after the modification. This is a case we encountered in our production environment. An abnormal SQL statement caused 5 million lines of logs to be output to the be.out file, triggering a monitoring alert for the BE process. After the incident, we failed to locate this SQL statement. Through a global code search, we found that the vast majority of regular expression functions use the compile_regex function to turn off re2 logging. However, this issue remains unaddressed only in the like.cpp file. -- 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]
