freemandealer commented on issue #10095:
URL: https://github.com/apache/doris/issues/10095#issuecomment-1207658406

   same issus here.
   
   I was tring the doris query profile facility.
   
   after enable profile using `SET is_report_success=true;`
   
   then execute select statements
   
   `show query profile "/"\G` gives me:
   ```
   *************************** 1. row ***************************
      QueryId: e4a384b03c9c4aaa-ab5fcd6a7299f6db
         User: root
    DefaultDb: default_cluster:testdb
          SQL: select id,actor_login from github_1 limit 10
    QueryType: Query
    StartTime: 2022-08-08 12:28:22
      EndTime: 2022-08-08 12:28:23
    TotalTime: 46ms
   QueryState: EOF
   ```
   
   so I send `show query profile "/e4a384b03c9c4aaa-ab5fcd6a7299f6db"\G`
   
   return error:
   ```
   ERROR 1105 (HY000): errCode = 2, detailMessage = failed to get fragment 
profile tree. err: errCode = 2, detailMessage = Invalid instance profile, 
without sender or exec node: Instance e4a384b03c9c4aaa-ab5fcd6a7299f6dc 
(host=TNetworkAddress(hostname:172.16.70.241, port:9061)):
   ```
   
   All 4 BE processes are running correctly, without WARNING log.


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