sollhui opened a new pull request, #42700:
URL: https://github.com/apache/doris/pull/42700
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_status1] 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_status1] 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
}
```
--
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]