felixwluo opened a new pull request, #29489:
URL: https://github.com/apache/doris/pull/29489

   …y stream load
   
   ## Proposed changes
   
   Issue Number: close #xxx
   
   <!--Describe your changes.-->
   1、Added the be parameter load_max_error_size_bytes, the default value is 
500M, which limits the size of the error log file generated by the global 
stream load
   
   2、The principle is that the sum of the size of the current error_log file 
plus the size of the generated error log must be smaller than the 
load_max_error_size_bytes parameter. If the value exceeds the maximum value, 
delete the oldest file before writing a new error log.
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
[[email protected]](mailto:[email protected]) by explaining why you 
chose the solution you did and what alternatives you considered, etc...
   
   


-- 
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]

Reply via email to