Skip to content

[Bug] After setting enable_auto_analyze = false, it did not take effect. #60084

@449300893

Description

@449300893

Search before asking

  • I had searched in the issues 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions