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/09/02 08:29:44 UTC

[GitHub] [incubator-doris] xy720 opened a new issue #4519: [Spark Load][Bug] Load job's state is incorrect after FE restart

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


   **Describe the bug**
   Load job's state will become incorrect after FE restart.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   **[restart when the state is PENDDING]**
   1. Submit a spark load job
   2. The job state is `PENDDING` at the beginning.
   3. Restart FE
   4. Show load. And you can see the job state is `CANCELLED` with msg `Label [xxx] has already been used.`
   5. Open the web interface of the yarn cluster with browser, you can see that the spark job has been submitted successfully and is running well and normally.
   
   **Expected behavior**
   The job state should be PENDDING after FE restart.
   
   **[restart when the state is ETL]**
   1. Submit a spark load job
   2. Wait until the job state become `ETL`
   3. Restart FE
   4. Show load. And you can see the state of the job will always be stuck in ETL with progress 0%.
   5. Open the web interface of the yarn cluster with browser, you can see that the spark job has been submitted successfully and is running well and normally.
   
   **Expected behavior**
   The job state should be ETL after FE restart. And the state will not stuck in ETL.


----------------------------------------------------------------
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 closed issue #4519: [Spark Load][Bug] Load job's state is incorrect after FE restart

Posted by GitBox <gi...@apache.org>.
morningman closed issue #4519:
URL: https://github.com/apache/incubator-doris/issues/4519


   


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