You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2023/01/13 04:15:53 UTC

[GitHub] [doris] yangzhg opened a new issue, #15894: [Enhancement] Optimize the memory usage of fe

yangzhg opened a new issue, #15894:
URL: https://github.com/apache/doris/issues/15894

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Description
   
   Doris will record all error message of fialed tablets of  Broker load.  
   https://github.com/apache/doris/blob/67378a2dc39375e365c5e7c1c190b9448d4161bb/fe/fe-core/src/main/java/org/apache/doris/load/loadv2/BrokerLoadJob.java#L347
   
   this may be used a large mount of memory when lots of broker load failed
   <img width="713" alt="image" src="https://user-images.githubusercontent.com/9098473/212235934-a1ae3f07-699e-4b14-9893-a8185b226201.png">
   
   
   ### Solution
   
   I think may record top n error message for broker load
   
   ### Are you willing to submit PR?
   
   - [X] 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: commits-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] yangzhg closed issue #15894: [Enhancement] Optimize the memory usage of fe

Posted by "yangzhg (via GitHub)" <gi...@apache.org>.
yangzhg closed issue #15894: [Enhancement] Optimize the memory usage of fe 
URL: https://github.com/apache/doris/issues/15894


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org