You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/06/11 10:45:49 UTC

[GitHub] [incubator-doris] lmalds opened a new issue #3840: "there is no scanNode Backend" when loading data from hdfs(orc file) using broker load

lmalds opened a new issue #3840:
URL: https://github.com/apache/incubator-doris/issues/3840


   When I execute the statement of broker load, some JobId occured an error "ErrorMsg: type:LOAD_RUN_FAIL; msg:there is no scanNode Backend", but others is succeed. Details is attached.
   What is reason of this error? And how to resolve?
   ![image](https://user-images.githubusercontent.com/19266733/84376391-a91fa180-ac13-11ea-92db-c85c47233d68.png)
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman commented on issue #3840: "there is no scanNode Backend" when loading data from hdfs(orc file) using broker load

Posted by GitBox <gi...@apache.org>.
morningman commented on issue #3840:
URL: https://github.com/apache/incubator-doris/issues/3840#issuecomment-642567680


   Looks like some of Backends are crashed during load. You can do:
   1. `show backends` and see the `LastStartTime` column, it means the recent start time of a BE. Or see if the `Alive` is false.
   2. Find the recent started BE(or the BE with `Alive` false), see the content in `be.out`


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org