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 2022/10/15 13:33:39 UTC

[GitHub] [doris] SpringHuBiWei opened a new issue, #13390: Broker Load get a mistake "ErrorMsg: type:LOAD_RUN_FAIL; msg:errCode = 2, detailMessage = coordinator could not finished before job timeout"

SpringHuBiWei opened a new issue, #13390:
URL: https://github.com/apache/doris/issues/13390

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   1.1.2
   
   ### What's Wrong?
   
   mysql> show load order by createtime desc limit 1\G;
   *************************** 1. row ***************************
            JobId: 13010
            Label: label_20220404412
            State: CANCELLED
         Progress: ETL:N/A; LOAD:N/A
             Type: BROKER
          EtlInfo: NULL
         TaskInfo: cluster:N/A; timeout(s):1200; max_filter_ratio:0.1
         ErrorMsg: type:LOAD_RUN_FAIL; msg:errCode = 2, detailMessage = coordinator could not finished before job timeout
       CreateTime: 2022-10-15 20:48:51
     EtlStartTime: 2022-10-15 21:08:51
    EtlFinishTime: 2022-10-15 21:08:51
    LoadStartTime: 2022-10-15 21:08:51
   LoadFinishTime: 2022-10-15 21:08:52
              URL: NULL
       JobDetails: {"Unfinished backends":{"a27627eda75d4775-b3c6b93a8c787505":[11008]},"ScannedRows":0,"TaskNumber":1,"LoadBytes":0,"All backends":{"a27627eda75d4775-b3c6b93a8c787505":[11008]},"FileNumber":1,"FileSize":11238369}
    TransactionId: 1004
     ErrorTablets: {}
   1 row in set (0.00 sec)
   
   ### What You Expected?
   
   I don't know how to deal with it 
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   I have look up for many logs(ps: be fe broker ) but don't have some usage message
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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-unsubscribe@doris.apache.org.apache.org

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] [doris] SpringHuBiWei commented on issue #13390: Broker Load get a mistake "ErrorMsg: type:LOAD_RUN_FAIL; msg:errCode = 2, detailMessage = coordinator could not finished before job timeout"

Posted by GitBox <gi...@apache.org>.
SpringHuBiWei commented on issue #13390:
URL: https://github.com/apache/doris/issues/13390#issuecomment-1283322641

   > Increase the parameter "timeout" in PROPERTIES 。 PROPERTIES ( "timeout" = "1200" );
   
   I have update doris version to the latest,and no mistakes currently,I think this is a bug because I don't change any conf file


-- 
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-unsubscribe@doris.apache.org

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] [doris] LemonLiTree commented on issue #13390: Broker Load get a mistake "ErrorMsg: type:LOAD_RUN_FAIL; msg:errCode = 2, detailMessage = coordinator could not finished before job timeout"

Posted by GitBox <gi...@apache.org>.
LemonLiTree commented on issue #13390:
URL: https://github.com/apache/doris/issues/13390#issuecomment-1281898447

   Increase the parameter "timeout" in PROPERTIES 。
   PROPERTIES
   (
       "timeout" = "1200"
   );
   
   
   


-- 
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-unsubscribe@doris.apache.org

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] [doris] SpringHuBiWei commented on issue #13390: Broker Load get a mistake "ErrorMsg: type:LOAD_RUN_FAIL; msg:errCode = 2, detailMessage = coordinator could not finished before job timeout"

Posted by GitBox <gi...@apache.org>.
SpringHuBiWei commented on issue #13390:
URL: https://github.com/apache/doris/issues/13390#issuecomment-1279747290

   The file size on the hdfs has been identified, indicating that the hdfs can be connected, but it is always displayed in the loading process, and this error will be reported later


-- 
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-unsubscribe@doris.apache.org

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