449300893 opened a new issue, #60084: URL: https://github.com/apache/doris/issues/60084
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris-2.1.3 ### What's Wrong? +------------------------------------------------+----------+---------------+---------+ | Variable_name | Value | Default_Value | Changed | +------------------------------------------------+----------+---------------+---------+ | enable_auto_analyze | false | true | 1 | | analyze_timeout | 43200 | 43200 | 0 | | auto_analyze_end_time | 23:59:59 | 23:59:59 | 0 | | auto_analyze_start_time | 00:00:00 | 00:00:00 | 0 | | auto_analyze_table_width_threshold | 100 | 100 | 0 | | enable_analyze_complex_type_column | false | false | 0 | | external_table_analyze_part_num | -1 | -1 | 0 | | external_table_auto_analyze_interval_in_millis | 86400000 | 86400000 | 0 | | huge_table_auto_analyze_interval_in_millis | 0 | 0 | 0 | | parallel_sync_analyze_task_num | 2 | 2 | 0 | +------------------------------------------------+----------+---------------+---------+ However, there are still tasks continuously executing statistics collection in the audit.log. 2026-01-21 00:00:39,379 [query] |Client=|User=root|Ctl=internal|Db=__internal_schema|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=639|ScanBytes=0|ScanRows=0|ReturnRows=1|StmtId=3251299|QueryId=4d66ea8b0a9a4287-8368a84e773f5e62|IsQuery=false|isNereids=true|feIp=|Stmt=OriginStatement{originStmt='INSERT INTO internal.__internal_schema.column_statistics VALUES ### What You Expected? stop auto_analyze ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
