Henry2SS opened a new issue #6091:
URL: https://github.com/apache/incubator-doris/issues/6091


   **Is your feature request related to a problem? Please describe.**
   
   When an routine load job's currentErrorRows is greater than maxErrorNum, the 
job will be paused. Users can use `resume routine load for xxx;` to make the 
job be running again.
   Then, there will be a problem, the indicator called `errorRows` won't be 
reset to `0`. But as `totalErrorRows`, it is useful. 
   And after resuming the job, the `errorRows` is always the num of 
totalErrorRows. 
   So we need to add an indicator called  `errorRowsAfterResumed` to 
distinguish  between totalErrorRows(called `errorRows`) and 
`errorRowsAfterResumed`. We can get useful infomation through 
`errorRowsAfterResumed` , and determine whether some propterties of the job are 
reasonable or not.
   
   **Describe the solution you'd like**
   
   Add an indicator called `errorRowsAfterResumed` to show currentErrorRows. 
And `errorRowsAfterResumed` will not reset to `0` until users resume the 
routine load job.
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features 
you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to