imay commented on a change in pull request #1737: Unify the msg of 'Memory
exceed limit'
URL: https://github.com/apache/incubator-doris/pull/1737#discussion_r319941621
##########
File path: be/src/runtime/plan_fragment_executor.cpp
##########
@@ -514,7 +514,7 @@ void PlanFragmentExecutor::update_status(const Status&
status) {
if (_status.ok()) {
if (status.is_mem_limit_exceeded()) {
- _runtime_state->set_mem_limit_exceeded();
+ _runtime_state->set_mem_limit_exceeded(status.get_error_msg());
Review comment:
```suggestion
_runtime_state->set_mem_limit_exceeded(status.to_string());
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]