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

   Display the time of receiving network data.
   
   For example:
   ```
   Stream load result: {
       "TxnId": 19,
       "Label": "c10ee032-c19c-484f-80b2-16f6c1d0c209",
       "Comment": "",
       "TwoPhaseCommit": "false",
       "Status": "Success",
       "Message": "OK",
       "NumberTotalRows": 6,
       "NumberLoadedRows": 6,
       "NumberFilteredRows": 0,
       "NumberUnselectedRows": 0,
       "LoadBytes": 60,
       "LoadTimeMs": 32,
       "BeginTxnTimeMs": 0,
       "StreamLoadPutTimeMs": 4,
       "ReadDataTimeMs": 0,
       "WriteDataTimeMs": 4,
       "ReceiveDataTimeMs": 6,
       "CommitAndPublishTimeMs": 22
   }
   ```
   
   


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