wenzhenghu opened a new pull request, #64548:
URL: https://github.com/apache/doris/pull/64548
### What problem does this PR solve?
Issue Number: close #xxx
Related PR: #63172
Problem Summary: Backport PR #63172 to branch-3.1. Statistics analyze tasks
may surface BE MEM_LIMIT_EXCEEDED errors that suggest changing exec_mem_limit,
which is misleading for internal statistics SQL. This change appends a
statistics-specific hint and makes statistics_sql_mem_limit_in_bytes mutable.
### Release note
Improve the error hint for statistics analyze OOM failures.
### Check List (For Author)
- Test: Unit Test
- ./run-fe-ut.sh --run
org.apache.doris.statistics.AnalysisTaskWrapperTest
- Behavior changed: Yes. Statistics analyze MEM_LIMIT_EXCEEDED errors
include an additional statistics-specific tuning hint.
- Does this need documentation: No
--
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]