morningman opened a new pull request #3391:
URL: https://github.com/apache/incubator-doris/pull/3391


   Fix #3390
   This CL add more info in `JobDetails` column of `SHOW LOAD` result for 
Broker Load Job.
   
   For example:
   ```
   {
        "Unfinished backends": {
                "9c3441027ff948a0-8287923329a2b6a7": [10002]
        },
           "All backends": {
                "9c3441027ff948a0-8287923329a2b6a7": [10002]
        },
        "ScannedRows": 2390016,
        "TaskNumber": 1,
        "FileNumber": 1,
        "FileSize": 1073741824
   }
   ```
   
   2 newly added keys:
   
   `Unfinished backends` indicates the BE which task on them are not finished.
   `All backends` indicates the BE which this job has tasks on it.


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