github-actions[bot] opened a new pull request, #42878:
URL: https://github.com/apache/doris/pull/42878

   PR Body: before (ExistingJobStatus is empty):
   ```
   Stream load result: {
       "TxnId": -1,
       "Label": "test_stream_load_job_status1",
       "Comment": "",
       "TwoPhaseCommit": "false",
       "Status": "Label Already Exists",
       "ExistingJobStatus": "",
       "Message": "[LABEL_ALREADY_EXISTS]TStatus: errCode = 2, detailMessage = 
Label [test_stream_load_job_status] has already been used, relate to txn 
[602531767123968], status=[TXN_STATUS_VISIBLE]",
       "NumberTotalRows": 0,
       "NumberLoadedRows": 0,
       "NumberFilteredRows": 0,
       "NumberUnselectedRows": 0,
       "LoadBytes": 0,
       "LoadTimeMs": 0,
       "BeginTxnTimeMs": 0,
       "StreamLoadPutTimeMs": 0,
       "ReadDataTimeMs": 0,
       "WriteDataTimeMs": 0,
       "ReceiveDataTimeMs": 0,
       "CommitAndPublishTimeMs": 0
   }
   ```
   
   after:
   ```
   Stream load result: {
       "TxnId": -1,
       "Label": "test_stream_load_job_status",
       "Comment": "",
       "TwoPhaseCommit": "false",
       "Status": "Label Already Exists",
       "ExistingJobStatus": "FINISHED",
       "Message": "[LABEL_ALREADY_EXISTS]TStatus: errCode = 2, detailMessage = 
Label [test_stream_load_job_status] has already been used, relate to txn 
[602531767123968], status=[TXN_STATUS_VISIBLE]",
       "NumberTotalRows": 0,
       "NumberLoadedRows": 0,
       "NumberFilteredRows": 0,
       "NumberUnselectedRows": 0,
       "LoadBytes": 0,
       "LoadTimeMs": 0,
       "BeginTxnTimeMs": 0,
       "StreamLoadPutTimeMs": 0,
       "ReadDataTimeMs": 0,
       "WriteDataTimeMs": 0,
       "ReceiveDataTimeMs": 0,
       "CommitAndPublishTimeMs": 0
   }
   ```
    
    Cherry-picked from #42700


-- 
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-unsubscr...@doris.apache.org

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


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

Reply via email to