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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to