luozenglin commented on issue #12806: URL: https://github.com/apache/doris/issues/12806#issuecomment-1255834756
FE will constantly accept instance profiles from BE and update the total profile in real time, in the process some unreported instance profiles are empty, which generates this warning log, which is normal. You can wait for the sql execution to finish, execute `show query profile '/';`, then `show query profile '/{QueryId}';` to check the profile, if the profile can be displayed normally, it means the final profile structure is fine. -- 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