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

   
   
   
   ### What problem does this PR solve?
   
   After a job execution is completed, we need to verify whether the QueryState 
is normal.
   Currently, we rely on exception handling to determine success. However, in 
certain cases, such as execution timeouts, exceptions may not be captured. As a 
result, the status is incorrectly marked as successful.
   
   ### Release note
   
   
   None
   
   ### Check List (For Author)
   
   - Test <!-- At least one of them must be included. -->
       - [ ] Manual test (add detailed scripts or steps below)
   
+----------------+----------------+---------+-------------------------------+---------+----------------------------------------------+---------------------+---------------------+------------+-------------+---------------+------+
   | TaskId         | JobId          | JobName | Label                         
| Status  | ErrorMsg                                     | CreateTime          
| StartTime           | FinishTime | TrackingUrl | LoadStatistic | User |
   
+----------------+----------------+---------+-------------------------------+---------+----------------------------------------------+---------------------+---------------------+------------+-------------+---------------+------+
   | 53767413936871 | 53748267972932 | test    | 53748267972932_53767413936871 
| RUNNING |                                              | 2024-11-19 21:39:46 
| 2024-11-19 21:39:46 |            |             |               | root |
   | 53758617801828 | 53748267972932 | test    | 53748267972932_53758617801828 
| FAILED  | errCode = 2, detailMessage = Execute timeout | 2024-11-19 21:39:37 
| 2024-11-19 21:39:37 |            |             |               | root |
   | 53757274262979 | 53748267972932 | test    | 53748267972932_53757274262979 
| FAILED  | errCode = 2, detailMessage = Execute timeout | 2024-11-19 21:39:35 
| 2024-11-19 21:39:35 |            |             |               | root |
   | 53754905240234 | 53748267972932 | test    | 53748267972932_53754905240234 
| FAILED  | errCode = 2, detailMessage = Execute timeout | 2024-11-19 21:39:33 
| 2024-11-19 21:39:33 |            |             |               | root |
   | 53753587670162 | 53748267972932 | test    | 53748267972932_53753587670162 
| FAILED  | errCode = 2, detailMessage = Execute timeout | 2024-11-19 21:39:31 
| 2024-11-19 21:39:31 |            |             |               | root |
   | 53751165175896 | 53748267972932 | test    | 53748267972932_53751165175896 
| FAILED  | errCode = 2, detailMessage = Execute timeout | 2024-11-19 21:39:29 
| 2024-11-19 21:39:29 |            |             |               | root |
   | 53748841812631 | 53748267972932 | test    | 53748267972932_53748841812631 
| FAILED  | errCode = 2, detailMessage = Execute timeout | 2024-11-19 21:39:27 
| 2024-11-19 21:39:27 |            |             |               | root |
   
+----------------+----------------+---------+-------------------------------+---------+----------------------------------------------+---------------------+---------------------+------------+-------------+---------------+------+
   
   - Behavior changed:
       - [ ] No.
       - [ ] Yes. <!-- Explain the behavior change -->
   
   - Does this need documentation?
       - [ ] No.
       - [ ] Yes. <!-- Add document PR link here. eg: 
https://github.com/apache/doris-website/pull/1214 -->
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label <!-- Add branch pick label that this PR should 
merge into -->
   
   


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