zhuxt2015 opened a new pull request, #10612:
URL: https://github.com/apache/dolphinscheduler/pull/10612

   <!--Thanks very much for contributing to Apache DolphinScheduler. Please 
review 
https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html
 before opening a pull request.-->
   
   
   ## Purpose of the pull request
    #10609
   <!--(For example: This pull request adds checkstyle plugin).-->
   
   ## Brief change log
   - If the single line of log exceeds 65535 bytes, then this line only retains 
65535 characters.
   - If the number of log lines does not exceed limit (default 1000), and the 
single line content exceeds 65535 bytes, then the log will not continue to be 
read, and return the log content and log line number.
   - The front end is set to skipLineNum for the next log request based on the 
response line number.
   ------------
   - 如果单行日志超过65535字节, 那么这一行日志只保留65535个字符
   - 如果日志行数不超过limit(默认1000行), 单日志内容超过65535字节,  那么不再继续读取日志, 返回这次读取的日志和日志行数
   - 前端根据返回的日志行数设置为下次日志请求的skipLineNum。
   <!--*(for example:)*
     - *Add maven-checkstyle-plugin to root pom.xml*
   -->
   ## Verify this pull request
   
   <!--*(Please pick either of the following options)*-->
   
   This pull request is code cleanup without any test coverage.
   
   *(or)*
   
   This pull request is already covered by existing tests, such as *(please 
describe tests)*.
   
   (or)
   
   This change added tests and can be verified as follows:
   
   <!--*(example:)*
     - *Added dolphinscheduler-dao tests for end-to-end.*
     - *Added CronUtilsTest to verify the change.*
     - *Manually verified the change by testing locally.* -->
   


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

Reply via email to